Searched refs:ctd (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/sys/dev/cesa/
H A Dcesa.c313 struct cesa_tdma_desc *ctd; local
315 CESA_GENERIC_ALLOC_LOCKED(sc, ctd, tdesc);
317 if (!ctd)
321 return (ctd);
358 struct cesa_tdma_desc *ctd; local
360 ctd = cesa_alloc_tdesc(sc);
361 if (!ctd)
364 ctd->ctd_cthd->cthd_dst = dst;
365 ctd->ctd_cthd->cthd_src = src;
366 ctd
403 cesa_append_tdesc(struct cesa_request *cr, struct cesa_tdma_desc *ctd) argument
420 struct cesa_tdma_desc *ctd, *tmp; local
567 struct cesa_tdma_desc *ctd; local
811 struct cesa_tdma_desc *ctd; local
899 struct cesa_tdma_desc *prev_ctd, *ctd; local
[all...]
/freebsd-9.3-release/sys/kern/
H A Dsched_4bsd.c315 struct thread *ctd; local
341 ctd = curthread;
346 cpri = ctd->td_priority;
348 TD_IS_INHIBITED(ctd))
355 if (ctd->td_critnest > 1) {
357 ctd->td_critnest);
358 ctd->td_owepreempt = 1;
364 MPASS(ctd->td_lock == td->td_lock);
375 thread_unlock(ctd);
H A Dsched_ule.c562 tdq_setlowpri(struct tdq *tdq, struct thread *ctd) argument
567 if (ctd == NULL)
568 ctd = pcpu_find(TDQ_ID(tdq))->pc_curthread;
570 if (td == NULL || td->td_priority > ctd->td_priority)
571 tdq->tdq_lowpri = ctd->td_priority;
998 struct thread *ctd; local
1006 ctd = pcpu_find(cpu)->pc_curthread;
1007 if (!sched_shouldpreempt(pri, ctd->td_priority, 1))
1009 if (TD_IS_IDLETHREAD(ctd)) {
2282 struct thread *ctd; local
[all...]
H A Dkern_intr.c880 struct thread *ctd; local
890 ctd = curthread;
903 entropy.td = ctd;
1036 struct thread *ctd; local
1045 ctd = curthread;
1057 entropy.td = ctd;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclTemplate.cpp810 if (ClassTemplateDecl *ctd = inst_from.dyn_cast<ClassTemplateDecl*>())
811 return ctd->getSourceRange();
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/msg/
H A Dunistruct.h1041 UNI_EETD_PMTD_ID = 0x0b, /* PNNI acceptable forward maximum ctd */
1042 UNI_EETD_PCTD_ID = 0x11, /* PNNI cumulative forward maximum ctd */
1323 u_int ctd:1; member in struct:uni_ie_crankback::__anon6296::__anon6298
H A Duni_ie.c6348 uni_print_entry(cx, "ctd", "%savail", ie->diag.qos.ctd ? "" : "un");
6447 APP_BYTE(msg, (ie->diag.qos.ctd << 3)
6546 ie->diag.qos.ctd = *msg->b_rptr >> 3;
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-pcieepx-defs.h2659 uint32_t ctd : 1; /**< Completion Timeout Disable */ member in struct:cvmx_pcieepx_cfg038::cvmx_pcieepx_cfg038_s
2665 uint32_t ctd : 1;
H A Dcvmx-pciercx-defs.h2559 uint32_t ctd : 1; /**< Completion Timeout Disable */ member in struct:cvmx_pciercx_cfg038::cvmx_pciercx_cfg038_s
2565 uint32_t ctd : 1;

Completed in 274 milliseconds