Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_log.c180 return tic->t_unit_res * tic->t_cnt; in xlog_ticket_reservation()
338 tic->t_res_o_flow += tic->t_res_arr_sum; in xlog_tic_add_region()
343 tic->t_res_arr[tic->t_res_num].r_len = len; in xlog_tic_add_region()
344 tic->t_res_arr[tic->t_res_num].r_type = type; in xlog_tic_add_region()
346 tic->t_res_num++; in xlog_tic_add_region()
393 tic->t_tid++; in xfs_log_regrant()
397 tic->t_curr_res = tic->t_unit_res; in xfs_log_regrant()
457 *ticp = tic; in xfs_log_reserve()
459 xlog_grant_push_ail(log, tic->t_cnt ? tic->t_unit_res * tic->t_cnt in xfs_log_reserve()
968 if (tic) { in xlog_unmount_write()
[all …]
A 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()
861 struct xlog_ticket *tic; in xlog_cil_push_work() local
1019 tic = ctx->ticket; in xlog_cil_push_work()
1022 thdr.th_tid = tic->t_tid; in xlog_cil_push_work()
1027 tic->t_curr_res -= lhdr.i_len + sizeof(xlog_op_header_t); in xlog_cil_push_work()
1047 xfs_log_ticket_ungrant(log, tic); in xlog_cil_push_work()
1111 xfs_log_ticket_ungrant(log, tic); in xlog_cil_push_work()
A Dxfs_log.h127 int xfs_log_regrant(struct xfs_mount *mp, struct xlog_ticket *tic);
A Dxfs_log_priv.h520 struct xfs_log_vec *log_vector, struct xlog_ticket *tic,
A Dxfs_trace.h1217 TP_PROTO(struct xlog *log, struct xlog_ticket *tic),
1218 TP_ARGS(log, tic),
1238 __entry->ocnt = tic->t_ocnt;
1239 __entry->cnt = tic->t_cnt;
1240 __entry->curr_res = tic->t_curr_res;
1241 __entry->unit_res = tic->t_unit_res;
1242 __entry->flags = tic->t_flags;
1282 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), \
1283 TP_ARGS(log, tic))
/linux/drivers/s390/cio/
A 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()
/linux/drivers/tty/serial/
A Dsunsab.h64 u8 tic; /* Transmit Immediate Character */ member
A Dsunsab.c480 writeb(ch, &up->regs->w.tic); in sunsab_send_xchar()
855 writeb(c, &up->regs->w.tic); in sunsab_console_putchar()
/linux/drivers/net/ethernet/renesas/
A Dravb_main.c1123 u32 tic = ravb_read(ndev, TIC); in ravb_queue_interrupt() local
1125 if (((ris0 & ric0) & BIT(q)) || ((tis & tic) & BIT(q))) { in ravb_queue_interrupt()
1130 ravb_write(ndev, tic & ~BIT(q), TIC); in ravb_queue_interrupt()
1142 tis, tic); in ravb_queue_interrupt()

Completed in 740 milliseconds