Searched refs:idtot (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | lwpsys.c | 47 idtot(proc_t *p, id_t lwpid) in idtot() function 88 if ((t = idtot(p, lwpid)) == NULL) in syslwp_suspend() 105 if ((t = idtot(p, lwpid)) == NULL) { in syslwp_continue() 126 if ((t = idtot(p, lwpid)) == NULL) { in lwp_kill()
|
H A D | pset.c | 507 if ((tp = idtot(pp, id)) == NULL) { in pset_bind_lwp() 586 if ((tp = idtot(pp, id)) == NULL) { in pset_bind()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | procset.c | 861 t = idtot(p, id); in getlwpptr()
|
H A D | lwp.c | 1167 if (idtot(p, tid) == NULL) in lwp_suspend()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | cpc.c | 110 if ((t = idtot(curproc, lwpid)) == NULL || t == curthread) in cpc()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | proc.h | 778 extern kthread_t *idtot(proc_t *, id_t);
|