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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsubr_prof.c351 struct user_uprof *upc, *nupc; local
367 upc = user_upp->pr_next;
375 while (upc) {
376 nupc = upc->pr_next;
377 kfree(upc, sizeof (*upc));
378 upc = nupc;
382 struct uprof *upc, *nupc; local
395 upc = upp->pr_next;
403 while (upc) {
428 struct uprof *upp = &p->p_stats->p_prof, *upc; local
[all...]

Completed in 21 milliseconds