Searched refs:t_sobj_ops (Results 1 - 15 of 15) sorted by relevance
/illumos-gate/usr/src/uts/common/disp/ |
H A D | shuttle.c | 57 t->t_sobj_ops = NULL; 101 curthread->t_sobj_ops = &shuttle_sobj_ops; 132 t->t_sobj_ops = NULL; 191 curthread->t_sobj_ops = &shuttle_sobj_ops; 230 t->t_sobj_ops = &shuttle_sobj_ops;
|
H A D | thread.c | 1239 SOBJ_UNSLEEP(t->t_sobj_ops, t); 1794 SOBJ_CHANGE_EPRI(t->t_sobj_ops, t, disp_pri); 1854 SOBJ_CHANGE_PRI(t->t_sobj_ops, t, disp_pri);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sleepq.c | 179 t->t_sobj_ops = NULL; 231 tp->t_sobj_ops = NULL; 262 tp->t_sobj_ops = NULL;
|
H A D | turnstile.c | 461 t->t_sobj_ops = sobj_ops; 490 while (t->t_sobj_ops != NULL && 491 (owner = SOBJ_OWNER(t->t_sobj_ops, t->t_wchan)) != NULL) { 539 * t_sobj_ops will be NULL, the loop will terminate, 568 if (SOBJ_TYPE(t->t_sobj_ops) != SOBJ_USER_PI && 569 owner->t_sobj_ops != NULL && 570 SOBJ_TYPE(owner->t_sobj_ops) == SOBJ_USER_PI) { 574 ASSERT(SOBJ_TYPE(t->t_sobj_ops) == SOBJ_MUTEX); 708 t->t_sobj_ops = NULL;
|
H A D | semaphore.c | 80 curthread->t_sobj_ops = &sema_sobj_ops; \ 186 t->t_sobj_ops = NULL; 303 tp->t_sobj_ops = NULL; 351 tp->t_sobj_ops = NULL;
|
H A D | condvar.c | 155 t->t_sobj_ops = &cv_sobj_ops;
|
H A D | sunpm.c | 2864 owner->t_sobj_ops && 2865 SOBJ_TYPE(owner->t_sobj_ops) == SOBJ_MUTEX &&
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | findstack_subr.c | 131 struct _sobj_ops *t_sobj_ops; member in struct:mdb_findstack_kthread 162 fsip->fsi_sobj_ops = (uintptr_t)thr.t_sobj_ops;
|
H A D | sobj.c | 280 (uintptr_t)t->t_sobj_ops);
|
H A D | thread.c | 514 (void) mdb_snprintf(stbuf, 20, "%a", t.t_sobj_ops);
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | procfs.d.in | 321 pr_stype = T->t_sobj_ops ? T->t_sobj_ops->sobj_type : 0;
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | thread.h | 133 struct _sobj_ops *t_sobj_ops; member in struct:_kthread
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | lwp_sobj.c | 511 t->t_sobj_ops = &lwp_sobj_ops; 1451 tp->t_sobj_ops = NULL; 1482 tp->t_sobj_ops = NULL; 2315 tp->t_sobj_ops = NULL;
|
/illumos-gate/usr/src/uts/common/fs/doorfs/ |
H A D | door_sys.c | 1445 SOBJ_TYPE(caller->t_sobj_ops) == SOBJ_SHUTTLE) { 1848 SOBJ_TYPE(server_t->t_sobj_ops) == SOBJ_SHUTTLE) 2034 SOBJ_TYPE(t->t_sobj_ops) == SOBJ_SHUTTLE)
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prsubr.c | 2529 if ((sobj = t->t_sobj_ops) != NULL) 2596 if ((sobj = t->t_sobj_ops) != NULL)
|
Completed in 124 milliseconds