Home
last modified time | relevance | path

Searched refs:p_lwpfree (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dlwp.c327 while (p->p_lwpfree == NULL) { in lwp_create()
361 if (dirsz != p->p_lwpdir_sz || p->p_lwpfree != NULL) { in lwp_create()
395 p->p_lwpfree = new_dir; in lwp_create()
494 if (p->p_lwpfree == NULL) in lwp_create()
1936 ldp = p->p_lwpfree; in lwp_hash_in()
1937 p->p_lwpfree = ldp->ld_next; in lwp_hash_in()
1985 ldp->ld_next = p->p_lwpfree; in lwp_hash_out()
1986 p->p_lwpfree = ldp; in lwp_hash_out()
H A Dmain.c565 p->p_lwpdir = p->p_lwpfree = p0_lwpdir; in main()
H A Dfork.c375 cp->p_lwpdir = cp->p_lwpfree = ldp = in cfork()
634 cp->p_lwpfree = NULL; in cfork()
H A Dexit.c934 p->p_lwpfree = NULL; in proc_exit()
H A Dexec.c586 p->p_lwpdir = p->p_lwpfree = lwpdir; in exec_common()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h228 lwpdir_t *p_lwpfree; /* p_lwpdir free list */ member