Searched refs:CBS_IDLE (Results 1 – 2 of 2) sorted by relevance
467 if (gru_wait_idle_or_exception(gen) == CBS_IDLE) in gru_retry_exception()468 return CBS_IDLE; in gru_retry_exception()625 if (gru_wait(cb) == CBS_IDLE) in send_noop_message()667 if (gru_wait(cb) != CBS_IDLE) in send_message_queue_full()679 if (gru_wait(cb) != CBS_IDLE) in send_message_queue_full()690 if (gru_wait(cb) != CBS_IDLE) in send_message_queue_full()698 if (gru_wait(cb) != CBS_IDLE) in send_message_queue_full()722 if (gru_wait(cb) != CBS_IDLE) in send_message_put_nacked()726 if (gru_wait(cb) != CBS_IDLE) in send_message_put_nacked()746 if (ret != CBS_IDLE) in send_message_put_nacked()[all …]
57 #define CBS_IDLE 0 macro