Home
last modified time | relevance | path

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

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