Searched refs:p_lwpfree (Results 1 – 6 of 6) sorted by relevance
327 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()
565 p->p_lwpdir = p->p_lwpfree = p0_lwpdir; in main()
375 cp->p_lwpdir = cp->p_lwpfree = ldp = in cfork()634 cp->p_lwpfree = NULL; in cfork()
934 p->p_lwpfree = NULL; in proc_exit()
586 p->p_lwpdir = p->p_lwpfree = lwpdir; in exec_common()
228 lwpdir_t *p_lwpfree; /* p_lwpdir free list */ member