Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_log.c162 struct xlog_ticket *tic; in xlog_grant_head_wake_all() local
165 list_for_each_entry(tic, &head->waiters, t_queue) in xlog_grant_head_wake_all()
166 wake_up_process(tic->t_task); in xlog_grant_head_wake_all()
174 struct xlog_ticket *tic) in xlog_ticket_reservation() argument
177 ASSERT(tic->t_flags & XLOG_TIC_PERM_RESERV); in xlog_ticket_reservation()
178 return tic->t_unit_res; in xlog_ticket_reservation()
180 if (tic->t_flags & XLOG_TIC_PERM_RESERV) in xlog_ticket_reservation()
181 return tic->t_unit_res * tic->t_cnt; in xlog_ticket_reservation()
183 return tic->t_unit_res; in xlog_ticket_reservation()
193 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()
46 tic->t_curr_res = 0; in xlog_cil_ticket_alloc()
47 return tic; in xlog_cil_ticket_alloc()
651 struct xlog_ticket *tic; in xlog_cil_push_work() local
800 tic = ctx->ticket; in xlog_cil_push_work()
803 thdr.th_tid = tic->t_tid; in xlog_cil_push_work()
808 tic->t_curr_res -= lhdr.i_len + sizeof(xlog_op_header_t); in xlog_cil_push_work()
814 error = xlog_write(log, &lvhdr, tic, &ctx->start_lsn, NULL, 0, true); in xlog_cil_push_work()
852 error = xlog_commit_record(log, tic, &commit_iclog, &commit_lsn); in xlog_cil_push_work()
[all …]
Dxfs_log.h127 int xfs_log_regrant(struct xfs_mount *mp, struct xlog_ticket *tic);
Dxfs_log_priv.h480 struct xlog_ticket *tic, xfs_lsn_t *start_lsn,
Dxfs_trace.h1078 TP_PROTO(struct xlog *log, struct xlog_ticket *tic),
1079 TP_ARGS(log, tic),
1099 __entry->ocnt = tic->t_ocnt;
1100 __entry->cnt = tic->t_cnt;
1101 __entry->curr_res = tic->t_curr_res;
1102 __entry->unit_res = tic->t_unit_res;
1103 __entry->flags = tic->t_flags;
1143 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), \
1144 TP_ARGS(log, tic))
/kernel/linux/linux-5.10/drivers/s390/cio/
Dvfio_ccw_cp.c407 static int tic_target_chain_exists(struct ccw1 *tic, struct channel_program *cp) in tic_target_chain_exists() argument
414 if (is_cpa_within_range(tic->cda, ccw_head, chain->ch_len)) in tic_target_chain_exists()
465 struct ccw1 *tic; in ccwchain_loop_tic() local
469 tic = chain->ch_ccw + i; in ccwchain_loop_tic()
471 if (!ccw_is_tic(tic)) in ccwchain_loop_tic()
475 if (tic_target_chain_exists(tic, cp)) in ccwchain_loop_tic()
479 ret = ccwchain_handle_ccw(tic->cda, cp); in ccwchain_loop_tic()
/kernel/linux/linux-5.10/drivers/tty/serial/
Dsunsab.h64 u8 tic; /* Transmit Immediate Character */ member
Dsunsab.c480 writeb(ch, &up->regs->w.tic); in sunsab_send_xchar()
855 writeb(c, &up->regs->w.tic); in sunsab_console_putchar()
/kernel/linux/linux-5.10/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()