Searched refs:ct_heap_num (Results 1 – 3 of 3) sorted by relevance
522 ct->ct_heap_num = 0; in callout_heap_init()539 ASSERT(ct->ct_heap_num <= ct->ct_heap_max); in callout_heap_expand()541 while (ct->ct_heap_num == ct->ct_heap_max) { in callout_heap_expand()561 if (ct->ct_heap_num == ct->ct_heap_max) in callout_heap_expand()595 ASSERT(ct->ct_heap_num >= 1); in callout_upheap()597 if (ct->ct_heap_num == 1) { in callout_upheap()602 current = ct->ct_heap_num - 1; in callout_upheap()640 ASSERT(ct->ct_heap_num < ct->ct_heap_max); in callout_heap_insert()647 ct->ct_heap[ct->ct_heap_num].ch_expiration = cl->cl_expiration; in callout_heap_insert()648 ct->ct_heap[ct->ct_heap_num].ch_list = cl; in callout_heap_insert()[all …]
276 (ct->ct_nreap >= (ct->ct_heap_num >> 1)))366 ulong_t ct_heap_num; /* occupied slots in the heap */ member
1115 ct->ct_heap_num, ct->ct_heap_max, in callout_t_cb()