Searched refs:ctd (Results 1 – 8 of 8) sorted by relevance
605 if (ctd == NULL) in tdq_setlowpri()606 ctd = pcpu_find(TDQ_ID(tdq))->pc_curthread; in tdq_setlowpri()609 tdq->tdq_lowpri = ctd->td_priority; in tdq_setlowpri()1070 struct thread *ctd; in tdq_notify() local1078 ctd = pcpu_find(cpu)->pc_curthread; in tdq_notify()1089 if (TD_IS_IDLETHREAD(ctd)) { in tdq_notify()2524 struct thread *ctd; in sched_setpreempt() local2530 ctd = curthread; in sched_setpreempt()2532 cpri = ctd->td_priority; in sched_setpreempt()2534 ctd->td_flags |= TDF_NEEDRESCHED; in sched_setpreempt()[all …]
323 struct thread *ctd; in maybe_preempt() local348 ctd = curthread; in maybe_preempt()353 cpri = ctd->td_priority; in maybe_preempt()355 TD_IS_INHIBITED(ctd)) in maybe_preempt()363 ctd->td_owepreempt = 1; in maybe_preempt()
952 struct thread *ctd; in intr_event_schedule_thread() local961 ctd = curthread; in intr_event_schedule_thread()971 entropy.td = ctd; in intr_event_schedule_thread()
540 typeset ctd ctds devname lun547 for ctd in $ctds; do549 devname=$(readlink -f /dev/dsk/${ctd}s0 | sed -n \565 for ctd in $ctds; do566 lun_list="$lun_list$ctd:"
3226 uint32_t ctd : 1; /**< Completion Timeout Disable */ member3240 uint32_t ctd : 1;3255 uint32_t ctd : 1; /**< Completion Timeout Disable */ member3261 uint32_t ctd : 1;3281 uint32_t ctd : 1; /**< Completion Timeout Disable */ member3295 uint32_t ctd : 1;
3561 uint32_t ctd : 1; /**< Completion Timeout Disable */ member3567 uint32_t ctd : 1;3582 uint32_t ctd : 1; /**< Completion Timeout Disable */ member3588 uint32_t ctd : 1;3608 uint32_t ctd : 1; /**< Completion Timeout Disable */ member3614 uint32_t ctd : 1;
1323 u_int ctd:1; member
6348 uni_print_entry(cx, "ctd", "%savail", ie->diag.qos.ctd ? "" : "un"); in DEF_IE_PRINT()6447 APP_BYTE(msg, (ie->diag.qos.ctd << 3) in DEF_IE_ENCODE()6546 ie->diag.qos.ctd = *msg->b_rptr >> 3; in DEF_IE_DECODE()