Home
last modified time | relevance | path

Searched refs:cache_link (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/fs/fscache/
H A Dcache.c38 INIT_LIST_HEAD(&cache->cache_link); in fscache_alloc_cache()
66 list_for_each_entry(cache, &fscache_caches, cache_link) { in fscache_lookup_cache()
76 list_for_each_entry(cache, &fscache_caches, cache_link) { in fscache_lookup_cache()
93 list_for_each_entry(cache, &fscache_caches, cache_link) { in fscache_lookup_cache()
110 list_for_each_entry(cache, &fscache_caches, cache_link) { in fscache_lookup_cache()
117 list_add_tail(&candidate->cache_link, &fscache_caches); in fscache_lookup_cache()
195 list_del_init(&cache->cache_link); in fscache_put_cache()
392 cache = list_entry(v, struct fscache_cache, cache_link); in fscache_caches_seq_show()
/openbmc/linux/fs/cachefiles/
H A Dvolume.c35 INIT_LIST_HEAD(&volume->cache_link); in cachefiles_acquire_volume()
87 list_add(&volume->cache_link, &volume->cache->volumes); in cachefiles_acquire_volume()
128 list_del_init(&volume->cache_link); in cachefiles_free_volume()
H A Dcache.c299 struct cachefiles_object, cache_link); in cachefiles_withdraw_objects()
301 list_del_init(&object->cache_link); in cachefiles_withdraw_objects()
328 volume = list_entry(cur, struct cachefiles_volume, cache_link); in cachefiles_withdraw_fscache_volumes()
361 struct cachefiles_volume, cache_link); in cachefiles_withdraw_volumes()
369 list_del_init(&volume->cache_link); in cachefiles_withdraw_volumes()
H A Dinterface.c42 INIT_LIST_HEAD(&object->cache_link); in cachefiles_alloc_object()
204 list_add(&object->cache_link, &cache->object_list); in cachefiles_lookup_cookie()
369 if (!list_empty(&object->cache_link)) { in cachefiles_withdraw_cookie()
372 list_del_init(&object->cache_link); in cachefiles_withdraw_cookie()
H A Dinternal.h41 struct list_head cache_link; /* Link in cache->volumes */ member
68 struct list_head cache_link; /* Link in cache->*_list */ member
/openbmc/linux/net/rxrpc/
H A Dconn_client.c452 if (!list_empty(&conn->cache_link)) { in rxrpc_unidle_conn()
453 list_del_init(&conn->cache_link); in rxrpc_unidle_conn()
654 list_move_tail(&conn->cache_link, &local->idle_client_conns); in rxrpc_disconnect_client_call()
749 struct rxrpc_connection, cache_link); in rxrpc_discard_expired_client_conns()
774 list_del_init(&conn->cache_link); in rxrpc_discard_expired_client_conns()
812 struct rxrpc_connection, cache_link))) { in rxrpc_clean_up_local_conns()
813 list_del_init(&conn->cache_link); in rxrpc_clean_up_local_conns()
H A Dconn_object.c64 INIT_LIST_HEAD(&conn->cache_link); in rxrpc_alloc_connection()
314 ASSERT(list_empty(&conn->cache_link)); in rxrpc_clean_up_connection()
H A Dar-internal.h474 struct list_head cache_link; member
/openbmc/linux/include/linux/
H A Dfscache-cache.h38 struct list_head cache_link; /* Link in cache list */ member