t_cnt              83 arch/sparc/kernel/leon_pci_grpci2.c 	unsigned int t_cnt;		/* 0x84 */
t_cnt             203 fs/xfs/xfs_log.c 			return tic->t_unit_res * tic->t_cnt;
t_cnt             402 fs/xfs/xfs_log.c 	if (tic->t_cnt > 0)
t_cnt             424 fs/xfs/xfs_log.c 	tic->t_cnt = 0;	/* ungrant will give back unit_res * t_cnt. */
t_cnt             461 fs/xfs/xfs_log.c 	xlog_grant_push_ail(log, tic->t_cnt ? tic->t_unit_res * tic->t_cnt
t_cnt             484 fs/xfs/xfs_log.c 	tic->t_cnt = 0;	/* ungrant will give back unit_res * t_cnt. */
t_cnt            3094 fs/xfs/xfs_log.c 	if (ticket->t_cnt > 0)
t_cnt            3095 fs/xfs/xfs_log.c 		ticket->t_cnt--;
t_cnt            3107 fs/xfs/xfs_log.c 	if (ticket->t_cnt > 0)
t_cnt            3141 fs/xfs/xfs_log.c 	if (ticket->t_cnt > 0)
t_cnt            3142 fs/xfs/xfs_log.c 		ticket->t_cnt--;
t_cnt            3152 fs/xfs/xfs_log.c 	if (ticket->t_cnt > 0) {
t_cnt            3154 fs/xfs/xfs_log.c 		bytes += ticket->t_unit_res*ticket->t_cnt;
t_cnt            3679 fs/xfs/xfs_log.c 	tic->t_cnt		= cnt;
t_cnt             161 fs/xfs/xfs_log_priv.h 	char		   t_cnt;	 /* current count		 : 1  */
t_cnt             953 fs/xfs/xfs_trace.h 		__entry->cnt = tic->t_cnt;