Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dcallo.h354 callout_t *ct_free; /* free callout structures */ member
/titanic_41/usr/src/uts/common/os/
H A Dcallout.c254 cp->c_idnext = ct->ct_free; \
255 ct->ct_free = cp; \
1035 if ((cp = ct->ct_free) == NULL) in timeout_generic()
1038 ct->ct_free = cp->c_idnext; in timeout_generic()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1109 ct->ct_free, ct->ct_lfree, ct->ct_cyclic, in callout_t_cb()
1198 coptr = ct->ct_free; in callout_t_cb()