Searched refs:usb_enum_nice_time (Results 1 – 3 of 3) sorted by relevance
76 extern unsigned usb_enum_nice_time;88 #define usb_enum_nice_time USB_ENUM_NICE_TIME macro
126 CTLTYPE_UINT | CTLFLAG_RWTUN | CTLFLAG_MPSAFE, &usb_enum_nice_time,127 sizeof(usb_enum_nice_time), usb_timings_sysctl_handler, "IU",251 unsigned usb_enum_nice_time = USB_ENUM_NICE_TIME; variable
417 usb_pause_mtx(&bus->bus_mtx, USB_MS_TO_TICKS(usb_enum_nice_time)); in usb_bus_explore()