Searched refs:t_cnt (Results 1 – 4 of 4) sorted by relevance
167 return tic->t_unit_res * tic->t_cnt; in xlog_ticket_reservation()332 if (tic->t_cnt > 0) in xfs_log_regrant()353 tic->t_cnt = 0; /* ungrant will give back unit_res * t_cnt. */ in xfs_log_regrant()404 tic->t_cnt = 0; /* ungrant will give back unit_res * t_cnt. */ in xfs_log_reserve()1832 xfs_warn(mp, " remaining count = %d", ticket->t_cnt); in xlog_print_tic_res()2621 if (ticket->t_cnt > 0) in xfs_log_ticket_regrant()2622 ticket->t_cnt--; in xfs_log_ticket_regrant()2631 if (!ticket->t_cnt) { in xfs_log_ticket_regrant()2662 if (ticket->t_cnt > 0) in xfs_log_ticket_ungrant()2663 ticket->t_cnt--; in xfs_log_ticket_ungrant()[all …]
1550 __entry->cnt = tic->t_cnt;
819 int i, t_cnt; in reg_state_cond() local828 t_cnt = 2; in reg_state_cond()831 t_cnt = 1; in reg_state_cond()834 for (i = 0; i < t_cnt; i++) { in reg_state_cond()
85 unsigned int t_cnt; /* 0x84 */ member