Searched refs:nproc_highbit (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvfsops.c108 int nproc_highbit; /* highbit(v.v_nproc) */ variable
153 nproc_highbit = highbit(v.v_proc);
H A Dprdata.h96 (((((ino_t)(tslot) << nproc_highbit) | \
271 extern int nproc_highbit; /* highbit(v.v_nproc) */

Completed in 109 milliseconds