Lines Matching defs:try_head
345 * @try_head: specify either to allocate head room or tail room space
349 * calling this routine with try_head = 0. In case if there
352 * room space, by calling this routine again with try_head = 1.
407 * |----> [try_head:]
412 * |<---- goto try_head;
423 * This corner case is avoided by using a try_head boolean,
435 size_t padding, bool try_head)
450 if (!try_head && tail_room < needed_size) {
565 bool try_head = false;
575 try_head:
577 i2400m->bus_tx_room_min, try_head);
583 try_head = true;
584 goto try_head;
721 bool try_head = false;
767 i2400m->bus_tx_block_size, try_head);
772 try_head = true;