Searched refs:t_cnt (Results 1 – 3 of 3) sorted by relevance
217 return tic->t_unit_res * tic->t_cnt; in xlog_ticket_reservation()382 if (tic->t_cnt > 0) in xfs_log_regrant()403 tic->t_cnt = 0; /* ungrant will give back unit_res * t_cnt. */ in xfs_log_regrant()454 tic->t_cnt = 0; /* ungrant will give back unit_res * t_cnt. */ in xfs_log_reserve()1872 xfs_warn(mp, " remaining count = %d", ticket->t_cnt); in xlog_print_tic_res()2687 if (ticket->t_cnt > 0) in xfs_log_ticket_regrant()2688 ticket->t_cnt--; in xfs_log_ticket_regrant()2697 if (!ticket->t_cnt) { in xfs_log_ticket_regrant()2728 if (ticket->t_cnt > 0) in xfs_log_ticket_ungrant()2729 ticket->t_cnt--; in xfs_log_ticket_ungrant()[all …]
746 int i, t_cnt; in reg_state_cond() local 755 t_cnt = 2; in reg_state_cond() 758 t_cnt = 1; in reg_state_cond() 761 for (i = 0; i < t_cnt; i++) { in reg_state_cond()
85 unsigned int t_cnt; /* 0x84 */ member