Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/
A Dxfs_log.c232 return tic->t_unit_res * tic->t_cnt; in xlog_ticket_reservation()
425 if (tic->t_cnt > 0) in xfs_log_regrant()
481 xlog_grant_push_ail(log, tic->t_cnt ? tic->t_unit_res * tic->t_cnt in xfs_log_reserve()
3037 if (ticket->t_cnt > 0) in xfs_log_ticket_regrant()
3038 ticket->t_cnt--; in xfs_log_ticket_regrant()
3049 if (!ticket->t_cnt) { in xfs_log_ticket_regrant()
3083 if (ticket->t_cnt > 0) in xfs_log_ticket_ungrant()
3084 ticket->t_cnt--; in xfs_log_ticket_ungrant()
3093 if (ticket->t_cnt > 0) { in xfs_log_ticket_ungrant()
3095 bytes += ticket->t_unit_res*ticket->t_cnt; in xfs_log_ticket_ungrant()
[all …]
A Dxfs_log_priv.h153 char t_cnt; /* current unit count */ member
A Dxfs_trace.h1236 __entry->cnt = tic->t_cnt;
/linux-6.3-rc2/arch/sparc/kernel/
A Dleon_pci_grpci2.c83 unsigned int t_cnt; /* 0x84 */ member

Completed in 18 milliseconds