Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/sgi-gru/
Dgrukservices.c459 if (gru_wait_idle_or_exception(gen) == CBS_IDLE) in gru_retry_exception()
460 return CBS_IDLE; in gru_retry_exception()
617 if (gru_wait(cb) == CBS_IDLE) in send_noop_message()
659 if (gru_wait(cb) != CBS_IDLE) in send_message_queue_full()
671 if (gru_wait(cb) != CBS_IDLE) in send_message_queue_full()
682 if (gru_wait(cb) != CBS_IDLE) in send_message_queue_full()
690 if (gru_wait(cb) != CBS_IDLE) in send_message_queue_full()
714 if (gru_wait(cb) != CBS_IDLE) in send_message_put_nacked()
718 if (gru_wait(cb) != CBS_IDLE) in send_message_put_nacked()
822 if (istatus != CBS_IDLE) in gru_send_message_gpa()
[all …]
Dgru_instructions.h57 #define CBS_IDLE 0 macro