Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_log.c184 struct xlog_ticket *tic; in xlog_grant_head_wake_all() local
187 list_for_each_entry(tic, &head->waiters, t_queue) in xlog_grant_head_wake_all()
188 wake_up_process(tic->t_task); in xlog_grant_head_wake_all()
196 struct xlog_ticket *tic) in xlog_ticket_reservation() argument
199 ASSERT(tic->t_flags & XLOG_TIC_PERM_RESERV); in xlog_ticket_reservation()
200 return tic->t_unit_res; in xlog_ticket_reservation()
202 if (tic->t_flags & XLOG_TIC_PERM_RESERV) in xlog_ticket_reservation()
203 return tic->t_unit_res * tic->t_cnt; in xlog_ticket_reservation()
205 return tic->t_unit_res; in xlog_ticket_reservation()
215 struct xlog_ticket *tic; in xlog_grant_head_wake() local
[all …]
Dxfs_log_cil.c38 struct xlog_ticket *tic; in xlog_cil_ticket_alloc() local
40 tic = xlog_ticket_alloc(log, 0, 1, XFS_TRANSACTION, 0, in xlog_cil_ticket_alloc()
47 tic->t_curr_res = 0; in xlog_cil_ticket_alloc()
48 return tic; in xlog_cil_ticket_alloc()
651 struct xlog_ticket *tic; in xlog_cil_push() local
792 tic = ctx->ticket; in xlog_cil_push()
795 thdr.th_tid = tic->t_tid; in xlog_cil_push()
800 tic->t_curr_res -= lhdr.i_len + sizeof(xlog_op_header_t); in xlog_cil_push()
806 error = xlog_write(log, &lvhdr, tic, &ctx->start_lsn, NULL, 0); in xlog_cil_push()
845 commit_lsn = xfs_log_done(log->l_mp, tic, &commit_iclog, false); in xlog_cil_push()
[all …]
Dxfs_log.h132 int xfs_log_regrant(struct xfs_mount *mp, struct xlog_ticket *tic);
Dxfs_log_priv.h452 struct xlog_ticket *tic,
Dxfs_trace.h931 TP_PROTO(struct xlog *log, struct xlog_ticket *tic),
932 TP_ARGS(log, tic),
952 __entry->ocnt = tic->t_ocnt;
953 __entry->cnt = tic->t_cnt;
954 __entry->curr_res = tic->t_curr_res;
955 __entry->unit_res = tic->t_unit_res;
956 __entry->flags = tic->t_flags;
996 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), \
997 TP_ARGS(log, tic))
/Linux-v5.4/drivers/s390/cio/
Dvfio_ccw_cp.c406 static int tic_target_chain_exists(struct ccw1 *tic, struct channel_program *cp) in tic_target_chain_exists() argument
413 if (is_cpa_within_range(tic->cda, ccw_head, chain->ch_len)) in tic_target_chain_exists()
464 struct ccw1 *tic; in ccwchain_loop_tic() local
468 tic = chain->ch_ccw + i; in ccwchain_loop_tic()
470 if (!ccw_is_tic(tic)) in ccwchain_loop_tic()
474 if (tic_target_chain_exists(tic, cp)) in ccwchain_loop_tic()
478 ret = ccwchain_handle_ccw(tic->cda, cp); in ccwchain_loop_tic()
/Linux-v5.4/drivers/tty/serial/
Dsunsab.h64 u8 tic; /* Transmit Immediate Character */ member
Dsunsab.c484 writeb(ch, &up->regs->w.tic); in sunsab_send_xchar()
859 writeb(c, &up->regs->w.tic); in sunsab_console_putchar()
/Linux-v5.4/drivers/net/ethernet/renesas/
Dravb_main.c762 u32 tic = ravb_read(ndev, TIC); in ravb_queue_interrupt() local
764 if (((ris0 & ric0) & BIT(q)) || ((tis & tic) & BIT(q))) { in ravb_queue_interrupt()
769 ravb_write(ndev, tic & ~BIT(q), TIC); in ravb_queue_interrupt()
781 tis, tic); in ravb_queue_interrupt()