Home
last modified time | relevance | path

Searched defs:LOCK_SAMPLE_INTERVAL (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sparc/sys/
H A Dmachlock.h69 #define LOCK_SAMPLE_INTERVAL(i) (((i) & 0xff) == 0) macro
/illumos-gate/usr/src/uts/intel/sys/
H A Dmachlock.h73 #define LOCK_SAMPLE_INTERVAL(i) (((i) & 0xff) == 0) macro