Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/misc/sgi-gru/
Dgrukservices.c458 if (gru_wait_idle_or_exception(gen) == CBS_IDLE) in gru_retry_exception()
459 return CBS_IDLE; in gru_retry_exception()
616 if (gru_wait(cb) == CBS_IDLE) in send_noop_message()
658 if (gru_wait(cb) != CBS_IDLE) in send_message_queue_full()
670 if (gru_wait(cb) != CBS_IDLE) in send_message_queue_full()
681 if (gru_wait(cb) != CBS_IDLE) in send_message_queue_full()
689 if (gru_wait(cb) != CBS_IDLE) in send_message_queue_full()
713 if (gru_wait(cb) != CBS_IDLE) in send_message_put_nacked()
717 if (gru_wait(cb) != CBS_IDLE) in send_message_put_nacked()
821 if (istatus != CBS_IDLE) in gru_send_message_gpa()
[all …]
Dgru_instructions.h47 #define CBS_IDLE 0 macro