Home
last modified time | relevance | path

Searched refs:cleanup_list (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/cdx/controller/
H A Dmcdi.c44 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 Dflow_offload.c464 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 Dnet_namespace.c655 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 Dmcdi.h111 struct list_head cleanup_list; member
/linux/include/net/
H A Dnet_namespace.h84 struct llist_node cleanup_list; /* namespaces on death row */ member
/linux/drivers/infiniband/hw/mlx4/
H A Dmcg.c128 struct list_head cleanup_list; member