Searched defs:cache (Results 201 - 225 of 301) sorted by relevance

1234567891011>>

/linux-master/drivers/memstick/core/
H A Dms_block.h184 unsigned char *cache; member in struct:msb_data
/linux-master/drivers/mtd/nand/raw/atmel/
H A Dpmecc.c168 struct atmel_pmecc_user_conf_cache cache; member in struct:atmel_pmecc_user
[all...]
/linux-master/include/linux/mtd/
H A Dnand.h206 unsigned long *cache; member in struct:nand_bbt
/linux-master/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c381 u32 *cache local
[all...]
/linux-master/sound/soc/codecs/
H A Dpeb2466.c64 } cache; member in struct:peb2466::__anon4883
1669 unsigned int *cache; local
1695 unsigned int *cache; local
1764 unsigned int *cache; local
[all...]
H A Dmax98373.h224 struct max98373_cache *cache; member in struct:max98373_priv
/linux-master/drivers/platform/surface/aggregator/
H A Dcontroller.c563 struct kmem_cache *cache; local
/linux-master/include/net/9p/
H A D9p.h557 struct kmem_cache *cache; member in struct:p9_fcall
/linux-master/arch/mips/kvm/
H A Dvz.c1079 u32 cache, op_inst, op, base; local
[all...]
/linux-master/drivers/xen/
H A Dgrant-table.c906 static inline void cache_init(struct gnttab_page_cache *cache) argument
911 static inline bool cache_empty(struct gnttab_page_cache *cache) argument
916 static inline struct page *cache_deq(struct gnttab_page_cache *cache) argument
926 static inline void cache_enq(struct gnttab_page_cache *cache, struct page *page) argument
932 cache_init(struct gnttab_page_cache *cache) argument
937 cache_empty(struct gnttab_page_cache *cache) argument
942 cache_deq(struct gnttab_page_cache *cache) argument
952 cache_enq(struct gnttab_page_cache *cache, struct page *page) argument
958 gnttab_page_cache_init(struct gnttab_page_cache *cache) argument
966 gnttab_page_cache_get(struct gnttab_page_cache *cache, struct page **page) argument
986 gnttab_page_cache_put(struct gnttab_page_cache *cache, struct page **page, unsigned int num) argument
1002 gnttab_page_cache_shrink(struct gnttab_page_cache *cache, unsigned int num) argument
[all...]
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_wed_wo.h216 struct page_frag_cache cache; member in struct:mtk_wed_wo_queue
/linux-master/drivers/infiniband/hw/hfi1/
H A Dfirmware.c1902 u8 *cache = ppd->qsfp_info.cache; local
/linux-master/drivers/acpi/
H A Dosl.c1550 acpi_os_create_cache(char *name, u16 size, u16 depth, acpi_cache_t **cache) argument
1571 acpi_os_purge_cache(acpi_cache_t *cache) argument
1590 acpi_os_delete_cache(acpi_cache_t *cache) argument
1610 acpi_os_release_object(acpi_cache_t *cache, void *object) argument
[all...]
/linux-master/include/video/
H A Dsticore.h63 u32 cache : 1; /* map to data cache */ member in struct:region::__anon3852
/linux-master/drivers/md/dm-vdo/
H A Drepair.c639 struct vdo_page_cache *cache = &vdo->block_map->zones[0].page_cache; local
/linux-master/drivers/gpu/drm/radeon/
H A Dkv_dpm.c162 u32 cache = 0; local
/linux-master/drivers/hwmon/
H A Dltc4282.c794 ltc4282_vdd_source_write_lim(struct ltc4282_state *st, u32 reg, int channel, u32 *cache, long val) argument
/linux-master/drivers/staging/fieldbus/anybuss/
H A Dhost.c267 struct kmem_cache *cache; member in struct:ab_task
280 static struct ab_task *ab_task_create_get(struct kmem_cache *cache, argument
300 struct kmem_cache *cache = t->cache; local
/linux-master/fs/btrfs/
H A Dblock-group.c141 void btrfs_get_block_group(struct btrfs_block_group *cache) argument
146 void btrfs_put_block_group(struct btrfs_block_group *cache) argument
184 struct btrfs_block_group *cache; local
222 struct btrfs_block_group *cache, *ret = NULL; local
274 btrfs_next_block_group( struct btrfs_block_group *cache) argument
404 btrfs_get_caching_control( struct btrfs_block_group *cache) argument
440 btrfs_wait_block_group_cache_progress(struct btrfs_block_group *cache, u64 num_bytes) argument
465 btrfs_caching_ctl_wait_done(struct btrfs_block_group *cache, struct btrfs_caching_control *caching_ctl) argument
472 btrfs_wait_block_group_cache_done(struct btrfs_block_group *cache) argument
918 btrfs_cache_block_group(struct btrfs_block_group *cache, bool wait) argument
1337 inc_block_group_ro(struct btrfs_block_group *cache, int force) argument
2138 exclude_super_stripes(struct btrfs_block_group *cache) argument
2195 struct btrfs_block_group *cache; local
2290 struct btrfs_block_group *cache; local
2458 struct btrfs_block_group *cache; local
2803 struct btrfs_block_group *cache; local
2895 btrfs_inc_block_group_ro(struct btrfs_block_group *cache, bool do_chunk_alloc) argument
3008 btrfs_dec_block_group_ro(struct btrfs_block_group *cache) argument
3036 update_block_group_item(struct btrfs_trans_handle *trans, struct btrfs_path *path, struct btrfs_block_group *cache) argument
3273 struct btrfs_block_group *cache, *tmp; local
3311 struct btrfs_block_group *cache; local
3477 struct btrfs_block_group *cache; local
3602 struct btrfs_block_group *cache; local
3713 btrfs_add_reserved_bytes(struct btrfs_block_group *cache, u64 ram_bytes, u64 num_bytes, int delalloc, bool force_wrong_size_class) argument
3767 btrfs_free_reserved_bytes(struct btrfs_block_group *cache, u64 num_bytes, int delalloc) argument
4459 btrfs_freeze_block_group(struct btrfs_block_group *cache) argument
[all...]
H A Dsysfs.c1628 void btrfs_sysfs_add_block_group_type(struct btrfs_block_group *cache) argument
/linux-master/net/openvswitch/
H A Dconntrack.c966 struct nf_conntrack_ecache *cache = nf_ct_ecache_find(ct); local
/linux-master/sound/pci/emu10k1/
H A Demumixer.c770 unsigned int val, cache; local
828 unsigned int val, cache; local
[all...]
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.c132 struct kfd_cache_properties *cache; local
345 struct kfd_cache_properties *cache; local
571 struct kfd_cache_properties *cache; local
647 struct kfd_cache_properties *cache; local
1130 struct kfd_cache_properties *cache; local
[all...]
/linux-master/net/ipv4/
H A Dipmr.c788 static void ipmr_update_thresholds(struct mr_table *mrt, struct mr_mfc *cache, argument
1282 struct mfc_cache *cache; local
2105 struct mfc_cache *cache; local
2260 struct mfc_cache *cache; local
2539 struct mfc_cache *cache; local
[all...]
/linux-master/net/ipv6/
H A Dip6mr.c839 ip6mr_update_thresholds(struct mr_table *mrt, struct mr_mfc *cache, unsigned char *ttls) argument
2210 struct mfc6_cache *cache; local
2275 struct mfc6_cache *cache; local
2547 struct mfc6_cache *cache; local
[all...]

Completed in 720 milliseconds

1234567891011>>