Searched refs:cache_link (Results 1 – 7 of 7) sorted by relevance
582 if (!list_empty(&conn->cache_link)) { in rxrpc_unidle_conn()585 if (!list_empty(&conn->cache_link)) { in rxrpc_unidle_conn()586 list_del_init(&conn->cache_link); in rxrpc_unidle_conn()897 list_move_tail(&conn->cache_link, &rxnet->idle_client_conns); in rxrpc_disconnect_client_call()1035 struct rxrpc_connection, cache_link); in rxrpc_discard_expired_client_conns()1057 list_del_init(&conn->cache_link); in rxrpc_discard_expired_client_conns()1119 cache_link) { in rxrpc_clean_up_local_conns()1122 list_move(&conn->cache_link, &graveyard); in rxrpc_clean_up_local_conns()1130 struct rxrpc_connection, cache_link); in rxrpc_clean_up_local_conns()1131 list_del_init(&conn->cache_link); in rxrpc_clean_up_local_conns()
43 INIT_LIST_HEAD(&conn->cache_link); in rxrpc_alloc_connection()241 ASSERT(list_empty(&conn->cache_link)); in rxrpc_kill_connection()
410 struct list_head cache_link; member
262 list_add_tail(&ifsdef->cache_link, &cache->object_list); in fscache_add_cache()335 struct fscache_object, cache_link); in fscache_withdraw_all_objects()336 list_move_tail(&object->cache_link, dying_objects); in fscache_withdraw_all_objects()
583 if (list_empty(&object->cache_link)) { in fscache_attach_object()585 list_add(&object->cache_link, &cache->object_list); in fscache_attach_object()
313 INIT_LIST_HEAD(&object->cache_link); in fscache_object_init()741 list_del_init(&object->cache_link); in fscache_drop_object()
375 struct list_head cache_link; /* link in cache->object_list */ member