Searched refs:cleanup_list (Results 1 – 6 of 6) 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/core/ |
| H A D | flow_offload.c | 464 struct list_head *cleanup_list) in __flow_block_indr_cleanup() argument 471 list_move(&this->indr.list, cleanup_list); in __flow_block_indr_cleanup() 475 static void flow_block_indr_notify(struct list_head *cleanup_list) in flow_block_indr_notify() argument 479 list_for_each_entry_safe(this, next, cleanup_list, indr.list) { in flow_block_indr_notify() 489 LIST_HEAD(cleanup_list); in flow_indr_dev_unregister() 507 __flow_block_indr_cleanup(release, cb_priv, &cleanup_list); in flow_indr_dev_unregister() 511 flow_block_indr_notify(&cleanup_list); in flow_indr_dev_unregister()
|
| H A D | net_namespace.c | 655 static LLIST_HEAD(cleanup_list); 668 net_kill_list = llist_del_all(&cleanup_list); in cleanup_net() 674 llist_for_each_entry(net, net_kill_list, cleanup_list) { in cleanup_net() 691 llist_for_each_entry(net, net_kill_list, cleanup_list) { in cleanup_net() 743 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 | 84 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
|