Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_ugend.h73 #define UGEN_DEVT_CACHE_SIZE 10 macro
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c161 static ugen_devt_cache_entry_t ugen_devt_cache[UGEN_DEVT_CACHE_SIZE];
4758 count < UGEN_DEVT_CACHE_SIZE; count++) { in ugen_devt2state()
4768 index %= UGEN_DEVT_CACHE_SIZE; in ugen_devt2state()
4777 ugen_devt_cache_index %= UGEN_DEVT_CACHE_SIZE; in ugen_devt2state()