Searched refs:kcpc_free (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dkcpc.h208 extern void kcpc_free(kcpc_ctx_t *ctx, int isexec);
/illumos-gate/usr/src/uts/common/os/
H A Dkcpc.c321 kcpc_lwp_create, NULL, kcpc_free);
550 * freectx() calling kcpc_free().
564 kcpc_lwp_create, NULL, kcpc_free) == 0)
569 kcpc_lwp_create, NULL, kcpc_free);
600 kcpc_free(ctx, 0);
1293 * doing this, we're asking kcpc_free() to cv_wait() until
1311 * Wake the agent thread if it's waiting in kcpc_free().
1427 NULL, kcpc_lwp_create, NULL, kcpc_free);
1444 * when the thread is freed, kcpc_free(), called by freectx(), frees the
1449 * Case 3: kcpc_free(), calle
1464 kcpc_free(kcpc_ctx_t *ctx, int isexec) function
[all...]
H A Dcap_util.c1260 kcpc_free(ctx, 0);

Completed in 62 milliseconds