Searched refs:t_cnt (Results 1 – 5 of 5) sorted by relevance
216 return tic->t_unit_res * tic->t_cnt; in xlog_ticket_reservation()381 if (tic->t_cnt > 0) in xfs_log_regrant()402 tic->t_cnt = 0; /* ungrant will give back unit_res * t_cnt. */ in xfs_log_regrant()453 tic->t_cnt = 0; /* ungrant will give back unit_res * t_cnt. */ in xfs_log_reserve()1920 xfs_warn(mp, " remaining count = %d", ticket->t_cnt); in xlog_print_tic_res()2734 if (ticket->t_cnt > 0) in xfs_log_ticket_regrant()2735 ticket->t_cnt--; in xfs_log_ticket_regrant()2744 if (!ticket->t_cnt) { in xfs_log_ticket_regrant()2777 if (ticket->t_cnt > 0) in xfs_log_ticket_ungrant()2778 ticket->t_cnt--; in xfs_log_ticket_ungrant()[all …]
155 char t_cnt; /* current unit count */ member
1247 __entry->cnt = tic->t_cnt;
732 int i, t_cnt; in reg_state_cond() local741 t_cnt = 2; in reg_state_cond()744 t_cnt = 1; in reg_state_cond()747 for (i = 0; i < t_cnt; i++) { in reg_state_cond()
85 unsigned int t_cnt; /* 0x84 */ member