seq_passed_actions  347 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	INIT_LIST_HEAD(&fence->seq_passed_actions);
seq_passed_actions  417 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 		if (!list_empty(&fence->seq_passed_actions)) {
seq_passed_actions  480 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 			list_splice_init(&fence->seq_passed_actions,
seq_passed_actions  745 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 			list_splice_init(&fence->seq_passed_actions,
seq_passed_actions  978 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 		list_add_tail(&action->head, &fence->seq_passed_actions);
seq_passed_actions   62 drivers/gpu/drm/vmwgfx/vmwgfx_fence.h 	struct list_head seq_passed_actions;