Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Duhci-q.c613 int highest_load = uhci->load[phase]; in uhci_highest_load() local
616 highest_load = max_t(int, highest_load, uhci->load[phase]); in uhci_highest_load()
617 return highest_load; in uhci_highest_load()