Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/misc/sgi-gru/
Dgrukservices.c460 if (gru_wait_idle_or_exception(gen) == CBS_IDLE) in gru_retry_exception()
461 return CBS_IDLE; in gru_retry_exception()
618 if (gru_wait(cb) == CBS_IDLE) in send_noop_message()
660 if (gru_wait(cb) != CBS_IDLE) in send_message_queue_full()
672 if (gru_wait(cb) != CBS_IDLE) in send_message_queue_full()
683 if (gru_wait(cb) != CBS_IDLE) in send_message_queue_full()
691 if (gru_wait(cb) != CBS_IDLE) in send_message_queue_full()
715 if (gru_wait(cb) != CBS_IDLE) in send_message_put_nacked()
719 if (gru_wait(cb) != CBS_IDLE) in send_message_put_nacked()
823 if (istatus != CBS_IDLE) in gru_send_message_gpa()
[all …]
Dgru_instructions.h57 #define CBS_IDLE 0 macro