Searched refs:ntd (Results 1 – 3 of 3) sorted by relevance
613 kern_thr_alloc(struct proc *p, int pages, struct thread **ntd) in kern_thr_alloc() argument622 *ntd = thread_alloc(pages); in kern_thr_alloc()623 if (*ntd == NULL) in kern_thr_alloc()
583 struct thread *itd, *ntd; in thread_reap_domain() local615 ntd = itd->td_zombie; in thread_reap_domain()636 itd = ntd; in thread_reap_domain()
1725 uint32_t ntd; in octusb_xfer_setup() local1816 ntd = xfer->nframes + 1 /* STATUS */ + 1 /* SYNC */ ; in octusb_xfer_setup()1820 USB_HOST_ALIGN, ntd)) { in octusb_xfer_setup()1825 for (n = 0; n != ntd; n++) { in octusb_xfer_setup()