Searched refs:t_sobj_ops (Results 1 – 15 of 15) sorted by relevance
55 t->t_sobj_ops = NULL; in shuttle_unsleep()99 curthread->t_sobj_ops = &shuttle_sobj_ops; in shuttle_resume()130 t->t_sobj_ops = NULL; in shuttle_resume()189 curthread->t_sobj_ops = &shuttle_sobj_ops; in shuttle_swtch()228 t->t_sobj_ops = &shuttle_sobj_ops; in shuttle_sleep()
1404 SOBJ_UNSLEEP(t->t_sobj_ops, t); in setrun_locked()1961 SOBJ_CHANGE_EPRI(t->t_sobj_ops, t, disp_pri); in thread_change_epri()2021 SOBJ_CHANGE_PRI(t->t_sobj_ops, t, disp_pri); in thread_change_pri()
461 t->t_sobj_ops = sobj_ops; in turnstile_block()490 while (t->t_sobj_ops != NULL && in turnstile_block()491 (owner = SOBJ_OWNER(t->t_sobj_ops, t->t_wchan)) != NULL) { in turnstile_block()568 if (SOBJ_TYPE(t->t_sobj_ops) != SOBJ_USER_PI && in turnstile_block()569 owner->t_sobj_ops != NULL && in turnstile_block()570 SOBJ_TYPE(owner->t_sobj_ops) == SOBJ_USER_PI) { in turnstile_block()574 ASSERT(SOBJ_TYPE(t->t_sobj_ops) == SOBJ_MUTEX); in turnstile_block()708 t->t_sobj_ops = NULL; in turnstile_dequeue()
178 t->t_sobj_ops = NULL; in sleepq_unsleep()230 tp->t_sobj_ops = NULL; in sleepq_wakeone_chan()261 tp->t_sobj_ops = NULL; in sleepq_wakeall_chan()
82 curthread->t_sobj_ops = &sema_sobj_ops; \188 t->t_sobj_ops = NULL; in sema_unsleep()305 tp->t_sobj_ops = NULL; in sema_p_sig()353 tp->t_sobj_ops = NULL; in sema_v()
156 t->t_sobj_ops = &cv_sobj_ops; in cv_block()
2859 owner->t_sobj_ops && in pm_blocked_by_us()2860 SOBJ_TYPE(owner->t_sobj_ops) == SOBJ_MUTEX && in pm_blocked_by_us()
132 struct _sobj_ops *t_sobj_ops; member163 fsip->fsi_sobj_ops = (uintptr_t)thr.t_sobj_ops; in stacks_findstack()
280 (uintptr_t)t->t_sobj_ops); in wchaninfo_twalk()
517 (void) mdb_snprintf(stbuf, 20, "%a", t.t_sobj_ops); in thread()
321 pr_stype = T->t_sobj_ops ? T->t_sobj_ops->sobj_type : 0;
140 struct _sobj_ops *t_sobj_ops; member
510 t->t_sobj_ops = &lwp_sobj_ops; in lwp_block()1450 tp->t_sobj_ops = NULL; in lwp_release()1481 tp->t_sobj_ops = NULL; in lwp_release_all()2314 tp->t_sobj_ops = NULL; in lwp_rwlock_release()
1460 SOBJ_TYPE(caller->t_sobj_ops) == SOBJ_SHUTTLE) { in door_return()1863 SOBJ_TYPE(server_t->t_sobj_ops) == SOBJ_SHUTTLE) in door_get_server()2049 SOBJ_TYPE(t->t_sobj_ops) == SOBJ_SHUTTLE) in door_slam()
3312 if ((sobj = t->t_sobj_ops) != NULL) in prgetlwpsinfo()3378 if ((sobj = t->t_sobj_ops) != NULL) in prgetlwpsinfo32()