Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/os/
H A Dsundep.c765 ASSERT0(ctxop_remove(t, &brand_interpose_ctxop_tpl, NULL)); in lwp_attach_brand_hdlrs()
791 ctxop_remove(t, &brand_interpose_ctxop_tpl, NULL); in lwp_detach_brand_hdlrs()
856 ASSERT0(ctxop_remove(t, &segreg_tpl, lwp)); in lwp_installctx()
882 ASSERT0(ctxop_remove(t, &sep_tpl, kstktop)); in lwp_installctx()
H A Dfpu.c1956 ctxop_remove(curthread, &kfpu_ctxop_tpl, kfpu); in kernel_fpu_end()
/illumos-gate/usr/src/uts/common/os/
H A Dschedctl.c161 (void) ctxop_remove(t, &schedctl_ctxop_tpl, ssp); in schedctl_lwp_cleanup()
H A Dkcpc.c572 VERIFY3U(ctxop_remove(t, &kcpc_ctxop_tpl, ctx), !=, 0); in kcpc_unbind()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h735 extern int ctxop_remove(kthread_t *, const struct ctxop_template *, void *);
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c1202 ctxop_remove(kthread_t *t, const struct ctxop_template *ct, void *arg) in ctxop_remove() function