Symbol: callout_table_t
usr/src/cmd/mdb/common/modules/genunix/genunix.c
1262
callout_table_t *ct = &(cotwd->ct);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
1273
sizeof (callout_table_t);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
1668
callout_table_t *ctptr;
usr/src/cmd/mdb/common/modules/genunix/genunix.c
1669
callout_table_t ct;
usr/src/cmd/mdb/common/modules/genunix/genunix.c
1737
if (mdb_vread(&ct, sizeof (callout_table_t), (uintptr_t)ctptr) == -1) {
usr/src/cmd/mdb/common/modules/genunix/genunix.c
757
callout_table_t *ct0;
usr/src/cmd/mdb/common/modules/genunix/genunix.c
758
callout_table_t ct;
usr/src/cmd/mdb/common/modules/genunix/genunix.c
806
if (mdb_vread(&(cotwd->ct), sizeof (callout_table_t),
usr/src/cmd/mdb/common/modules/genunix/genunix.c
807
wsp->walk_addr) != sizeof (callout_table_t)) {
usr/src/cmd/mdb/common/modules/genunix/genunix.c
846
sizeof (callout_table_t));
usr/src/cmd/mdb/common/modules/genunix/genunix.c
913
callout_table_t *co_table; /* top of callout table array */
usr/src/uts/common/os/callout.c
1281
callout_table_t *ct;
usr/src/uts/common/os/callout.c
1454
callout_list_expire(callout_table_t *ct, callout_list_t *cl)
usr/src/uts/common/os/callout.c
1514
callout_expire(callout_table_t *ct)
usr/src/uts/common/os/callout.c
1559
callout_realtime(callout_table_t *ct)
usr/src/uts/common/os/callout.c
1568
callout_queue_realtime(callout_table_t *ct)
usr/src/uts/common/os/callout.c
1577
callout_execute(callout_table_t *ct)
usr/src/uts/common/os/callout.c
1588
callout_normal(callout_table_t *ct)
usr/src/uts/common/os/callout.c
1606
callout_queue_normal(callout_table_t *ct)
usr/src/uts/common/os/callout.c
1630
callout_table_t *ct;
usr/src/uts/common/os/callout.c
1669
callout_table_t *ct;
usr/src/uts/common/os/callout.c
1759
callout_hrestime_one(callout_table_t *ct)
usr/src/uts/common/os/callout.c
1792
callout_table_t *ct;
usr/src/uts/common/os/callout.c
1814
callout_hash_init(callout_table_t *ct)
usr/src/uts/common/os/callout.c
1830
callout_kstat_init(callout_table_t *ct)
usr/src/uts/common/os/callout.c
1857
callout_cyclic_init(callout_table_t *ct)
usr/src/uts/common/os/callout.c
1955
callout_table_t *ct;
usr/src/uts/common/os/callout.c
2028
callout_table_t *ct;
usr/src/uts/common/os/callout.c
2092
callout_table_t *ct;
usr/src/uts/common/os/callout.c
2135
size = sizeof (callout_table_t) * CALLOUT_NTYPES * max_ncpus;
usr/src/uts/common/os/callout.c
2138
callout_table = (callout_table_t *)P2ROUNDUP(buf, CALLOUT_ALIGN);
usr/src/uts/common/os/callout.c
267
callout_alloc(callout_table_t *ct)
usr/src/uts/common/os/callout.c
297
callout_list_alloc(callout_table_t *ct)
usr/src/uts/common/os/callout.c
320
callout_list_get(callout_table_t *ct, hrtime_t expiration, int flags, int hash)
usr/src/uts/common/os/callout.c
358
callout_queue_add(callout_table_t *ct, callout_list_t *cl)
usr/src/uts/common/os/callout.c
387
callout_queue_insert(callout_table_t *ct, callout_list_t *cl)
usr/src/uts/common/os/callout.c
409
callout_queue_delete(callout_table_t *ct)
usr/src/uts/common/os/callout.c
438
callout_queue_process(callout_table_t *ct, hrtime_t delta, int timechange)
usr/src/uts/common/os/callout.c
50
static callout_table_t *callout_boot_ct; /* Boot CPU's callout tables */
usr/src/uts/common/os/callout.c
516
callout_heap_init(callout_table_t *ct)
usr/src/uts/common/os/callout.c
534
callout_heap_expand(callout_table_t *ct)
usr/src/uts/common/os/callout.c
58
static callout_table_t *callout_table; /* global callout table array */
usr/src/uts/common/os/callout.c
590
callout_upheap(callout_table_t *ct)
usr/src/uts/common/os/callout.c
638
callout_heap_insert(callout_table_t *ct, callout_list_t *cl)
usr/src/uts/common/os/callout.c
671
callout_downheap(callout_table_t *ct)
usr/src/uts/common/os/callout.c
750
callout_heap_delete(callout_table_t *ct)
usr/src/uts/common/os/callout.c
80
static hrtime_t callout_heap_process(callout_table_t *, hrtime_t, int);
usr/src/uts/common/os/callout.c
860
callout_heap_process(callout_table_t *ct, hrtime_t delta, int timechange)
usr/src/uts/common/os/callout.c
984
callout_table_t *ct;