Home
last modified time | relevance | path

Searched refs:cleanup_list (Results 1 – 9 of 9) 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/batman-adv/
H A Dsend.c522 INIT_HLIST_NODE(&forw_packet->cleanup_list); in batadv_forw_packet_alloc()
550 return !hlist_unhashed(&forw_packet->cleanup_list); in batadv_forw_packet_was_stolen()
578 hlist_add_fake(&forw_packet->cleanup_list); in batadv_forw_packet_steal()
599 struct hlist_head *cleanup_list, in batadv_forw_packet_list_steal() argument
616 hlist_add_head(&forw_packet->cleanup_list, cleanup_list); in batadv_forw_packet_list_steal()
636 cleanup_list) { in batadv_forw_packet_list_free()
639 hlist_del(&forw_packet->cleanup_list); in batadv_forw_packet_list_free()
672 WARN_ONCE(hlist_fake(&forw_packet->cleanup_list), in batadv_forw_packet_queue()
H A Dtypes.h2001 /** @cleanup_list: list node for purging functions */
2002 struct hlist_node cleanup_list; member
/linux/net/core/
H A Dflow_offload.c462 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 Dnet_namespace.c662 static LLIST_HEAD(cleanup_list);
675 net_kill_list = llist_del_all(&cleanup_list); in cleanup_net()
681 llist_for_each_entry(net, net_kill_list, cleanup_list) { in cleanup_net()
701 llist_for_each_entry(net, net_kill_list, cleanup_list) { in cleanup_net()
753 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.h85 struct llist_node cleanup_list; /* namespaces on death row */ member
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c1485 HLIST_HEAD(cleanup_list); in kfd_cleanup_processes()
1497 hlist_add_head(&p->kfd_processes, &cleanup_list); in kfd_cleanup_processes()
1501 hlist_for_each_entry_safe(p, p_temp, &cleanup_list, kfd_processes) in kfd_cleanup_processes()
/linux/drivers/infiniband/hw/mlx4/
H A Dmcg.c128 struct list_head cleanup_list; member