Searched refs:CBS_IDLE (Results 1 – 2 of 2) sorted by relevance
472 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()751 if (ret != CBS_IDLE) in send_message_put_nacked()[all …]
57 #define CBS_IDLE 0 macro