Lines Matching defs:threshold
50 static void submit_wait(struct host1x_job *job, u32 id, u32 threshold,
75 threshold,
92 threshold,
104 host1x_class_host_wait_syncpt(id, threshold)
120 u32 threshold;
127 threshold = job_syncpt_base + cmd->wait.threshold;
129 threshold = cmd->wait.threshold;
131 submit_wait(job, cmd->wait.id, threshold, cmd->wait.next_class);