Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h163 #define CALLOUT_BUCKET_MASK (CALLOUT_BUCKETS - 1) macro
164 #define CALLOUT_HASH(x) ((x) & CALLOUT_BUCKET_MASK)