Searched refs:tic (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/xfs/ |
| A D | xfs_log.c | 216 return tic->t_unit_res * tic->t_cnt; in xlog_ticket_reservation() 379 tic->t_tid++; in xfs_log_regrant() 380 tic->t_curr_res = tic->t_unit_res; in xfs_log_regrant() 381 if (tic->t_cnt > 0) in xfs_log_regrant() 401 tic->t_curr_res = 0; in xfs_log_regrant() 434 *ticp = tic; in xfs_log_reserve() 452 tic->t_curr_res = 0; in xfs_log_reserve() 926 if (tic) { in xlog_unmount_write() 3256 tic->t_cnt = cnt; in xlog_ticket_alloc() 3257 tic->t_ocnt = cnt; in xlog_ticket_alloc() [all …]
|
| A D | xfs_log_cil.c | 37 struct xlog_ticket *tic; in xlog_cil_ticket_alloc() local 39 tic = xlog_ticket_alloc(log, 0, 1, 0); in xlog_cil_ticket_alloc() 45 tic->t_curr_res = 0; in xlog_cil_ticket_alloc() 46 tic->t_iclog_hdrs = 0; in xlog_cil_ticket_alloc() 47 return tic; in xlog_cil_ticket_alloc() 1160 struct xlog_ticket *tic = ctx->ticket; in xlog_cil_build_trans_hdr() local 1161 __be32 tid = cpu_to_be32(tic->t_tid); in xlog_cil_build_trans_hdr() 1183 hdr->thdr.th_tid = tic->t_tid; in xlog_cil_build_trans_hdr() 1196 tic->t_curr_res -= lvhdr->lv_bytes; in xlog_cil_build_trans_hdr()
|
| A D | xfs_log.h | 144 int xfs_log_regrant(struct xfs_mount *mp, struct xlog_ticket *tic);
|
| A D | xfs_log_priv.h | 511 struct list_head *lv_chain, struct xlog_ticket *tic,
|
| A D | xfs_trace.h | 1224 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), 1225 TP_ARGS(log, tic), 1228 __field(unsigned long, tic) 1245 __entry->tic = (unsigned long)tic; 1246 __entry->ocnt = tic->t_ocnt; 1247 __entry->cnt = tic->t_cnt; 1248 __entry->curr_res = tic->t_curr_res; 1249 __entry->unit_res = tic->t_unit_res; 1250 __entry->flags = tic->t_flags; 1268 __entry->tic, [all …]
|
| /linux/drivers/s390/cio/ |
| A D | vfio_ccw_cp.c | 404 static int tic_target_chain_exists(struct ccw1 *tic, struct channel_program *cp) in tic_target_chain_exists() argument 411 if (is_cpa_within_range(tic->cda, ccw_head, chain->ch_len)) in tic_target_chain_exists() 467 struct ccw1 *tic; in ccwchain_loop_tic() local 471 tic = &chain->ch_ccw[i]; in ccwchain_loop_tic() 473 if (!ccw_is_tic(tic)) in ccwchain_loop_tic() 477 if (tic_target_chain_exists(tic, cp)) in ccwchain_loop_tic() 481 ret = ccwchain_handle_ccw(tic->cda, cp); in ccwchain_loop_tic()
|
| /linux/drivers/tty/serial/ |
| A D | sunsab.h | 64 u8 tic; /* Transmit Immediate Character */ member
|
| A D | sunsab.c | 481 writeb(ch, &up->regs->w.tic); in sunsab_send_xchar() 852 writeb(c, &up->regs->w.tic); in sunsab_console_putchar()
|
| /linux/drivers/net/ethernet/renesas/ |
| A D | ravb_main.c | 1191 u32 tic = ravb_read(ndev, TIC); in ravb_queue_interrupt() local 1193 if (((ris0 & ric0) & BIT(q)) || ((tis & tic) & BIT(q))) { in ravb_queue_interrupt() 1198 ravb_write(ndev, tic & ~BIT(q), TIC); in ravb_queue_interrupt() 1210 tis, tic); in ravb_queue_interrupt()
|
| /linux/Documentation/translations/sp_SP/scheduler/ |
| A D | sched-design-CFS.rst | 98 tarea se gestiona (o sucede un tic del gestor de tareas) se considera
|
Completed in 35 milliseconds