Searched refs:cpu_save (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c1649 ohci_td_t *cpu_save, *td; local
1665 cpu_save = ohci_td_iommu_to_cpu(ohcip,
1689 td = cpu_save;
H A Dohci.c8380 ohci_td_t *cpu_new_tail, *cpu_new_head, *cpu_save; local
8405 cpu_save = (ohci_td_t *)
8409 while (cpu_save) {
8414 cpu_new_head = cpu_save;
8416 cpu_save = (ohci_td_t *)

Completed in 62 milliseconds