Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/sgi-gru/
Dgrukservices.c472 if (gru_wait_idle_or_exception(gen) == CBS_IDLE) in gru_retry_exception()
473 return CBS_IDLE; in gru_retry_exception()
630 if (gru_wait(cb) == CBS_IDLE) in send_noop_message()
672 if (gru_wait(cb) != CBS_IDLE) in send_message_queue_full()
684 if (gru_wait(cb) != CBS_IDLE) in send_message_queue_full()
695 if (gru_wait(cb) != CBS_IDLE) in send_message_queue_full()
703 if (gru_wait(cb) != CBS_IDLE) in send_message_queue_full()
727 if (gru_wait(cb) != CBS_IDLE) in send_message_put_nacked()
731 if (gru_wait(cb) != CBS_IDLE) in send_message_put_nacked()
835 if (istatus != CBS_IDLE) in gru_send_message_gpa()
[all …]
Dgru_instructions.h57 #define CBS_IDLE 0 macro