/kernel/linux/linux-5.10/lib/ |
H A D | debugobjects.c | 326 hlist_move_list(&obj_to_free, &tofree); in free_obj_work() 476 hlist_move_list(&db->list, &freelist); in debug_objects_oom() 1324 hlist_move_list(&objects, &obj_pool); in debug_objects_replace_static_objects() 1328 hlist_move_list(&db->list, &objects); in debug_objects_replace_static_objects()
|
/kernel/linux/linux-6.6/lib/ |
H A D | debugobjects.c | 323 hlist_move_list(&obj_to_free, &tofree); in free_obj_work() 473 hlist_move_list(&db->list, &freelist); in debug_objects_oom() 1332 hlist_move_list(&objects, &obj_pool); in debug_objects_replace_static_objects() 1336 hlist_move_list(&db->list, &objects); in debug_objects_replace_static_objects()
|
H A D | list-test.c | 1000 hlist_move_list(&list1, &list2); in hlist_test_move_list()
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | peer_event.c | 209 hlist_move_list(&peer->error_targets, &error_targets); in rxrpc_distribute_error()
|
/kernel/linux/linux-5.10/tools/include/linux/ |
H A D | list.h | 685 static inline void hlist_move_list(struct hlist_head *old, in hlist_move_list() function
|
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | fragmentation.c | 223 hlist_move_list(&chain->fragment_list, chain_out); in batadv_frag_insert_packet()
|
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | fragmentation.c | 222 hlist_move_list(&chain->fragment_list, chain_out); in batadv_frag_insert_packet()
|
/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | list.h | 696 static inline void hlist_move_list(struct hlist_head *old, in hlist_move_list() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | list.h | 956 * hlist_move_list - Move an hlist 963 static inline void hlist_move_list(struct hlist_head *old, in hlist_move_list() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | list.h | 1098 * hlist_move_list - Move an hlist 1105 static inline void hlist_move_list(struct hlist_head *old, in hlist_move_list() function
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_multicast.c | 1628 hlist_move_list(&br->mcast_gc_list, &deleted_head); in br_multicast_del_port() 3203 hlist_move_list(&br->mcast_gc_list, &deleted_head); in br_multicast_gc_work() 3354 hlist_move_list(&br->mcast_gc_list, &deleted_head); in br_multicast_dev_del()
|
/kernel/linux/linux-5.10/kernel/time/ |
H A D | timer.c | 1480 hlist_move_list(vec, heads++); in collect_expired_timers()
|
/kernel/linux/linux-6.6/kernel/time/ |
H A D | timer.c | 1772 hlist_move_list(vec, heads++); in collect_expired_timers()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_multicast.c | 2054 hlist_move_list(&br->mcast_gc_list, &deleted_head); in br_multicast_del_port() 4024 hlist_move_list(&br->mcast_gc_list, &deleted_head); in br_multicast_gc_work() 4368 hlist_move_list(&br->mcast_gc_list, &deleted_head); in br_multicast_dev_del()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | sock_map.c | 1199 hlist_move_list(&bucket->head, &unlink_list); in sock_hash_free()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | sock_map.c | 1157 hlist_move_list(&bucket->head, &unlink_list); in sock_hash_free()
|
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_state.c | 511 hlist_move_list(&xfrm_state_gc_list, &gc_list); in xfrm_state_gc_task()
|
/kernel/linux/linux-5.10/fs/ |
H A D | namespace.c | 1419 hlist_move_list(&unmounted, &head); in namespace_unlock()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | amt.c | 97 hlist_move_list(&source_gc_list, &gc_list); in __amt_source_gc_work()
|
/kernel/linux/linux-6.6/fs/ |
H A D | namespace.c | 1566 hlist_move_list(&unmounted, &head); in namespace_unlock()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_state.c | 554 hlist_move_list(&xfrm_state_gc_list, &gc_list); in xfrm_state_gc_task()
|