Home
last modified time | relevance | path

Searched refs:ctd (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/sys/dev/cesa/
HDcesa.c285 struct cesa_tdma_desc *ctd; in cesa_alloc_tdesc() local
287 CESA_GENERIC_ALLOC_LOCKED(sc, ctd, tdesc); in cesa_alloc_tdesc()
289 if (!ctd) in cesa_alloc_tdesc()
293 return (ctd); in cesa_alloc_tdesc()
330 struct cesa_tdma_desc *ctd; in cesa_tdma_copy() local
332 ctd = cesa_alloc_tdesc(sc); in cesa_tdma_copy()
333 if (!ctd) in cesa_tdma_copy()
336 ctd->ctd_cthd->cthd_dst = dst; in cesa_tdma_copy()
337 ctd->ctd_cthd->cthd_src = src; in cesa_tdma_copy()
338 ctd->ctd_cthd->cthd_byte_count = size; in cesa_tdma_copy()
[all …]
/freebsd-14-stable/sys/kern/
HDsched_ule.c618 tdq_setlowpri(struct tdq *tdq, struct thread *ctd) in tdq_setlowpri() argument
623 if (ctd == NULL) in tdq_setlowpri()
624 ctd = tdq->tdq_curthread; in tdq_setlowpri()
626 if (td == NULL || td->td_priority > ctd->td_priority) in tdq_setlowpri()
627 tdq->tdq_lowpri = ctd->td_priority; in tdq_setlowpri()
2710 struct thread *ctd; in sched_setpreempt() local
2713 ctd = curthread; in sched_setpreempt()
2714 THREAD_LOCK_ASSERT(ctd, MA_OWNED); in sched_setpreempt()
2716 cpri = ctd->td_priority; in sched_setpreempt()
2718 ast_sched_locked(ctd, TDA_SCHED); in sched_setpreempt()
[all …]
HDsched_4bsd.c321 struct thread *ctd; in maybe_preempt() local
346 ctd = curthread; in maybe_preempt()
351 cpri = ctd->td_priority; in maybe_preempt()
353 TD_IS_INHIBITED(ctd)) in maybe_preempt()
361 ctd->td_owepreempt = 1; in maybe_preempt()
HDkern_intr.c956 struct thread *ctd; in intr_event_schedule_thread() local
965 ctd = curthread; in intr_event_schedule_thread()
975 entropy.td = ctd; in intr_event_schedule_thread()
/freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/tests/perf/
HDperf.shlib532 typeset ctd ctds devname lun
540 for ctd in $ctds; do
541 lun_list="$lun_list$ctd:"
553 for ctd in $ctds; do
555 devname=$(readlink -f /dev/dsk/${ctd}s0 | sed -n 's/\/devices\([^:]*\):.*/\1/p')
/freebsd-14-stable/contrib/tcsh/
HDsh.func.c2609 xcatgets(nl_catd ctd, int set_id, int msg_id, const char *s) argument
2614 while ((res = catgets(ctd, set_id, msg_id, s)) == s && errno == EINTR) {
2624 iconv_catgets(nl_catd ctd, int set_id, int msg_id, const char *s) argument
2633 orig = xcatgets(ctd, set_id, msg_id, s);