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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsubr_prof.c350 struct user_uprof *user_upp = &p->p_stats->user_p_prof; local
353 PROFILE_LOCK(&user_upp->pr_lock);
355 user_upp->pr_base = uap->bufbase;
356 user_upp->pr_size = uap->bufsize;
357 user_upp->pr_off = uap->pcoffset;
358 user_upp->pr_scale = uap->pcscale;
367 upc = user_upp->pr_next;
368 user_upp->pr_next = 0;
370 PROFILE_UNLOCK(&user_upp->pr_lock);
429 struct user_uprof *user_upp local
[all...]

Completed in 21 milliseconds