Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dtwiddle.c49 static uint_t callercnt, globalcnt, pos; in twiddle() local
51 callercnt++; in twiddle()
52 if (callerdiv > 1 && (callercnt % callerdiv) != 0) in twiddle()