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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dresourcevar.h78 struct uprof { /* profile arguments */ struct in struct:pstats
79 struct uprof *pr_next; /* multiple prof buffers allowed */
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsubr_prof.c334 struct uprof *upp = &p->p_stats->p_prof;
382 struct uprof *upc, *nupc;
405 kfree(upc, sizeof (struct uprof));
428 struct uprof *upp = &p->p_stats->p_prof, *upc;
454 upc = (struct uprof *) kalloc(sizeof (struct uprof));
482 kfree(upc, sizeof(struct uprof));
543 struct uprof *prof;
H A Dkern_exit.c645 struct uprof *p0 = &p->p_stats->p_prof, *p1, *pn;
1809 struct uprof *p0 = &p->p_stats->p_prof, *p1, *pn;

Completed in 82 milliseconds