Home
last modified time | relevance | path

Searched refs:tic (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/fs/xfs/
Dxfs_log.c206 struct xlog_ticket *tic; in xlog_grant_head_wake_all() local
209 list_for_each_entry(tic, &head->waiters, t_queue) in xlog_grant_head_wake_all()
210 wake_up_process(tic->t_task); in xlog_grant_head_wake_all()
218 struct xlog_ticket *tic) in xlog_ticket_reservation() argument
221 ASSERT(tic->t_flags & XLOG_TIC_PERM_RESERV); in xlog_ticket_reservation()
222 return tic->t_unit_res; in xlog_ticket_reservation()
224 if (tic->t_flags & XLOG_TIC_PERM_RESERV) in xlog_ticket_reservation()
225 return tic->t_unit_res * tic->t_cnt; in xlog_ticket_reservation()
227 return tic->t_unit_res; in xlog_ticket_reservation()
237 struct xlog_ticket *tic; in xlog_grant_head_wake() local
[all …]
Dxfs_log_cil.c50 struct xlog_ticket *tic; in xlog_cil_ticket_alloc() local
52 tic = xlog_ticket_alloc(log, 0, 1, XFS_TRANSACTION, 0, in xlog_cil_ticket_alloc()
54 tic->t_trans_type = XFS_TRANS_CHECKPOINT; in xlog_cil_ticket_alloc()
60 tic->t_curr_res = 0; in xlog_cil_ticket_alloc()
61 return tic; in xlog_cil_ticket_alloc()
439 struct xlog_ticket *tic; in xlog_cil_push() local
580 tic = ctx->ticket; in xlog_cil_push()
583 thdr.th_tid = tic->t_tid; in xlog_cil_push()
588 tic->t_curr_res -= lhdr.i_len + sizeof(xlog_op_header_t); in xlog_cil_push()
594 error = xlog_write(log, &lvhdr, tic, &ctx->start_lsn, NULL, 0); in xlog_cil_push()
[all …]
Dxfs_log.h166 int xfs_log_regrant(struct xfs_mount *mp, struct xlog_ticket *tic);
Dxfs_trace.h943 TP_PROTO(struct xlog *log, struct xlog_ticket *tic),
944 TP_ARGS(log, tic),
965 __entry->trans_type = tic->t_trans_type;
966 __entry->ocnt = tic->t_ocnt;
967 __entry->cnt = tic->t_cnt;
968 __entry->curr_res = tic->t_curr_res;
969 __entry->unit_res = tic->t_unit_res;
970 __entry->flags = tic->t_flags;
1011 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), \
1012 TP_ARGS(log, tic))
Dxfs_log_priv.h459 struct xlog_ticket *tic,
/linux-4.4.14/drivers/tty/serial/
Dsunsab.h63 u8 tic; /* Transmit Immediate Character */ member
Dsunsab.c483 writeb(ch, &up->regs->w.tic); in sunsab_send_xchar()
858 writeb(c, &up->regs->w.tic); in sunsab_console_putchar()
/linux-4.4.14/drivers/net/ethernet/renesas/
Dravb_main.c718 u32 tic = ravb_read(ndev, TIC); in ravb_interrupt() local
731 ((tis & tic) & BIT(q))) { in ravb_interrupt()
735 tic &= ~BIT(q); in ravb_interrupt()
737 ravb_write(ndev, tic, TIC); in ravb_interrupt()
745 tis, tic); in ravb_interrupt()