Lines Matching defs:try_again
3218 * when the function returns true (can do the job) and @try_again parameter
3225 * @try_again will be set to true when it still makes sense to call this
3235 bool *try_again)
3242 *try_again = false;
3291 *try_again = true;
3307 *try_again = false;
3336 bool try_again;
3344 handover, &try_again);
3345 } while (try_again);
3699 bool try_again;
3712 console_flush_one_record(true, &next_seq, &handover, &try_again);
3716 } while (try_again);