Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dcallout.c522 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 …]
/titanic_44/usr/src/uts/common/sys/
H A Dcallo.h276 (ct->ct_nreap >= (ct->ct_heap_num >> 1)))
366 ulong_t ct_heap_num; /* occupied slots in the heap */ member
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1115 ct->ct_heap_num, ct->ct_heap_max, in callout_t_cb()