Home
last modified time | relevance | path

Searched refs:cache_list (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/fs/exfat/
H A Dcache.c23 struct list_head cache_list; member
42 INIT_LIST_HEAD(&cache->cache_list); in exfat_cache_init_once()
70 WARN_ON(!list_empty(&cache->cache_list)); in exfat_cache_free()
79 if (ei->cache_lru.next != &cache->cache_list) in exfat_cache_update_lru()
80 list_move(&cache->cache_list, &ei->cache_lru); in exfat_cache_update_lru()
93 list_for_each_entry(p, &ei->cache_lru, cache_list) { in exfat_cache_lookup()
126 list_for_each_entry(p, &ei->cache_lru, cache_list) { in exfat_cache_merge()
177 struct exfat_cache, cache_list); in exfat_cache_add()
200 struct exfat_cache, cache_list); in __exfat_cache_inval_inode()
201 list_del_init(&cache->cache_list); in __exfat_cache_inval_inode()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_gt_buffer_pool.c28 if (n >= ARRAY_SIZE(pool->cache_list)) in bucket_for_size()
29 n = ARRAY_SIZE(pool->cache_list) - 1; in bucket_for_size()
31 return &pool->cache_list[n]; in bucket_for_size()
48 for (n = 0; n < ARRAY_SIZE(pool->cache_list); n++) { in pool_free_older_than()
49 struct list_head *list = &pool->cache_list[n]; in pool_free_older_than()
228 for (n = 0; n < ARRAY_SIZE(pool->cache_list); n++) in intel_gt_init_buffer_pool()
229 INIT_LIST_HEAD(&pool->cache_list[n]); in intel_gt_init_buffer_pool()
250 for (n = 0; n < ARRAY_SIZE(pool->cache_list); n++) in intel_gt_fini_buffer_pool()
251 GEM_BUG_ON(!list_empty(&pool->cache_list[n])); in intel_gt_fini_buffer_pool()
H A Dintel_gt_buffer_pool_types.h20 struct list_head cache_list[4]; member
/OK3568_Linux_fs/kernel/fs/fat/
H A Dcache.c19 struct list_head cache_list; member
43 INIT_LIST_HEAD(&cache->cache_list); in init_once()
69 BUG_ON(!list_empty(&cache->cache_list)); in fat_cache_free()
76 if (MSDOS_I(inode)->cache_lru.next != &cache->cache_list) in fat_cache_update_lru()
77 list_move(&cache->cache_list, &MSDOS_I(inode)->cache_lru); in fat_cache_update_lru()
90 list_for_each_entry(p, &MSDOS_I(inode)->cache_lru, cache_list) { in fat_cache_lookup()
122 list_for_each_entry(p, &MSDOS_I(inode)->cache_lru, cache_list) { in fat_cache_merge()
170 cache = list_entry(p, struct fat_cache, cache_list); in fat_cache_add()
193 struct fat_cache, cache_list); in __fat_cache_inval_inode()
194 list_del_init(&cache->cache_list); in __fat_cache_inval_inode()
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dcache.c46 INIT_HLIST_NODE(&h->cache_list); in cache_init()
67 hlist_for_each_entry_rcu(tmp, head, cache_list) { in sunrpc_cache_find_rcu()
85 hlist_del_init_rcu(&ch->cache_list); in sunrpc_begin_cache_remove_entry()
117 hlist_for_each_entry_rcu(tmp, head, cache_list, in sunrpc_cache_add_entry()
134 hlist_add_head_rcu(&new->cache_list, head); in sunrpc_cache_add_entry()
231 hlist_add_head(&tmp->cache_list, &detail->hash_table[hash]); in sunrpc_cache_update()
375 static LIST_HEAD(cache_list);
393 list_add(&cd->others, &cache_list); in sunrpc_init_cache_detail()
411 if (list_empty(&cache_list)) { in sunrpc_destroy_cache_detail()
437 next = cache_list.next; in cache_clean()
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dsstate-cache-management.sh313 local cache_list=`mktemp` || exit 1
322 find $cache_dir -type f -name 'sstate*' | sort -u -o $cache_list
325 …state:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^_]*_\([^:]*\)\.tar\.zst.*%\1%g' $cache_list | sort -u`"
345 grep ".*/sstate:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:${i}_.*" $cache_list >>$keep_list
351 to_del=`comm -1 -3 $keep_list $cache_list`
374 rm -f $cache_list
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DRawStreamProcUnit.cpp83 cache_list[i].clear (); in start()
107 cache_list[i].clear (); in stop()
398 cache_list[ISP_MIPI_HDR_S].push(buf_s); in send_sync_buf()
400 cache_list[ISP_MIPI_HDR_M].push(buf_m); in send_sync_buf()
402 cache_list[ISP_MIPI_HDR_L].push(buf_l); in send_sync_buf()
457 cache_list[i].front()->get_v4l2_buf_index()); in trigger_isp_readback()
462 buf_proxy = cache_list[i].pop(-1); in trigger_isp_readback()
H A DRawStreamProcUnit.h117 SafeList<V4l2BufferProxy> cache_list[3]; variable
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dcacheinfo.c132 static LIST_HEAD(cache_list);
151 list_add(&cache->list, &cache_list); in cache_init()
169 list_for_each_entry(iter, &cache_list, list) in release_cache_debugcheck()
311 list_for_each_entry(iter, &cache_list, list) in cache_find_first_sibling()
324 list_for_each_entry(iter, &cache_list, list) { in cache_lookup_by_node()
803 struct cache *cache_list) in cacheinfo_sysfs_populate() argument
813 cache = cache_list; in cacheinfo_sysfs_populate()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/
H A Dvc4_bo.c528 struct list_head *cache_list; in vc4_free_object() local
559 cache_list = vc4_get_cache_list_for_size(dev, gem_bo->size); in vc4_free_object()
560 if (!cache_list) { in vc4_free_object()
578 list_add(&bo->size_head, cache_list); in vc4_free_object()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/
H A DRawStreamProcUnit.h154 SafeList<V4l2BufferProxy> cache_list[3]; variable
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dcache.h47 struct hlist_node cache_list; member