Searched refs:CBS_IDLE (Results 1 – 2 of 2) sorted by relevance
460 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 …]
57 #define CBS_IDLE 0 macro