Home
last modified time | relevance | path

Searched refs:ntd (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_thr.c613 kern_thr_alloc(struct proc *p, int pages, struct thread **ntd) in kern_thr_alloc() argument
622 *ntd = thread_alloc(pages); in kern_thr_alloc()
623 if (*ntd == NULL) in kern_thr_alloc()
H A Dkern_thread.c583 struct thread *itd, *ntd; in thread_reap_domain() local
615 ntd = itd->td_zombie; in thread_reap_domain()
636 itd = ntd; in thread_reap_domain()
/f-stack/freebsd/mips/cavium/usb/
H A Doctusb.c1725 uint32_t ntd; in octusb_xfer_setup() local
1816 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()