Home
last modified time | relevance | path

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

/Linux-v5.15/net/rxrpc/
Dconn_client.c564 if (!list_empty(&conn->cache_link)) { in rxrpc_unidle_conn()
567 if (!list_empty(&conn->cache_link)) { in rxrpc_unidle_conn()
568 list_del_init(&conn->cache_link); in rxrpc_unidle_conn()
878 list_move_tail(&conn->cache_link, &rxnet->idle_client_conns); in rxrpc_disconnect_client_call()
1015 struct rxrpc_connection, cache_link); in rxrpc_discard_expired_client_conns()
1037 list_del_init(&conn->cache_link); in rxrpc_discard_expired_client_conns()
1099 cache_link) { in rxrpc_clean_up_local_conns()
1102 list_move(&conn->cache_link, &graveyard); in rxrpc_clean_up_local_conns()
1110 struct rxrpc_connection, cache_link); in rxrpc_clean_up_local_conns()
1111 list_del_init(&conn->cache_link); in rxrpc_clean_up_local_conns()
Dconn_object.c43 INIT_LIST_HEAD(&conn->cache_link); in rxrpc_alloc_connection()
240 ASSERT(list_empty(&conn->cache_link)); in rxrpc_kill_connection()
Dar-internal.h432 struct list_head cache_link; member
/Linux-v5.15/fs/fscache/
Dcache.c262 list_add_tail(&ifsdef->cache_link, &cache->object_list); in fscache_add_cache()
334 struct fscache_object, cache_link); in fscache_withdraw_all_objects()
335 list_move_tail(&object->cache_link, dying_objects); in fscache_withdraw_all_objects()
Dcookie.c602 if (list_empty(&object->cache_link)) { in fscache_attach_object()
604 list_add(&object->cache_link, &cache->object_list); in fscache_attach_object()
Dobject.c309 INIT_LIST_HEAD(&object->cache_link); in fscache_object_init()
734 list_del_init(&object->cache_link); in fscache_drop_object()
/Linux-v5.15/include/linux/
Dfscache-cache.h378 struct list_head cache_link; /* link in cache->object_list */ member