Home
last modified time | relevance | path

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

/linux-4.1.27/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()
433 struct xlog_ticket *tic; in xlog_cil_push() local
574 tic = ctx->ticket; in xlog_cil_push()
577 thdr.th_tid = tic->t_tid; in xlog_cil_push()
582 tic->t_curr_res -= lhdr.i_len + sizeof(xlog_op_header_t); in xlog_cil_push()
588 error = xlog_write(log, &lvhdr, tic, &ctx->start_lsn, NULL, 0); in xlog_cil_push()
[all …]
Dxfs_log.h174 int xfs_log_regrant(struct xfs_mount *mp, struct xlog_ticket *tic);
Dxfs_trace.h894 TP_PROTO(struct xlog *log, struct xlog_ticket *tic),
895 TP_ARGS(log, tic),
916 __entry->trans_type = tic->t_trans_type;
917 __entry->ocnt = tic->t_ocnt;
918 __entry->cnt = tic->t_cnt;
919 __entry->curr_res = tic->t_curr_res;
920 __entry->unit_res = tic->t_unit_res;
921 __entry->flags = tic->t_flags;
962 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), \
963 TP_ARGS(log, tic))
Dxfs_log_priv.h457 struct xlog_ticket *tic,
/linux-4.1.27/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()