Lines Matching refs:LIST_FOREACH
130 LIST_FOREACH(uip, uipp, ui_hash) in uid_find()
138 LIST_FOREACH(uip, uipp, ui_hash) in uid_find()
196 LIST_FOREACH(p, TIDHASH(tid), p_hash) in tfind()
228 LIST_FOREACH(pr, PIDHASH(pid), ps_hash) in prfind()
242 LIST_FOREACH(pgrp, PGRPHASH(pgid), pg_hash) in pgfind()
256 LIST_FOREACH(pr, &zombprocess, ps_list) in zombiefind()
405 LIST_FOREACH(pr, &pr->ps_children, ps_sibling) in fixjobc()
468 LIST_FOREACH(pr, &pg->pg_members, ps_pglist) { in orphanpg()
470 LIST_FOREACH(pr, &pg->pg_members, ps_pglist) { in orphanpg()
669 LIST_FOREACH(pgrp, &pgrphashtbl[i], pg_hash) { in pgrpdump()
674 LIST_FOREACH(pr, &pgrp->pg_members, ps_pglist) { in pgrpdump()