Searched refs:endpnt_taskq (Results 1 – 1 of 1) sorted by relevance
136 static taskq_t *endpnt_taskq; /* endpnt_t reaper thread */ variable1269 ASSERT(endpnt_taskq == NULL); in endpnt_type_create()1270 endpnt_taskq = taskq_create("clts_endpnt_taskq", 1, in endpnt_type_create()1772 if (taskq_dispatch(endpnt_taskq, (task_func_t *)endpnt_reap, etp, in endpnt_reap_dispatch()1992 if (endpnt_taskq != NULL) in endpnt_repossess()1993 (void) taskq_dispatch(endpnt_taskq, in endpnt_repossess()2247 endpnt_taskq = NULL; in clnt_clts_init()