Searched refs:CBS_IDLE (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/misc/sgi-gru/
H A Dgrukservices.c467 if (gru_wait_idle_or_exception(gen) == CBS_IDLE) gru_retry_exception()
468 return CBS_IDLE; gru_retry_exception()
625 if (gru_wait(cb) == CBS_IDLE) send_noop_message()
667 if (gru_wait(cb) != CBS_IDLE) send_message_queue_full()
679 if (gru_wait(cb) != CBS_IDLE) send_message_queue_full()
690 if (gru_wait(cb) != CBS_IDLE) send_message_queue_full()
698 if (gru_wait(cb) != CBS_IDLE) send_message_queue_full()
722 if (gru_wait(cb) != CBS_IDLE) send_message_put_nacked()
726 if (gru_wait(cb) != CBS_IDLE) send_message_put_nacked()
746 if (ret != CBS_IDLE) send_message_put_nacked()
824 if (istatus != CBS_IDLE) gru_send_message_gpa()
918 if (ret == CBS_IDLE) gru_read_gpa()
966 if (gru_wait(cb) != CBS_IDLE) { quicktest0()
976 if (gru_wait(cb) != CBS_IDLE) { quicktest0()
1085 if (istatus != CBS_IDLE) { quicktest2()
H A Dgru_instructions.h57 #define CBS_IDLE 0 macro

Completed in 111 milliseconds