cleanup_list       47 arch/x86/kernel/apic/vector.c static DEFINE_PER_CPU(struct hlist_head, cleanup_list);
cleanup_list      858 arch/x86/kernel/apic/vector.c 	struct hlist_head *clhead = this_cpu_ptr(&cleanup_list);
cleanup_list      898 arch/x86/kernel/apic/vector.c 		hlist_add_head(&apicd->clist, per_cpu_ptr(&cleanup_list, cpu));
cleanup_list       44 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	struct list_head cleanup_list;
cleanup_list      273 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 		list_splice_init(&fman->cleanup_list, &list);
cleanup_list      310 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	INIT_LIST_HEAD(&fman->cleanup_list);
cleanup_list      332 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 		list_empty(&fman->cleanup_list);
cleanup_list      380 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 		list_add_tail(&action->head, &fman->cleanup_list);
cleanup_list      502 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	if (!list_empty(&fman->cleanup_list))
cleanup_list      128 drivers/infiniband/hw/mlx4/mcg.c 	struct list_head	cleanup_list;
cleanup_list       81 include/net/net_namespace.h 	struct llist_node	cleanup_list;	/* namespaces on death row */
cleanup_list      536 net/batman-adv/send.c 	INIT_HLIST_NODE(&forw_packet->cleanup_list);
cleanup_list      564 net/batman-adv/send.c 	return !hlist_unhashed(&forw_packet->cleanup_list);
cleanup_list      592 net/batman-adv/send.c 	hlist_add_fake(&forw_packet->cleanup_list);
cleanup_list      613 net/batman-adv/send.c 			      struct hlist_head *cleanup_list,
cleanup_list      630 net/batman-adv/send.c 		hlist_add_head(&forw_packet->cleanup_list, cleanup_list);
cleanup_list      650 net/batman-adv/send.c 				  cleanup_list) {
cleanup_list      653 net/batman-adv/send.c 		hlist_del(&forw_packet->cleanup_list);
cleanup_list      686 net/batman-adv/send.c 		WARN_ONCE(hlist_fake(&forw_packet->cleanup_list),
cleanup_list     2137 net/batman-adv/types.h 	struct hlist_node cleanup_list;
cleanup_list      547 net/core/net_namespace.c static LLIST_HEAD(cleanup_list);
cleanup_list      557 net/core/net_namespace.c 	net_kill_list = llist_del_all(&cleanup_list);
cleanup_list      563 net/core/net_namespace.c 	llist_for_each_entry(net, net_kill_list, cleanup_list)
cleanup_list      578 net/core/net_namespace.c 	llist_for_each_entry(net, net_kill_list, cleanup_list) {
cleanup_list      641 net/core/net_namespace.c 	if (llist_add(&net->cleanup_list, &cleanup_list))