Searched defs:ct_nreap (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h275 #define CALLOUT_CLEANUP(ct) ((ct->ct_nreap >= callout_min_reap) && \
276 (ct->ct_nreap >= (ct->ct_heap_num >> 1)))
375 int ct_nreap; /* # heap entries that need reaping */ member in struct:callout_table

Completed in 79 milliseconds