Home
last modified time | relevance | path

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

/linux-6.15/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_exec_queue.c311 if (q->xef && atomic_dec_and_test(&q->xef->exec_queue.pending_removal)) in xe_exec_queue_fini()
312 wake_up_var(&q->xef->exec_queue.pending_removal); in xe_exec_queue_fini()
899 atomic_inc(&xef->exec_queue.pending_removal); in xe_exec_queue_destroy_ioctl()
H A Dxe_device_types.h657 atomic_t pending_removal; member