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

/linux-master/fs/xfs/
H A Dxfs_log.c232 return tic->t_unit_res * tic->t_cnt;
425 if (tic->t_cnt > 0)
447 tic->t_cnt = 0; /* ungrant will give back unit_res * t_cnt. */
481 xlog_grant_push_ail(log, tic->t_cnt ? tic->t_unit_res * tic->t_cnt
504 tic->t_cnt = 0; /* ungrant will give back unit_res * t_cnt. */
2161 xfs_warn(mp, " remaining count = %d", ticket->t_cnt);
3006 if (ticket->t_cnt >
[all...]
H A Dxfs_log_priv.h155 char t_cnt; /* current unit count */ member in struct:xlog_ticket
H A Dxfs_trace.h1239 __entry->cnt = tic->t_cnt;
1255 TP_printk("dev %d:%d t_ocnt %u t_cnt %u t_curr_res %u "
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c719 int i, t_cnt; local
728 t_cnt = 2;
731 t_cnt = 1;
734 for (i = 0; i < t_cnt; i++) {
/linux-master/arch/sparc/kernel/
H A Dleon_pci_grpci2.c85 unsigned int t_cnt; /* 0x84 */ member in struct:grpci2_regs

Completed in 151 milliseconds