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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsubr_prof.c334 struct uprof *upp = &p->p_stats->p_prof; local
359 upp->pr_base = NULL;
360 upp->pr_size = 0;
361 upp->pr_scale = 0;
384 PROFILE_LOCK(&upp->pr_lock);
386 upp->pr_base = CAST_DOWN(caddr_t, uap->bufbase);
387 upp->pr_size = uap->bufsize;
388 upp->pr_off = uap->pcoffset;
389 upp->pr_scale = uap->pcscale;
395 upc = upp
428 struct uprof *upp = &p->p_stats->p_prof, *upc; local
[all...]

Completed in 73 milliseconds