Symbol: callout_t
usr/src/cmd/mdb/common/modules/genunix/genunix.c
1011
callout_t *co = (callout_t *)data;
usr/src/cmd/mdb/common/modules/genunix/genunix.c
1194
callout_t *coptr;
usr/src/cmd/mdb/common/modules/genunix/genunix.c
1319
coptr = (callout_t *)cl->cl_callouts.ch_head;
usr/src/cmd/mdb/common/modules/genunix/genunix.c
1351
callout_t *coptr;
usr/src/cmd/mdb/common/modules/genunix/genunix.c
1504
coptr = (callout_t *)
usr/src/cmd/mdb/common/modules/genunix/genunix.c
1756
callout_t *coptr;
usr/src/cmd/mdb/common/modules/genunix/genunix.c
1841
coptr = (callout_t *)cot_idhash[idhash].ch_head;
usr/src/cmd/mdb/common/modules/genunix/genunix.c
756
wsp->walk_data = mdb_alloc(sizeof (callout_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
772
if (mdb_vread(wsp->walk_data, sizeof (callout_t),
usr/src/cmd/mdb/common/modules/genunix/genunix.c
782
(uintptr_t)(((callout_t *)wsp->walk_data)->c_idnext);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
785
(uintptr_t)(((callout_t *)wsp->walk_data)->c_clnext);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
794
mdb_free(wsp->walk_data, sizeof (callout_t));
usr/src/uts/common/os/callout.c
1282
callout_t *cp;
usr/src/uts/common/os/callout.c
1456
callout_t *cp, *cnext;
usr/src/uts/common/os/callout.c
1480
DTRACE_PROBE1(callout__start, callout_t *, cp);
usr/src/uts/common/os/callout.c
1482
DTRACE_PROBE1(callout__end, callout_t *, cp);
usr/src/uts/common/os/callout.c
1979
cache->cc_cache = kmem_cache_create(s, sizeof (callout_t),
usr/src/uts/common/os/callout.c
266
static callout_t *
usr/src/uts/common/os/callout.c
270
callout_t *cp;
usr/src/uts/common/os/callout.c
277
size = sizeof (callout_t);
usr/src/uts/common/os/callout.c
985
callout_t *cp;
usr/src/uts/common/sys/callo.h
354
callout_t *ct_free; /* free callout structures */