Searched refs:XLOG_TIC_IN_Q (Results 1 – 2 of 2) sorted by relevance
195 tic->t_flags |= XLOG_TIC_IN_Q; in xlog_ins_ticketq()210 tic->t_flags &= ~XLOG_TIC_IN_Q; in xlog_del_ticketq()2504 if ((tic->t_flags & XLOG_TIC_IN_Q) == 0) in xlog_grant_log_space()2521 } else if (tic->t_flags & XLOG_TIC_IN_Q) in xlog_grant_log_space()2545 if (tic->t_flags & XLOG_TIC_IN_Q) in xlog_grant_log_space()2614 if ((tic->t_flags & XLOG_TIC_IN_Q) == 0) in xlog_regrant_write_log_space()2646 if ((tic->t_flags & XLOG_TIC_IN_Q) == 0) in xlog_regrant_write_log_space()2662 } else if (tic->t_flags & XLOG_TIC_IN_Q) in xlog_regrant_write_log_space()2682 if (tic->t_flags & XLOG_TIC_IN_Q) in xlog_regrant_write_log_space()
162 #define XLOG_TIC_IN_Q 0x4 macro