Searched refs:pending_removal (Results 1 – 3 of 3) sorted by relevance
339 wait_var_event(&xef->exec_queue.pending_removal, in show_run_ticks()340 !atomic_read(&xef->exec_queue.pending_removal)); in show_run_ticks()
311 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()
657 atomic_t pending_removal; member