Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsunldi_impl.h53 #define LI_HASH_SZ 32 macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dldi.c180 if (++(liwp->index) >= LI_HASH_SZ) in ldi_ident_walk_step()
/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c96 #define LI_HASH(mid, dip, dev) (ident_hash_func(mid, dip, dev) % LI_HASH_SZ)
126 static kmutex_t ldi_ident_hash_lock[LI_HASH_SZ];
127 static struct ldi_ident *ldi_ident_hash[LI_HASH_SZ];
164 for (i = 0; i < LI_HASH_SZ; i++) { in ldi_init()