Searched refs:t_sobj_ops (Results 1 – 15 of 15) sorted by relevance
57 t->t_sobj_ops = NULL; in shuttle_unsleep()101 curthread->t_sobj_ops = &shuttle_sobj_ops; in shuttle_resume()132 t->t_sobj_ops = NULL; in shuttle_resume()191 curthread->t_sobj_ops = &shuttle_sobj_ops; in shuttle_swtch()230 t->t_sobj_ops = &shuttle_sobj_ops; in shuttle_sleep()
1239 SOBJ_UNSLEEP(t->t_sobj_ops, t); in setrun_locked()1794 SOBJ_CHANGE_EPRI(t->t_sobj_ops, t, disp_pri); in thread_change_epri()1854 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()
179 t->t_sobj_ops = NULL; in sleepq_unsleep()231 tp->t_sobj_ops = NULL; in sleepq_wakeone_chan()262 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()
155 t->t_sobj_ops = &cv_sobj_ops; in cv_block()
2864 owner->t_sobj_ops && in pm_blocked_by_us()2865 SOBJ_TYPE(owner->t_sobj_ops) == SOBJ_MUTEX && in pm_blocked_by_us()
131 struct _sobj_ops *t_sobj_ops; member162 fsip->fsi_sobj_ops = (uintptr_t)thr.t_sobj_ops; in stacks_findstack()
280 (uintptr_t)t->t_sobj_ops); in wchaninfo_twalk()
514 (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;
133 struct _sobj_ops *t_sobj_ops; member
510 t->t_sobj_ops = &lwp_sobj_ops; in lwp_block()1435 tp->t_sobj_ops = NULL; in lwp_release()1466 tp->t_sobj_ops = NULL; in lwp_release_all()2299 tp->t_sobj_ops = NULL; in lwp_rwlock_release()
1445 SOBJ_TYPE(caller->t_sobj_ops) == SOBJ_SHUTTLE) { in door_return()1848 SOBJ_TYPE(server_t->t_sobj_ops) == SOBJ_SHUTTLE) in door_get_server()2034 SOBJ_TYPE(t->t_sobj_ops) == SOBJ_SHUTTLE) in door_slam()
2529 if ((sobj = t->t_sobj_ops) != NULL) in prgetlwpsinfo()2596 if ((sobj = t->t_sobj_ops) != NULL) in prgetlwpsinfo32()