Searched refs:tic (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/fs/xfs/ |
D | xfs_log.c | 195 struct xlog_ticket *tic; in xlog_grant_head_wake_all() local 198 list_for_each_entry(tic, &head->waiters, t_queue) in xlog_grant_head_wake_all() 199 wake_up_process(tic->t_task); in xlog_grant_head_wake_all() 207 struct xlog_ticket *tic) in xlog_ticket_reservation() argument 210 ASSERT(tic->t_flags & XLOG_TIC_PERM_RESERV); in xlog_ticket_reservation() 211 return tic->t_unit_res; in xlog_ticket_reservation() 213 if (tic->t_flags & XLOG_TIC_PERM_RESERV) in xlog_ticket_reservation() 214 return tic->t_unit_res * tic->t_cnt; in xlog_ticket_reservation() 216 return tic->t_unit_res; in xlog_ticket_reservation() 226 struct xlog_ticket *tic; in xlog_grant_head_wake() local [all …]
|
D | xfs_log_cil.c | 41 struct xlog_ticket *tic; in xlog_cil_ticket_alloc() local 43 tic = xlog_ticket_alloc(log, 0, 1, XFS_TRANSACTION, 0, in xlog_cil_ticket_alloc() 50 tic->t_curr_res = 0; in xlog_cil_ticket_alloc() 51 return tic; in xlog_cil_ticket_alloc() 635 struct xlog_ticket *tic; in xlog_cil_push() local 776 tic = ctx->ticket; in xlog_cil_push() 779 thdr.th_tid = tic->t_tid; in xlog_cil_push() 784 tic->t_curr_res -= lhdr.i_len + sizeof(xlog_op_header_t); in xlog_cil_push() 790 error = xlog_write(log, &lvhdr, tic, &ctx->start_lsn, NULL, 0); in xlog_cil_push() 829 commit_lsn = xfs_log_done(log->l_mp, tic, &commit_iclog, false); in xlog_cil_push() [all …]
|
D | xfs_log.h | 142 int xfs_log_regrant(struct xfs_mount *mp, struct xlog_ticket *tic);
|
D | xfs_log_priv.h | 452 struct xlog_ticket *tic,
|
D | xfs_trace.h | 913 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), 914 TP_ARGS(log, tic), 934 __entry->ocnt = tic->t_ocnt; 935 __entry->cnt = tic->t_cnt; 936 __entry->curr_res = tic->t_curr_res; 937 __entry->unit_res = tic->t_unit_res; 938 __entry->flags = tic->t_flags; 978 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), \ 979 TP_ARGS(log, tic))
|
/Linux-v4.19/drivers/s390/cio/ |
D | vfio_ccw_cp.c | 406 static int tic_target_chain_exists(struct ccw1 *tic, struct channel_program *cp) in tic_target_chain_exists() argument 415 if ((ccw_head <= tic->cda) && (tic->cda <= ccw_tail)) in tic_target_chain_exists() 425 static int ccwchain_handle_tic(struct ccw1 *tic, struct channel_program *cp) in ccwchain_handle_tic() argument 431 if (tic_target_chain_exists(tic, cp)) in ccwchain_handle_tic() 435 len = ccwchain_calc_length(tic->cda, cp); in ccwchain_handle_tic() 443 chain->ch_iova = tic->cda; in ccwchain_handle_tic() 446 ret = copy_ccw_from_iova(cp, chain->ch_ccw, tic->cda, len); in ccwchain_handle_tic() 459 struct ccw1 *tic; in ccwchain_loop_tic() local 463 tic = chain->ch_ccw + i; in ccwchain_loop_tic() 465 if (!ccw_is_tic(tic)) in ccwchain_loop_tic() [all …]
|
/Linux-v4.19/drivers/tty/serial/ |
D | sunsab.h | 64 u8 tic; /* Transmit Immediate Character */ member
|
D | sunsab.c | 484 writeb(ch, &up->regs->w.tic); in sunsab_send_xchar() 859 writeb(c, &up->regs->w.tic); in sunsab_console_putchar()
|
/Linux-v4.19/drivers/net/ethernet/renesas/ |
D | ravb_main.c | 768 u32 tic = ravb_read(ndev, TIC); in ravb_queue_interrupt() local 770 if (((ris0 & ric0) & BIT(q)) || ((tis & tic) & BIT(q))) { in ravb_queue_interrupt() 775 ravb_write(ndev, tic & ~BIT(q), TIC); in ravb_queue_interrupt() 787 tis, tic); in ravb_queue_interrupt()
|