Home
last modified time | relevance | path

Searched refs:t_cnt (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/
H A Dxfs_log.c216 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 …]
H A Dxfs_log_priv.h155 char t_cnt; /* current unit count */ member
H A Dxfs_trace.h1247 __entry->cnt = tic->t_cnt;
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c732 int i, t_cnt; in reg_state_cond() local
741 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()
/linux/arch/sparc/kernel/
H A Dleon_pci_grpci2.c85 unsigned int t_cnt; /* 0x84 */ member