Searched refs:ntd (Results 1 – 11 of 11) sorted by relevance
2216 uint32_t ntd; in uss820dci_xfer_setup() local2237 ntd = xfer->nframes + 1 /* STATUS */ + 1 /* SYNC */ ; in uss820dci_xfer_setup()2240 ntd = xfer->nframes + 1 /* SYNC */ ; in uss820dci_xfer_setup()2243 ntd = xfer->nframes + 1 /* SYNC */ ; in uss820dci_xfer_setup()2246 ntd = xfer->nframes + 1 /* SYNC */ ; in uss820dci_xfer_setup()2249 ntd = 0; in uss820dci_xfer_setup()2266 if (ntd) { in uss820dci_xfer_setup()2283 for (n = 0; n != ntd; n++) { in uss820dci_xfer_setup()
2347 uint32_t ntd; in ohci_xfer_setup() local2367 ntd = ((2 * xfer->nframes) + 1 /* STATUS */ in ohci_xfer_setup()2377 ntd = ((2 * xfer->nframes) in ohci_xfer_setup()2387 ntd = ((2 * xfer->nframes) in ohci_xfer_setup()2399 ntd = 0; in ohci_xfer_setup()2406 ntd = 0; in ohci_xfer_setup()2419 OHCI_TD_ALIGN, ntd)) { in ohci_xfer_setup()2424 for (n = 0; n != ntd; n++) { in ohci_xfer_setup()
2774 uint32_t ntd; in uhci_xfer_setup() local2798 ntd = ((2 * xfer->nframes) + 1 /* STATUS */ in uhci_xfer_setup()2808 ntd = ((2 * xfer->nframes) in uhci_xfer_setup()2818 ntd = ((2 * xfer->nframes) in uhci_xfer_setup()2828 ntd = xfer->nframes; in uhci_xfer_setup()2834 ntd = 0; in uhci_xfer_setup()2892 UHCI_TD_ALIGN, ntd)) { in uhci_xfer_setup()2897 for (n = 0; n != ntd; n++) { in uhci_xfer_setup()
1955 uint32_t ntd; in atmegadci_xfer_setup() local1976 ntd = xfer->nframes + 1 /* STATUS */ + 1 /* SYNC 1 */ in atmegadci_xfer_setup()1979 ntd = xfer->nframes + 1 /* SYNC */ ; in atmegadci_xfer_setup()2008 for (n = 0; n != ntd; n++) { in atmegadci_xfer_setup()
1910 uint32_t ntd; in avr32dci_xfer_setup() local1932 ntd = xfer->nframes + 1 /* STATUS */ + 1 /* SYNC 1 */ in avr32dci_xfer_setup()1935 ntd = xfer->nframes + 1 /* SYNC */ ; in avr32dci_xfer_setup()1963 for (n = 0; n != ntd; n++) { in avr32dci_xfer_setup()
4013 uint32_t ntd; in musbotg_xfer_setup() local4039 ntd = xfer->nframes + 1 /* STATUS */ + 1 /* SYNC */ ; in musbotg_xfer_setup()4042 ntd = xfer->nframes + 1 /* SYNC */ ; in musbotg_xfer_setup()4045 ntd = xfer->nframes + 1 /* SYNC */ ; in musbotg_xfer_setup()4048 ntd = xfer->nframes + 1 /* SYNC */ ; in musbotg_xfer_setup()4051 ntd = 0; in musbotg_xfer_setup()4085 for (n = 0; n != ntd; n++) { in musbotg_xfer_setup()
4776 uint32_t ntd; in dwc_otg_xfer_setup() local 4800 ntd = xfer->nframes + 1 /* STATUS */ + 1 /* SYNC 1 */ in dwc_otg_xfer_setup() 4803 ntd = xfer->nframes + 1 /* SYNC */ ; in dwc_otg_xfer_setup() 4837 for (n = 0; n != ntd; n++) { in dwc_otg_xfer_setup()
613 kern_thr_alloc(struct proc *p, int pages, struct thread **ntd)622 *ntd = thread_alloc(pages); in kern_thr_alloc() 623 if (*ntd == NULL) in kern_thr_alloc() 614 kern_thr_alloc(struct proc * p,int pages,struct thread ** ntd) kern_thr_alloc() argument
629 struct thread *itd, *ntd; in thread_reap_domain() local659 ntd = itd->td_zombie; in thread_reap_domain()674 itd = ntd; in thread_reap_domain()
1045 ctf_dtdef_t *dtd, *ntd; in ctf_close() local1064 for (dtd = ctf_list_prev(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) { in ctf_close()1065 ntd = ctf_list_prev(dtd); in ctf_close()
681 ctf_dtdef_t *dtd, *ntd; in ctf_discard() local689 for (dtd = ctf_list_prev(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) { in ctf_discard()690 ntd = ctf_list_prev(dtd); in ctf_discard()