Searched refs:cleanup_list (Results 1 – 10 of 10) sorted by relevance
/linux/net/batman-adv/ |
A D | send.c | 530 INIT_HLIST_NODE(&forw_packet->cleanup_list); in batadv_forw_packet_alloc() 558 return !hlist_unhashed(&forw_packet->cleanup_list); in batadv_forw_packet_was_stolen() 586 hlist_add_fake(&forw_packet->cleanup_list); in batadv_forw_packet_steal() 607 struct hlist_head *cleanup_list, in batadv_forw_packet_list_steal() argument 624 hlist_add_head(&forw_packet->cleanup_list, cleanup_list); in batadv_forw_packet_list_steal() 644 cleanup_list) { in batadv_forw_packet_list_free() 647 hlist_del(&forw_packet->cleanup_list); in batadv_forw_packet_list_free() 680 WARN_ONCE(hlist_fake(&forw_packet->cleanup_list), in batadv_forw_packet_queue()
|
A D | types.h | 2112 struct hlist_node cleanup_list; member
|
/linux/net/core/ |
A D | flow_offload.c | 406 struct list_head *cleanup_list) in __flow_block_indr_cleanup() argument 413 list_move(&this->indr.list, cleanup_list); in __flow_block_indr_cleanup() 417 static void flow_block_indr_notify(struct list_head *cleanup_list) in flow_block_indr_notify() argument 421 list_for_each_entry_safe(this, next, cleanup_list, indr.list) { in flow_block_indr_notify() 431 LIST_HEAD(cleanup_list); in flow_indr_dev_unregister() 449 __flow_block_indr_cleanup(release, cb_priv, &cleanup_list); in flow_indr_dev_unregister() 452 flow_block_indr_notify(&cleanup_list); in flow_indr_dev_unregister()
|
A D | net_namespace.c | 543 static LLIST_HEAD(cleanup_list); 553 net_kill_list = llist_del_all(&cleanup_list); in cleanup_net() 559 llist_for_each_entry(net, net_kill_list, cleanup_list) in cleanup_net() 574 llist_for_each_entry(net, net_kill_list, cleanup_list) { in cleanup_net() 639 if (llist_add(&net->cleanup_list, &cleanup_list)) in __put_net()
|
/linux/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_fence.c | 44 struct list_head cleanup_list; member 267 list_splice_init(&fman->cleanup_list, &list); in vmw_fence_work_func() 304 INIT_LIST_HEAD(&fman->cleanup_list); in vmw_fence_manager_init() 326 list_empty(&fman->cleanup_list); in vmw_fence_manager_takedown() 374 list_add_tail(&action->head, &fman->cleanup_list); in vmw_fences_perform_actions() 493 if (!list_empty(&fman->cleanup_list)) in __vmw_fences_update()
|
/linux/arch/x86/kernel/apic/ |
A D | vector.c | 47 static DEFINE_PER_CPU(struct hlist_head, cleanup_list); 943 struct hlist_head *clhead = this_cpu_ptr(&cleanup_list); in DEFINE_IDTENTRY_SYSVEC() 982 hlist_add_head(&apicd->clist, per_cpu_ptr(&cleanup_list, cpu)); in __send_cleanup_vector()
|
/linux/include/net/ |
A D | net_namespace.h | 80 struct llist_node cleanup_list; /* namespaces on death row */ member
|
/linux/drivers/infiniband/hw/mlx4/ |
A D | mcg.c | 128 struct list_head cleanup_list; member
|
/linux/ |
A D | System.map | 163621 ffff80001215a018 b cleanup_list
|
A D | .tmp_System.map | 163621 ffff80001215a018 b cleanup_list
|
Completed in 329 milliseconds