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

/macosx-10.10.1/xnu-2782.1.97/osfmk/kperf/
H A Dkperf.c49 static struct kperf_sample *intr_samplev = NULL; variable in typeref:struct:kperf_sample
77 return &intr_samplev[ncpu];
147 intr_samplev = kalloc( ncpus * sizeof(*intr_samplev));
150 if( intr_samplev == NULL )
157 bzero( intr_samplev, ncpus * sizeof(*intr_samplev) );
171 if( intr_samplev )
172 kfree( intr_samplev, ncpus * sizeof(*intr_samplev) );
[all...]

Completed in 90 milliseconds