Home
last modified time | relevance | path

Searched refs:ct_nreap (Results 1 – 2 of 2) 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
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c556 if (ct->ct_nreap > 0) in callout_heap_expand()
783 ct->ct_nreap--; in callout_heap_delete()
873 if (ct->ct_nreap > 0) in callout_heap_process()
953 ct->ct_nreap = 0; in callout_heap_process()
1174 ct->ct_nreap--; in timeout_generic()
1336 ct->ct_nreap++; in untimeout_generic()