Home
last modified time | relevance | path

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

/titanic_50/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); in prinit()
H A Dprdata.h96 (((((ino_t)(tslot) << nproc_highbit) | \
270 extern int nproc_highbit; /* highbit(v.v_nproc) */