Searched refs:alllctx (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_proc.c148 static struct lctxlist alllctx; variable in typeref:struct:lctxlist
1422 LIST_INIT(&alllctx);
1445 LIST_FOREACH(l, &alllctx, lc_list) {
1484 LIST_INSERT_HEAD(&alllctx, l, lc_list);
1521 * the alllctx lock.
1604 LIST_FOREACH(l, &alllctx, lc_list) {

Completed in 65 milliseconds