callout_table_t
callout_table_t *ct = &(cotwd->ct);
sizeof (callout_table_t);
callout_table_t *ctptr;
callout_table_t ct;
if (mdb_vread(&ct, sizeof (callout_table_t), (uintptr_t)ctptr) == -1) {
callout_table_t *ct0;
callout_table_t ct;
if (mdb_vread(&(cotwd->ct), sizeof (callout_table_t),
wsp->walk_addr) != sizeof (callout_table_t)) {
sizeof (callout_table_t));
callout_table_t *co_table; /* top of callout table array */
callout_table_t *ct;
callout_list_expire(callout_table_t *ct, callout_list_t *cl)
callout_expire(callout_table_t *ct)
callout_realtime(callout_table_t *ct)
callout_queue_realtime(callout_table_t *ct)
callout_execute(callout_table_t *ct)
callout_normal(callout_table_t *ct)
callout_queue_normal(callout_table_t *ct)
callout_table_t *ct;
callout_table_t *ct;
callout_hrestime_one(callout_table_t *ct)
callout_table_t *ct;
callout_hash_init(callout_table_t *ct)
callout_kstat_init(callout_table_t *ct)
callout_cyclic_init(callout_table_t *ct)
callout_table_t *ct;
callout_table_t *ct;
callout_table_t *ct;
size = sizeof (callout_table_t) * CALLOUT_NTYPES * max_ncpus;
callout_table = (callout_table_t *)P2ROUNDUP(buf, CALLOUT_ALIGN);
callout_alloc(callout_table_t *ct)
callout_list_alloc(callout_table_t *ct)
callout_list_get(callout_table_t *ct, hrtime_t expiration, int flags, int hash)
callout_queue_add(callout_table_t *ct, callout_list_t *cl)
callout_queue_insert(callout_table_t *ct, callout_list_t *cl)
callout_queue_delete(callout_table_t *ct)
callout_queue_process(callout_table_t *ct, hrtime_t delta, int timechange)
static callout_table_t *callout_boot_ct; /* Boot CPU's callout tables */
callout_heap_init(callout_table_t *ct)
callout_heap_expand(callout_table_t *ct)
static callout_table_t *callout_table; /* global callout table array */
callout_upheap(callout_table_t *ct)
callout_heap_insert(callout_table_t *ct, callout_list_t *cl)
callout_downheap(callout_table_t *ct)
callout_heap_delete(callout_table_t *ct)
static hrtime_t callout_heap_process(callout_table_t *, hrtime_t, int);
callout_heap_process(callout_table_t *ct, hrtime_t delta, int timechange)
callout_table_t *ct;