Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h354 callout_t *ct_free; /* free callout structures */ member
H A Dproc.h727 void (*ct_free)(void *, int); member
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c255 cp->c_idnext = ct->ct_free; \
256 ct->ct_free = cp; \
1036 if ((cp = ct->ct_free) == NULL) in timeout_generic()
1039 ct->ct_free = cp->c_idnext; in timeout_generic()
H A Dkcpc.c122 .ct_free = kcpc_free,
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c1037 ctx->free_op == ct->ct_free && in ctxop_find_by_tmpl()
1085 ctx->free_op = ct->ct_free; in ctxop_allocate()
/illumos-gate/usr/src/uts/intel/os/
H A Dfpu.c1037 .ct_free = fp_free_ctx, in fp_ctxop_allocate()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1313 ct->ct_free, ct->ct_lfree, ct->ct_cyclic, in callout_t_cb()
1402 coptr = ct->ct_free; in callout_t_cb()