Searched refs:cache_link (Results 1 – 7 of 7) sorted by relevance
568 if (!list_empty(&conn->cache_link)) { in rxrpc_unidle_conn()571 if (!list_empty(&conn->cache_link)) { in rxrpc_unidle_conn()572 list_del_init(&conn->cache_link); in rxrpc_unidle_conn()882 list_move_tail(&conn->cache_link, &rxnet->idle_client_conns); in rxrpc_disconnect_client_call()1019 struct rxrpc_connection, cache_link); in rxrpc_discard_expired_client_conns()1041 list_del_init(&conn->cache_link); in rxrpc_discard_expired_client_conns()1103 cache_link) { in rxrpc_clean_up_local_conns()1106 list_move(&conn->cache_link, &graveyard); in rxrpc_clean_up_local_conns()1114 struct rxrpc_connection, cache_link); in rxrpc_clean_up_local_conns()1115 list_del_init(&conn->cache_link); in rxrpc_clean_up_local_conns()
43 INIT_LIST_HEAD(&conn->cache_link); in rxrpc_alloc_connection()240 ASSERT(list_empty(&conn->cache_link)); in rxrpc_kill_connection()
432 struct list_head cache_link; member
262 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()
602 if (list_empty(&object->cache_link)) { in fscache_attach_object()604 list_add(&object->cache_link, &cache->object_list); in fscache_attach_object()
309 INIT_LIST_HEAD(&object->cache_link); in fscache_object_init()734 list_del_init(&object->cache_link); in fscache_drop_object()
378 struct list_head cache_link; /* link in cache->object_list */ member
Completed in 24 milliseconds