Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fence.c43 struct list_head cleanup_list; member
257 list_splice_init(&fman->cleanup_list, &list); in vmw_fence_work_func()
294 INIT_LIST_HEAD(&fman->cleanup_list); in vmw_fence_manager_init()
316 list_empty(&fman->cleanup_list); in vmw_fence_manager_takedown()
365 list_add_tail(&action->head, &fman->cleanup_list); in vmw_fences_perform_actions()
487 if (!list_empty(&fman->cleanup_list)) in __vmw_fences_update()
/linux-4.4.14/net/core/
Dnet_namespace.c383 static LIST_HEAD(cleanup_list); /* Must hold cleanup_list_lock to touch */
394 list_replace_init(&cleanup_list, &net_kill_list); in cleanup_net()
401 list_for_each_entry(net, &net_kill_list, cleanup_list) { in cleanup_net()
459 list_add(&net->cleanup_list, &cleanup_list); in __put_net()
/linux-4.4.14/include/net/
Dnet_namespace.h59 struct list_head cleanup_list; /* namespaces on death row */ member
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dmcg.c128 struct list_head cleanup_list; member