Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cdx/controller/
H A Dmcdi.c47 struct list_head *cleanup_list);
50 struct list_head *cleanup_list);
52 static void cdx_mcdi_mode_fail(struct cdx_mcdi *cdx, struct list_head *cleanup_list);
73 struct list_head *cleanup_list) in _cdx_mcdi_remove_cmd() argument
80 list_add_tail(&cmd->cleanup_list, cleanup_list); in _cdx_mcdi_remove_cmd()
88 struct list_head *cleanup_list) in cdx_mcdi_remove_cmd() argument
91 _cdx_mcdi_remove_cmd(mcdi, cmd, cleanup_list); in cdx_mcdi_remove_cmd()
320 struct list_head *cleanup_list) in cdx_mcdi_process_cleanup_list() argument
328 while (!list_empty(cleanup_list)) { in cdx_mcdi_process_cleanup_list()
330 list_first_entry(cleanup_list, in cdx_mcdi_process_cleanup_list()
[all …]
H A Dmcdi.h122 struct list_head cleanup_list; member
/openbmc/linux/net/batman-adv/
H A Dsend.c530 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()
H A Dtypes.h2076 struct hlist_node cleanup_list; member
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dtestexport.py210 cleanup_list = list()
228 cleanup_list.append(path_on_DUT)
229 return cleanup_list
249 cleanup_list.append(os.path.join(remote_path, rpm_to_send))
250 return cleanup_list
/openbmc/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.c593 static LLIST_HEAD(cleanup_list);
604 net_kill_list = llist_del_all(&cleanup_list); in cleanup_net()
610 llist_for_each_entry(net, net_kill_list, cleanup_list) in cleanup_net()
625 llist_for_each_entry(net, net_kill_list, cleanup_list) { in cleanup_net()
701 if (llist_add(&net->cleanup_list, &cleanup_list)) in __put_net()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.c40 struct list_head cleanup_list; member
278 list_splice_init(&fman->cleanup_list, &list); in vmw_fence_work_func()
315 INIT_LIST_HEAD(&fman->cleanup_list); in vmw_fence_manager_init()
332 list_empty(&fman->cleanup_list); in vmw_fence_manager_takedown()
379 list_add_tail(&action->head, &fman->cleanup_list); in vmw_fences_perform_actions()
496 if (!list_empty(&fman->cleanup_list)) in __vmw_fences_update()
/openbmc/linux/include/net/
H A Dnet_namespace.h86 struct llist_node cleanup_list; /* namespaces on death row */ member
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c1263 HLIST_HEAD(cleanup_list); in kfd_cleanup_processes()
1275 hlist_add_head(&p->kfd_processes, &cleanup_list); in kfd_cleanup_processes()
1279 hlist_for_each_entry_safe(p, p_temp, &cleanup_list, kfd_processes) in kfd_cleanup_processes()
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dmcg.c128 struct list_head cleanup_list; member