Searched refs:ctxop_remove (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/intel/os/ |
H A D | sundep.c | 765 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 D | fpu.c | 1956 ctxop_remove(curthread, &kfpu_ctxop_tpl, kfpu); in kernel_fpu_end()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | schedctl.c | 161 (void) ctxop_remove(t, &schedctl_ctxop_tpl, ssp); in schedctl_lwp_cleanup()
|
H A D | kcpc.c | 572 VERIFY3U(ctxop_remove(t, &kcpc_ctxop_tpl, ctx), !=, 0); in kcpc_unbind()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | proc.h | 735 extern int ctxop_remove(kthread_t *, const struct ctxop_template *, void *);
|
/illumos-gate/usr/src/uts/common/disp/ |
H A D | thread.c | 1202 ctxop_remove(kthread_t *t, const struct ctxop_template *ct, void *arg) in ctxop_remove() function
|