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

/illumos-gate/usr/src/uts/common/os/
H A Dpid.c84 * constant. Note that a PLOCK_SHIFT of 3 implies 64-byte coherence
90 #define PLOCK_SHIFT 3 macro
133 * a stride of PLOCK_SHIFT. PLOCK_SHIFT should be defined as:
144 int even = (v.v_proc >> PLOCK_SHIFT) << PLOCK_SHIFT;
145 int perlap = even >> PLOCK_SHIFT;
150 return (((prslot % perlap) << PLOCK_SHIFT) + (prslot / perlap));

Completed in 44 milliseconds