Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dcallo.h355 callout_list_t *ct_lfree; /* free callout list structures */ member
/titanic_44/usr/src/uts/common/os/
H A Dcallout.c244 cl->cl_next = ct->ct_lfree; \
245 ct->ct_lfree = cl; \
1113 if ((cl = ct->ct_lfree) == NULL) { in timeout_generic()
1126 ct->ct_lfree = cl->cl_next; in timeout_generic()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1109 ct->ct_free, ct->ct_lfree, ct->ct_cyclic, in callout_t_cb()
1141 clptr = ct->ct_lfree; in callout_t_cb()