Searched refs:cleanup_list (Results 1 – 7 of 7) sorted by relevance
| /Linux-v4.19/net/batman-adv/ |
| D | send.c | 548 INIT_HLIST_NODE(&forw_packet->cleanup_list); in batadv_forw_packet_alloc() 576 return !hlist_unhashed(&forw_packet->cleanup_list); in batadv_forw_packet_was_stolen() 604 hlist_add_fake(&forw_packet->cleanup_list); in batadv_forw_packet_steal() 625 struct hlist_head *cleanup_list, in batadv_forw_packet_list_steal() argument 642 hlist_add_head(&forw_packet->cleanup_list, cleanup_list); in batadv_forw_packet_list_steal() 662 cleanup_list) { in batadv_forw_packet_list_free() 665 hlist_del(&forw_packet->cleanup_list); in batadv_forw_packet_list_free() 698 WARN_ONCE(hlist_fake(&forw_packet->cleanup_list), in batadv_forw_packet_queue()
|
| D | types.h | 2073 struct hlist_node cleanup_list; member
|
| /Linux-v4.19/net/core/ |
| D | net_namespace.c | 506 static LLIST_HEAD(cleanup_list); 516 net_kill_list = llist_del_all(&cleanup_list); in cleanup_net() 522 llist_for_each_entry(net, net_kill_list, cleanup_list) in cleanup_net() 537 llist_for_each_entry(net, net_kill_list, cleanup_list) { in cleanup_net() 594 if (llist_add(&net->cleanup_list, &cleanup_list)) in __put_net()
|
| /Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_fence.c | 43 struct list_head cleanup_list; member 269 list_splice_init(&fman->cleanup_list, &list); in vmw_fence_work_func() 306 INIT_LIST_HEAD(&fman->cleanup_list); in vmw_fence_manager_init() 327 list_empty(&fman->cleanup_list); in vmw_fence_manager_takedown() 375 list_add_tail(&action->head, &fman->cleanup_list); in vmw_fences_perform_actions() 497 if (!list_empty(&fman->cleanup_list)) in __vmw_fences_update()
|
| /Linux-v4.19/arch/x86/kernel/apic/ |
| D | vector.c | 49 static DEFINE_PER_CPU(struct hlist_head, cleanup_list); 850 struct hlist_head *clhead = this_cpu_ptr(&cleanup_list); in smp_irq_move_cleanup_interrupt() 890 hlist_add_head(&apicd->clist, per_cpu_ptr(&cleanup_list, cpu)); in __send_cleanup_vector()
|
| /Linux-v4.19/include/net/ |
| D | net_namespace.h | 69 struct llist_node cleanup_list; /* namespaces on death row */ member
|
| /Linux-v4.19/drivers/infiniband/hw/mlx4/ |
| D | mcg.c | 128 struct list_head cleanup_list; member
|