Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/rpc/
H A Dclnt_clts.c136 static taskq_t *endpnt_taskq; /* endpnt_t reaper thread */ variable
1269 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()