Home
last modified time | relevance | path

Searched refs:pending_removal (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_drm_client.c339 wait_var_event(&xef->exec_queue.pending_removal, in show_run_ticks()
340 !atomic_read(&xef->exec_queue.pending_removal)); in show_run_ticks()
H A Dxe_device_types.h719 atomic_t pending_removal; member
H A Dxe_exec_queue.c430 if (q->xef && atomic_dec_and_test(&q->xef->exec_queue.pending_removal)) in xe_exec_queue_fini()
431 wake_up_var(&q->xef->exec_queue.pending_removal); in xe_exec_queue_fini()
1031 atomic_inc(&xef->exec_queue.pending_removal); in xe_exec_queue_destroy_ioctl()