Searched defs:cl_inactive (Results 1 - 1 of 1) sorted by relevance
| /illumos-gate/usr/src/uts/common/sys/ | ||
| H A D | class.h | 85 void (*cl_inactive)(kthread_t *); member in struct:thread_ops 199 #define CL_INACTIVE(t) (*(t)->t_clfuncs->cl_inactive)(t) |
Completed in 53 milliseconds