Searched refs:ntic (Results 1 – 1 of 1) sorted by relevance
2635 struct xlog_ticket *ntic; in xlog_regrant_write_log_space() local2639 list_for_each_entry(ntic, &log->l_writeq, t_queue) { in xlog_regrant_write_log_space()2640 ASSERT(ntic->t_flags & XLOG_TIC_PERM_RESERV); in xlog_regrant_write_log_space()2642 if (free_bytes < ntic->t_unit_res) in xlog_regrant_write_log_space()2644 free_bytes -= ntic->t_unit_res; in xlog_regrant_write_log_space()2645 wake_up(&ntic->t_wait); in xlog_regrant_write_log_space()2648 if (ntic != list_first_entry(&log->l_writeq, in xlog_regrant_write_log_space()