Searched refs:cleanup_list (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/cdx/controller/ |
| H A D | mcdi.c | 44 struct list_head *cleanup_list); 47 struct list_head *cleanup_list); 49 static void cdx_mcdi_mode_fail(struct cdx_mcdi *cdx, struct list_head *cleanup_list); 70 struct list_head *cleanup_list) in _cdx_mcdi_remove_cmd() argument 77 list_add_tail(&cmd->cleanup_list, cleanup_list); in _cdx_mcdi_remove_cmd() 85 struct list_head *cleanup_list) in cdx_mcdi_remove_cmd() argument 88 _cdx_mcdi_remove_cmd(mcdi, cmd, cleanup_list); in cdx_mcdi_remove_cmd() 340 struct list_head *cleanup_list) in cdx_mcdi_process_cleanup_list() argument 348 while (!list_empty(cleanup_list)) { in cdx_mcdi_process_cleanup_list() 350 list_first_entry(cleanup_list, in cdx_mcdi_process_cleanup_list() [all …]
|
| /linux/net/batman-adv/ |
| H A D | send.c | 517 INIT_HLIST_NODE(&forw_packet->cleanup_list); in batadv_forw_packet_alloc() 545 return !hlist_unhashed(&forw_packet->cleanup_list); in batadv_forw_packet_was_stolen() 573 hlist_add_fake(&forw_packet->cleanup_list); in batadv_forw_packet_steal() 594 struct hlist_head *cleanup_list, in batadv_forw_packet_list_steal() argument 611 hlist_add_head(&forw_packet->cleanup_list, cleanup_list); in batadv_forw_packet_list_steal() 631 cleanup_list) { in batadv_forw_packet_list_free() 634 hlist_del(&forw_packet->cleanup_list); in batadv_forw_packet_list_free() 667 WARN_ONCE(hlist_fake(&forw_packet->cleanup_list), in batadv_forw_packet_queue()
|
| /linux/net/core/ |
| H A D | flow_offload.c | 462 struct list_head *cleanup_list) in __flow_block_indr_cleanup() argument 469 list_move(&this->indr.list, cleanup_list); in __flow_block_indr_cleanup() 473 static void flow_block_indr_notify(struct list_head *cleanup_list) in flow_block_indr_notify() argument 477 list_for_each_entry_safe(this, next, cleanup_list, indr.list) { in flow_block_indr_notify() 487 LIST_HEAD(cleanup_list); in flow_indr_dev_unregister() 505 __flow_block_indr_cleanup(release, cb_priv, &cleanup_list); in flow_indr_dev_unregister() 509 flow_block_indr_notify(&cleanup_list); in flow_indr_dev_unregister()
|
| H A D | net_namespace.c | 658 static LLIST_HEAD(cleanup_list); 671 net_kill_list = llist_del_all(&cleanup_list); in cleanup_net() 677 llist_for_each_entry(net, net_kill_list, cleanup_list) { in cleanup_net() 697 llist_for_each_entry(net, net_kill_list, cleanup_list) { in cleanup_net() 749 if (llist_add(&net->cleanup_list, &cleanup_list)) in __put_net()
|
| /linux/include/linux/cdx/ |
| H A D | mcdi.h | 111 struct list_head cleanup_list; member
|
| /linux/include/net/ |
| H A D | net_namespace.h | 85 struct llist_node cleanup_list; /* namespaces on death row */ member
|
| /linux/drivers/infiniband/hw/mlx4/ |
| H A D | mcg.c | 128 struct list_head cleanup_list; member
|