Searched refs:itd (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/usb/controller/
H A Dehci.c431 ehci_itd_t *itd; local
459 itd = buf_res.buffer;
463 itd->page_cache = sc->sc_hw.isoc_hs_start_pc + i;
467 sc->sc_isoc_hs_p_last[i] = itd;
471 itd->itd_self =
475 itd->itd_next =
827 ehci_dump_itd(ehci_softc_t *sc, ehci_itd_t *itd) argument
829 usb_pc_cpu_invalidate(itd->page_cache);
830 printf("ITD(%p) at 0x%08x\n", itd, hc32toh(sc, itd
876 ehci_itd_t *itd; local
[all...]
H A Dohci.c2471 ohci_itd_t *itd; local
2475 itd = page_info.buffer;
2478 itd->itd_self = htole32(page_info.physaddr);
2479 itd->obj_next = last_obj;
2480 itd->page_cache = pc + n;
2482 last_obj = itd;
/freebsd-13-stable/sys/kern/
H A Dkern_thread.c584 struct thread *itd, *ntd; local
598 itd = (struct thread *)atomic_swap_ptr((uintptr_t *)&tdd->tdd_zombies,
600 if (itd == NULL)
615 while (itd != NULL) {
616 ntd = itd->td_zombie;
617 EVENTHANDLER_DIRECT_INVOKE(thread_dtor, itd);
618 tidbatch_add(&tidbatch, itd);
619 credbatch_add(&credbatch, itd);
620 MPASS(itd->td_limit != NULL);
621 if (lim != itd
[all...]

Completed in 115 milliseconds