Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dcallo.h64 kthread_t *c_executor; /* executing thread */ member
/titanic_44/usr/src/uts/common/os/
H A Dcallout.c280 cp->c_executor = NULL; in callout_alloc()
1362 if (cp->c_executor == curthread) { in untimeout_generic()
1476 cp->c_executor = curthread; in callout_list_expire()
1491 cp->c_executor = NULL; in callout_list_expire()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c887 co->c_done, co->c_waiting, co->c_executor); in callouts_cb()