Home
last modified time | relevance | path

Searched defs:cache (Results 126 - 150 of 551) sorted by relevance

12345678910>>...23

/kernel/linux/linux-5.10/fs/squashfs/
H A Dsquashfs_fs_sb.h38 struct squashfs_cache *cache; member
/kernel/linux/linux-5.10/net/ipv6/
H A Drpl_iptunnel.c20 struct dst_cache cache; member
/kernel/linux/linux-5.10/include/linux/
H A Dkasan.h118 static inline void kasan_cache_create(struct kmem_cache *cache, in kasan_cache_create() argument
123 static inline void kasan_unpoison_object_data(struct kmem_cache *cache, in kasan_unpoison_object_data() argument
125 static inline void kasan_poison_object_data(struct kmem_cache *cache, in kasan_poison_object_data() argument
127 static inline void *kasan_init_slab_obj(struct kmem_cache *cache, in kasan_init_slab_obj() argument
173 static inline size_t kasan_metadata_size(struct kmem_cache *cache) { retur in kasan_unpoison_slab() argument
187 kasan_cache_shrink(struct kmem_cache *cache) kasan_cache_shrink() argument
188 kasan_cache_shutdown(struct kmem_cache *cache) kasan_cache_shutdown() argument
[all...]
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Ddbexec.c241 u32 acpi_db_get_cache_info(struct acpi_memory_list *cache) in acpi_db_get_cache_info() argument
/kernel/linux/linux-6.6/fs/
H A Dmbcache.c50 static inline struct hlist_bl_head *mb_cache_entry_head(struct mb_cache *cache, in mb_cache_entry_head() argument
74 mb_cache_entry_create(struct mb_cache *cache, gfp_t mask, u32 key, u64 value, bool reusable) mb_cache_entry_create() argument
127 __mb_cache_entry_free(struct mb_cache *cache, struct mb_cache_entry *entry) __mb_cache_entry_free() argument
152 __entry_find(struct mb_cache *cache, struct mb_cache_entry *entry, u32 key) __entry_find() argument
192 mb_cache_entry_find_first(struct mb_cache *cache, u32 key) mb_cache_entry_find_first() argument
209 mb_cache_entry_find_next(struct mb_cache *cache, struct mb_cache_entry *entry) mb_cache_entry_find_next() argument
222 mb_cache_entry_get(struct mb_cache *cache, u32 key, u64 value) mb_cache_entry_get() argument
254 mb_cache_entry_delete_or_get(struct mb_cache *cache, u32 key, u64 value) mb_cache_entry_delete_or_get() argument
286 mb_cache_entry_touch(struct mb_cache *cache, struct mb_cache_entry *entry) mb_cache_entry_touch() argument
296 struct mb_cache *cache = container_of(shrink, struct mb_cache, mb_cache_count() local
303 mb_cache_shrink(struct mb_cache *cache, unsigned long nr_to_scan) mb_cache_shrink() argument
336 struct mb_cache *cache = container_of(shrink, struct mb_cache, mb_cache_scan() local
346 struct mb_cache *cache = container_of(work, struct mb_cache, mb_cache_shrink_worker() local
359 struct mb_cache *cache; mb_cache_create() local
405 mb_cache_destroy(struct mb_cache *cache) mb_cache_destroy() argument
[all...]
/kernel/linux/linux-6.6/fs/cachefiles/
H A Dondemand.c11 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_ondemand_fd_release() local
44 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_ondemand_fd_write_iter() local
84 struct cachefiles_cache *cache = object->volume->cache; cachefiles_ondemand_fd_ioctl() local
117 cachefiles_ondemand_copen(struct cachefiles_cache *cache, char *args) cachefiles_ondemand_copen() argument
187 struct cachefiles_cache *cache; cachefiles_ondemand_get_fd() local
237 cachefiles_ondemand_daemon_read(struct cachefiles_cache *cache, char __user *_buffer, size_t buflen) cachefiles_ondemand_daemon_read() argument
315 struct cachefiles_cache *cache = object->volume->cache; cachefiles_ondemand_send_req() local
[all...]
H A Dnamei.c69 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_unmark_inode_in_use() local
84 struct dentry *cachefiles_get_directory(struct cachefiles_cache *cache, in cachefiles_get_directory() argument
228 cachefiles_unlink(struct cachefiles_cache *cache, struct cachefiles_object *object, struct dentry *dir, struct dentry *dentry, enum fscache_why_object_killed why) cachefiles_unlink() argument
264 cachefiles_bury_object(struct cachefiles_cache *cache, struct cachefiles_object *object, struct dentry *dir, struct dentry *rep, enum fscache_why_object_killed why) cachefiles_bury_object() argument
441 struct cachefiles_cache *cache = volume->cache; cachefiles_create_tmpfile() local
545 struct cachefiles_cache *cache = object->volume->cache; cachefiles_open_file() local
670 cachefiles_commit_tmpfile(struct cachefiles_cache *cache, struct cachefiles_object *object) cachefiles_commit_tmpfile() argument
747 cachefiles_lookup_for_cull(struct cachefiles_cache *cache, struct dentry *dir, char *filename) cachefiles_lookup_for_cull() argument
792 cachefiles_cull(struct cachefiles_cache *cache, struct dentry *dir, char *filename) cachefiles_cull() argument
850 cachefiles_check_in_use(struct cachefiles_cache *cache, struct dentry *dir, char *filename) cachefiles_check_in_use() argument
[all...]
H A Dio.c285 struct cachefiles_cache *cache; in __cachefiles_write() local
385 struct cachefiles_cache *cache; cachefiles_do_prepare_read() local
524 struct cachefiles_cache *cache = object->volume->cache; __cachefiles_prepare_write() local
599 struct cachefiles_cache *cache = object->volume->cache; cachefiles_prepare_write() local
[all...]
H A Ddaemon.c90 struct cachefiles_cache *cache; in cachefiles_daemon_open() local
135 cachefiles_flush_reqs(struct cachefiles_cache *cache) cachefiles_flush_reqs() argument
168 cachefiles_put_unbind_pincount(struct cachefiles_cache *cache) cachefiles_put_unbind_pincount() argument
177 cachefiles_get_unbind_pincount(struct cachefiles_cache *cache) cachefiles_get_unbind_pincount() argument
187 struct cachefiles_cache *cache = file->private_data; cachefiles_daemon_release() local
208 cachefiles_do_daemon_read(struct cachefiles_cache *cache, char __user *_buffer, size_t buflen) cachefiles_do_daemon_read() argument
259 struct cachefiles_cache *cache = file->private_data; cachefiles_daemon_read() local
281 struct cachefiles_cache *cache = file->private_data; cachefiles_daemon_write() local
357 struct cachefiles_cache *cache = file->private_data; cachefiles_daemon_poll() local
381 cachefiles_daemon_range_error(struct cachefiles_cache *cache, char *args) cachefiles_daemon_range_error() argument
393 cachefiles_daemon_frun(struct cachefiles_cache *cache, char *args) cachefiles_daemon_frun() argument
417 cachefiles_daemon_fcull(struct cachefiles_cache *cache, char *args) cachefiles_daemon_fcull() argument
441 cachefiles_daemon_fstop(struct cachefiles_cache *cache, char *args) cachefiles_daemon_fstop() argument
465 cachefiles_daemon_brun(struct cachefiles_cache *cache, char *args) cachefiles_daemon_brun() argument
489 cachefiles_daemon_bcull(struct cachefiles_cache *cache, char *args) cachefiles_daemon_bcull() argument
513 cachefiles_daemon_bstop(struct cachefiles_cache *cache, char *args) cachefiles_daemon_bstop() argument
537 cachefiles_daemon_dir(struct cachefiles_cache *cache, char *args) cachefiles_daemon_dir() argument
565 cachefiles_daemon_secctx(struct cachefiles_cache *cache, char *args) cachefiles_daemon_secctx() argument
593 cachefiles_daemon_tag(struct cachefiles_cache *cache, char *args) cachefiles_daemon_tag() argument
619 cachefiles_daemon_cull(struct cachefiles_cache *cache, char *args) cachefiles_daemon_cull() argument
667 cachefiles_daemon_debug(struct cachefiles_cache *cache, char *args) cachefiles_daemon_debug() argument
690 cachefiles_daemon_inuse(struct cachefiles_cache *cache, char *args) cachefiles_daemon_inuse() argument
737 cachefiles_daemon_bind(struct cachefiles_cache *cache, char *args) cachefiles_daemon_bind() argument
798 cachefiles_daemon_unbind(struct cachefiles_cache *cache) cachefiles_daemon_unbind() argument
[all...]
H A Dinterface.c79 struct fscache_cache *cache; in cachefiles_put_object() local
175 struct cachefiles_cache *cache in cachefiles_lookup_cookie() local
230 struct cachefiles_cache *cache = object->volume->cache; cachefiles_shorten_object() local
277 struct cachefiles_cache *cache = object->volume->cache; cachefiles_resize_cookie() local
303 cachefiles_commit_object(struct cachefiles_object *object, struct cachefiles_cache *cache) cachefiles_commit_object() argument
322 cachefiles_clean_up_object(struct cachefiles_object *object, struct cachefiles_cache *cache) cachefiles_clean_up_object() argument
352 struct cachefiles_cache *cache = object->volume->cache; cachefiles_withdraw_cookie() local
[all...]
/kernel/linux/linux-6.6/fs/btrfs/tests/
H A Dfree-space-tree-tests.c20 __check_free_space_extents(struct btrfs_trans_handle *trans, struct btrfs_fs_info *fs_info, struct btrfs_block_group *cache, struct btrfs_path *path, const struct free_space_extent * const extents, unsigned int num_extents) __check_free_space_extents() argument
107 check_free_space_extents(struct btrfs_trans_handle *trans, struct btrfs_fs_info *fs_info, struct btrfs_block_group *cache, struct btrfs_path *path, const struct free_space_extent * const extents, unsigned int num_extents) check_free_space_extents() argument
150 test_empty_block_group(struct btrfs_trans_handle *trans, struct btrfs_fs_info *fs_info, struct btrfs_block_group *cache, struct btrfs_path *path, u32 alignment) test_empty_block_group() argument
164 test_remove_all(struct btrfs_trans_handle *trans, struct btrfs_fs_info *fs_info, struct btrfs_block_group *cache, struct btrfs_path *path, u32 alignment) test_remove_all() argument
185 test_remove_beginning(struct btrfs_trans_handle *trans, struct btrfs_fs_info *fs_info, struct btrfs_block_group *cache, struct btrfs_path *path, u32 alignment) test_remove_beginning() argument
208 test_remove_end(struct btrfs_trans_handle *trans, struct btrfs_fs_info *fs_info, struct btrfs_block_group *cache, struct btrfs_path *path, u32 alignment) test_remove_end() argument
231 test_remove_middle(struct btrfs_trans_handle *trans, struct btrfs_fs_info *fs_info, struct btrfs_block_group *cache, struct btrfs_path *path, u32 alignment) test_remove_middle() argument
255 test_merge_left(struct btrfs_trans_handle *trans, struct btrfs_fs_info *fs_info, struct btrfs_block_group *cache, struct btrfs_path *path, u32 alignment) test_merge_left() argument
292 test_merge_right(struct btrfs_trans_handle *trans, struct btrfs_fs_info *fs_info, struct btrfs_block_group *cache, struct btrfs_path *path, u32 alignment) test_merge_right() argument
330 test_merge_both(struct btrfs_trans_handle *trans, struct btrfs_fs_info *fs_info, struct btrfs_block_group *cache, struct btrfs_path *path, u32 alignment) test_merge_both() argument
373 test_merge_none(struct btrfs_trans_handle *trans, struct btrfs_fs_info *fs_info, struct btrfs_block_group *cache, struct btrfs_path *path, u32 alignment) test_merge_none() argument
429 struct btrfs_block_group *cache = NULL; run_test() local
[all...]
/kernel/linux/linux-6.6/fs/fat/
H A Dcache.c41 struct fat_cache *cache = (struct fat_cache *)foo; in init_once() local
67 static inline void fat_cache_free(struct fat_cache *cache) in fat_cache_free() argument
73 fat_cache_update_lru(struct inode *inode, struct fat_cache *cache) fat_cache_update_lru() argument
136 struct fat_cache *cache, *tmp; fat_cache_add() local
189 struct fat_cache *cache; __fat_cache_inval_inode() local
[all...]
/kernel/linux/linux-6.6/fs/ext2/
H A Dxattr.h98 static inline void ext2_xattr_destroy_cache(struct mb_cache *cache) in ext2_xattr_destroy_cache() argument
/kernel/linux/linux-6.6/include/drm/ttm/
H A Dttm_resource.h283 } cache; member
/kernel/linux/linux-6.6/fs/squashfs/
H A Dsquashfs_fs_sb.h38 struct squashfs_cache *cache; member
/kernel/linux/linux-6.6/fs/exfat/
H A Dcache.c40 struct exfat_cache *cache = (struct exfat_cache *)c; in exfat_cache_init_once() local
68 static inline void exfat_cache_free(struct exfat_cache *cache) in exfat_cache_free() argument
74 exfat_cache_update_lru(struct inode *inode, struct exfat_cache *cache) exfat_cache_update_lru() argument
141 struct exfat_cache *cache, *tmp; exfat_cache_add() local
196 struct exfat_cache *cache; __exfat_cache_inval_inode() local
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dfscache-cache.h155 fscache_count_object(struct fscache_cache *cache) fscache_count_object() argument
167 fscache_uncount_object(struct fscache_cache *cache) fscache_uncount_object() argument
180 fscache_wait_for_objects(struct fscache_cache *cache) fscache_wait_for_objects() argument
[all...]
H A Dslab_def.h91 static inline void *nearest_obj(struct kmem_cache *cache, const struct slab *slab, in nearest_obj() argument
109 obj_to_index(const struct kmem_cache *cache, const struct slab *slab, void *obj) obj_to_index() argument
116 objs_per_slab(const struct kmem_cache *cache, const struct slab *slab) objs_per_slab() argument
[all...]
/kernel/linux/linux-6.6/fs/fscache/
H A Dvolume.c205 struct fscache_cache *cache; fscache_alloc_volume() local
380 struct fscache_cache *cache = volume->cache; fscache_free_volume() local
[all...]
/kernel/linux/linux-6.6/fs/lockd/
H A Dhost.c525 static struct nlm_host *next_host_state(struct hlist_head *cache, in next_host_state() argument
/kernel/linux/linux-6.6/include/net/page_pool/
H A Dtypes.h43 struct page *cache[PP_ALLOC_CACHE_SIZE]; member
[all...]
/kernel/linux/linux-6.6/drivers/soc/qcom/
H A Drpmh-internal.h81 struct list_head cache; member
/kernel/linux/linux-6.6/drivers/base/regmap/
H A Dregcache.c625 u8 *cache = base; regcache_set_val() local
631 u16 *cache = base; regcache_set_val() local
637 u32 *cache = base; regcache_set_val() local
660 const u8 *cache = base; regcache_get_val() local
665 const u16 *cache = base; regcache_get_val() local
670 const u32 *cache = base; regcache_get_val() local
[all...]
/kernel/linux/linux-6.6/io_uring/
H A Drsrc.h42 struct io_cache_entry cache; member
/kernel/linux/linux-6.6/drivers/net/wireguard/
H A Dsocket.c20 send4(struct wg_device *wg, struct sk_buff *skb, struct endpoint *endpoint, u8 ds, struct dst_cache *cache) send4() argument
97 send6(struct wg_device *wg, struct sk_buff *skb, struct endpoint *endpoint, u8 ds, struct dst_cache *cache) send6() argument
[all...]

Completed in 13 milliseconds

12345678910>>...23