spsc_queue_peek
if (spsc_queue_peek(&entity->job_queue) == NULL)
if (spsc_queue_peek(&entity->job_queue)) {
sched_job = to_drm_sched_job(spsc_queue_peek(&entity->job_queue));
spsc_queue_peek(&entity->job_queue) == NULL)