Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dpage_lock.c86 #define PIO_TABLE_SIZE 128 /* number of io mutexes to have */ macro
89 kmutex_t pio_mutex[PIO_TABLE_SIZE];
92 &pio_mutex[(((uintptr_t)pp) >> PIO_SHIFT) & (PIO_TABLE_SIZE - 1)]