/include/linux/ |
A D | mbcache.h | 41 void mb_cache_destroy(struct mb_cache *cache); 43 int mb_cache_entry_create(struct mb_cache *cache, gfp_t mask, u32 key, 45 void __mb_cache_entry_free(struct mb_cache *cache, 48 static inline void mb_cache_entry_put(struct mb_cache *cache, in mb_cache_entry_put() argument 58 __mb_cache_entry_free(cache, entry); in mb_cache_entry_put() 61 struct mb_cache_entry *mb_cache_entry_delete_or_get(struct mb_cache *cache, 63 struct mb_cache_entry *mb_cache_entry_get(struct mb_cache *cache, u32 key, 65 struct mb_cache_entry *mb_cache_entry_find_first(struct mb_cache *cache, 67 struct mb_cache_entry *mb_cache_entry_find_next(struct mb_cache *cache, 69 void mb_cache_entry_touch(struct mb_cache *cache,
|
A D | fscache-cache.h | 91 extern void fscache_relinquish_cache(struct fscache_cache *cache); 92 extern int fscache_add_cache(struct fscache_cache *cache, 95 extern void fscache_withdraw_cache(struct fscache_cache *cache); 99 extern void fscache_io_error(struct fscache_cache *cache); 161 static inline void fscache_count_object(struct fscache_cache *cache) in fscache_count_object() argument 163 atomic_inc(&cache->object_count); in fscache_count_object() 173 static inline void fscache_uncount_object(struct fscache_cache *cache) in fscache_uncount_object() argument 175 if (atomic_dec_and_test(&cache->object_count)) in fscache_uncount_object() 186 static inline void fscache_wait_for_objects(struct fscache_cache *cache) in fscache_wait_for_objects() argument 189 atomic_read(&cache->object_count) == 0); in fscache_wait_for_objects()
|
A D | kasan.h | 151 __kasan_unpoison_new_object(cache, object); in kasan_unpoison_new_object() 168 __kasan_poison_new_object(cache, object); in kasan_poison_new_object() 171 void * __must_check __kasan_init_slab_obj(struct kmem_cache *cache, 174 struct kmem_cache *cache, const void *object) in kasan_init_slab_obj() argument 177 return __kasan_init_slab_obj(cache, object); in kasan_init_slab_obj() 418 static inline void *kasan_init_slab_obj(struct kmem_cache *cache, in kasan_init_slab_obj() argument 491 void kasan_cache_shrink(struct kmem_cache *cache); 492 void kasan_cache_shutdown(struct kmem_cache *cache); 498 static inline size_t kasan_metadata_size(struct kmem_cache *cache, in kasan_metadata_size() argument 504 static inline void kasan_cache_create(struct kmem_cache *cache, in kasan_cache_create() argument [all …]
|
A D | unwind_deferred.h | 59 if (unlikely(info->cache)) { in unwind_reset_info() 60 info->cache->nr_entries = 0; in unwind_reset_info() 61 info->cache->unwind_completed = 0; in unwind_reset_info()
|
A D | bpf_local_storage.h | 95 struct bpf_local_storage_data __rcu *cache[BPF_LOCAL_STORAGE_CACHE_SIZE]; member 135 struct bpf_local_storage_cache *cache, 151 sdata = rcu_dereference_check(local_storage->cache[smap->cache_idx], in bpf_local_storage_lookup() 172 struct bpf_local_storage_cache *cache,
|
A D | host1x.h | 51 static inline void host1x_bo_cache_init(struct host1x_bo_cache *cache) in host1x_bo_cache_init() argument 53 INIT_LIST_HEAD(&cache->mappings); in host1x_bo_cache_init() 54 mutex_init(&cache->lock); in host1x_bo_cache_init() 57 static inline void host1x_bo_cache_destroy(struct host1x_bo_cache *cache) in host1x_bo_cache_destroy() argument 60 mutex_destroy(&cache->lock); in host1x_bo_cache_destroy() 115 struct host1x_bo_cache cache; member 137 struct host1x_bo_cache *cache; member 182 struct host1x_bo_cache *cache);
|
A D | unwind_deferred_types.h | 34 struct unwind_cache *cache; member
|
A D | bch.h | 52 int *cache; member
|
A D | bpf_mem_alloc.h | 13 struct bpf_mem_cache __percpu *cache; member
|
A D | mroute_base.h | 392 struct list_head *cache; member 423 it->cache = NULL; in mr_mfc_seq_start() 436 if (it->cache == &mrt->mfc_unres_queue) in mr_mfc_seq_stop() 438 else if (it->cache == &mrt->mfc_cache_list) in mr_mfc_seq_stop()
|
A D | lru_cache.h | 238 extern struct lru_cache *lc_create(const char *name, struct kmem_cache *cache,
|
A D | resctrl.h | 284 struct resctrl_cache cache; member 362 return BIT_MASK(r->cache.cbm_len) - 1; in resctrl_get_default_ctrl()
|
A D | netfs.h | 62 struct fscache_cookie *cache; member 497 ctx->cache = NULL; in netfs_inode_init() 533 return ctx->cache; in netfs_i_cookie()
|
/include/net/ |
A D | netlabel.h | 197 struct netlbl_lsm_cache *cache; member 280 struct netlbl_lsm_cache *cache; in netlbl_secattr_cache_alloc_noprof() local 282 cache = kzalloc_noprof(sizeof(*cache), flags); in netlbl_secattr_cache_alloc_noprof() 283 if (cache) in netlbl_secattr_cache_alloc_noprof() 284 refcount_set(&cache->refcount, 1); in netlbl_secattr_cache_alloc_noprof() 285 return cache; in netlbl_secattr_cache_alloc_noprof() 300 if (!refcount_dec_and_test(&cache->refcount)) in netlbl_secattr_cache_free() 303 if (cache->free) in netlbl_secattr_cache_free() 304 cache->free(cache->data); in netlbl_secattr_cache_free() 305 kfree(cache); in netlbl_secattr_cache_free() [all …]
|
A D | dst_cache.h | 12 struct dst_cache_pcpu __percpu *cache; member
|
/include/net/netfilter/ |
A D | nf_conntrack_ecache.h | 23 unsigned long cache; /* bitops want long */ member 119 if (local64_read(&e->timestamp) && READ_ONCE(e->cache) == 0) in nf_conntrack_event_cache() 123 set_bit(event, &e->cache); in nf_conntrack_event_cache()
|
/include/xen/ |
A D | grant_table.h | 227 void gnttab_page_cache_init(struct gnttab_page_cache *cache); 228 int gnttab_page_cache_get(struct gnttab_page_cache *cache, struct page **page); 229 void gnttab_page_cache_put(struct gnttab_page_cache *cache, struct page **page, 231 void gnttab_page_cache_shrink(struct gnttab_page_cache *cache,
|
/include/acpi/ |
A D | acpiosxf.h | 207 acpi_status acpi_os_delete_cache(acpi_cache_t * cache); 211 acpi_status acpi_os_purge_cache(acpi_cache_t * cache); 215 void *acpi_os_acquire_object(acpi_cache_t * cache); 219 acpi_status acpi_os_release_object(acpi_cache_t * cache, void *object);
|
/include/trace/events/ |
A D | fscache.h | 219 __field(unsigned int, cache ) 225 __entry->cache = cache_debug_id; 231 __entry->cache, 328 __field(unsigned int, cache ) 335 __entry->cache = cache_debug_id; 342 __entry->cache,
|
/include/soc/tegra/ |
A D | tegra-cbb.h | 38 void tegra_cbb_print_cache(struct seq_file *file, u32 cache);
|
/include/net/page_pool/ |
A D | memory_provider.h | 48 pool->alloc.cache[pool->alloc.count++] = netmem; in net_mp_netmem_place_in_cache()
|
A D | types.h | 58 netmem_ref cache[PP_ALLOC_CACHE_SIZE]; member
|
/include/linux/power/ |
A D | bq27xxx_battery.h | 62 struct bq27xxx_reg_cache cache; member
|
/include/linux/firmware/cirrus/ |
A D | cs_dsp.h | 99 void *cache; member 299 u32 cache; member
|
/include/linux/platform_data/ |
A D | mlxreg.h | 178 u32 cache; member
|