/kernel/linux/linux-6.6/fs/fscache/ |
H A D | cache.c | 38 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()
|
/kernel/linux/linux-6.6/fs/cachefiles/ |
H A D | volume.c | 35 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 D | cache.c | 298 struct cachefiles_object, cache_link); in cachefiles_withdraw_objects() 300 list_del_init(&object->cache_link); in cachefiles_withdraw_objects() 327 struct cachefiles_volume, cache_link); in cachefiles_withdraw_volumes() 328 list_del_init(&volume->cache_link); in cachefiles_withdraw_volumes()
|
H A D | interface.c | 37 INIT_LIST_HEAD(&object->cache_link); in cachefiles_alloc_object() 199 list_add(&object->cache_link, &cache->object_list); in cachefiles_lookup_cookie() 358 if (!list_empty(&object->cache_link)) { in cachefiles_withdraw_cookie() 361 list_del_init(&object->cache_link); in cachefiles_withdraw_cookie()
|
H A D | internal.h | 41 struct list_head cache_link; /* Link in cache->volumes */ member 53 struct list_head cache_link; /* Link in cache->*_list */ member
|
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | conn_client.c | 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() 1062 rxrpc_put_connection(conn); /* Drop the ->cache_link ref */ 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() [all...] |
H A D | conn_object.c | 43 INIT_LIST_HEAD(&conn->cache_link); in rxrpc_alloc_connection() 241 ASSERT(list_empty(&conn->cache_link)); in rxrpc_kill_connection()
|
H A D | ar-internal.h | 410 struct list_head cache_link; member
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | conn_client.c | 452 if (!list_empty(&conn->cache_link)) { in rxrpc_unidle_conn() 453 list_del_init(&conn->cache_link); in rxrpc_unidle_conn() 650 list_move_tail(&conn->cache_link, &local->idle_client_conns); in rxrpc_disconnect_client_call() 745 struct rxrpc_connection, cache_link); in rxrpc_discard_expired_client_conns() 770 list_del_init(&conn->cache_link); in rxrpc_discard_expired_client_conns() 773 /* Drop the ->cache_link ref */ in rxrpc_discard_expired_client_conns() 808 struct rxrpc_connection, cache_link))) { in rxrpc_clean_up_local_conns() 809 list_del_init(&conn->cache_link); in rxrpc_clean_up_local_conns()
|
H A D | conn_object.c | 64 INIT_LIST_HEAD(&conn->cache_link); in rxrpc_alloc_connection() 318 ASSERT(list_empty(&conn->cache_link)); in rxrpc_clean_up_connection()
|
H A D | ar-internal.h | 474 struct list_head cache_link; member
|
/kernel/linux/linux-5.10/fs/fscache/ |
H A D | cache.c | 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()
|
H A D | object.c | 313 INIT_LIST_HEAD(&object->cache_link); in fscache_object_init() 741 list_del_init(&object->cache_link); in fscache_drop_object()
|
H A D | cookie.c | 583 if (list_empty(&object->cache_link)) { in fscache_attach_object() 585 list_add(&object->cache_link, &cache->object_list); in fscache_attach_object()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fscache-cache.h | 37 struct list_head cache_link; /* Link in cache list */ member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fscache-cache.h | 375 struct list_head cache_link; /* link in cache->object_list */ member
|