Searched defs:endpnt_taskq (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_clts.c141 static taskq_t *endpnt_taskq; /* endpnt_t reaper thread */ variable
142 static bool_t taskq_created; /* flag for endpnt_taskq */
1240 * and e_async_count are used to keep track of the threads in endpnt_taskq
1283 ASSERT(endpnt_taskq == NULL);
1284 endpnt_taskq = taskq_create("clts_endpnt_taskq", 1,
1786 if (taskq_dispatch(endpnt_taskq, (task_func_t *)endpnt_reap, etp,
1981 * Wait for threads in endpnt_taskq trying to reap endpnt_ts in
2006 if (endpnt_taskq != NULL)
2007 (void) taskq_dispatch(endpnt_taskq,
2261 endpnt_taskq
[all...]

Completed in 55 milliseconds