Symbol: callout_t
usr/src/cmd/mdb/common/modules/genunix/genunix.c
1109
callout_t *coptr;
usr/src/cmd/mdb/common/modules/genunix/genunix.c
1234
coptr = (callout_t *)cl->cl_callouts.ch_head;
usr/src/cmd/mdb/common/modules/genunix/genunix.c
1266
callout_t *coptr;
usr/src/cmd/mdb/common/modules/genunix/genunix.c
1419
coptr = (callout_t *)
usr/src/cmd/mdb/common/modules/genunix/genunix.c
1671
callout_t *coptr;
usr/src/cmd/mdb/common/modules/genunix/genunix.c
1756
coptr = (callout_t *)cot_idhash[idhash].ch_head;
usr/src/cmd/mdb/common/modules/genunix/genunix.c
671
wsp->walk_data = mdb_alloc(sizeof (callout_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
687
if (mdb_vread(wsp->walk_data, sizeof (callout_t),
usr/src/cmd/mdb/common/modules/genunix/genunix.c
697
(uintptr_t)(((callout_t *)wsp->walk_data)->c_idnext);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
700
(uintptr_t)(((callout_t *)wsp->walk_data)->c_clnext);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
709
mdb_free(wsp->walk_data, sizeof (callout_t));
usr/src/cmd/mdb/common/modules/genunix/genunix.c
926
callout_t *co = (callout_t *)data;
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 */