Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h64 kthread_t *c_executor; /* executing thread */ member
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c281 cp->c_executor = NULL; in callout_alloc()
1363 if (cp->c_executor == curthread) { in untimeout_generic()
1477 cp->c_executor = curthread; in callout_list_expire()
1492 cp->c_executor = NULL; in callout_list_expire()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1091 co->c_done, co->c_waiting, co->c_executor); in callouts_cb()