Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dcallout.c523 ct->ct_heap_max = callout_chunk; 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()
542 max = ct->ct_heap_max; in callout_heap_expand()
561 if (ct->ct_heap_num == ct->ct_heap_max) in callout_heap_expand()
565 if (max < ct->ct_heap_max) { in callout_heap_expand()
577 ct->ct_heap_max = size / sizeof (callout_heap_t); in callout_heap_expand()
640 ASSERT(ct->ct_heap_num < ct->ct_heap_max); in callout_heap_insert()
1134 if (ct->ct_heap_num == ct->ct_heap_max) { in timeout_generic()
/titanic_50/usr/src/uts/common/sys/
H A Dcallo.h367 ulong_t ct_heap_max; /* end of the heap */ member
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1115 ct->ct_heap_num, ct->ct_heap_max, in callout_t_cb()