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

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dprofile_prvd.c307 prof = kmem_zalloc(sizeof (profile_probe_t) + NCPU*sizeof(profile_probe_percpu_t), KM_SLEEP);
514 kmem_free(prof, sizeof (profile_probe_t) + NCPU*sizeof(profile_probe_percpu_t));
H A Ddtrace_glue.c428 t += sizeof(cyclic_id_t)*NCPU;
439 _MALLOC( (sizeof(wrap_timer_call_t))*NCPU +
440 sizeof(cyclic_id_t)*NCPU +
885 * dtrace wants to manage just a single block: dtrace_state_percpu_t * NCPU, and
H A Ddtrace.c1495 for (i = 0; i < (int)NCPU; i++) {
1545 for (i = 0; i < (int)NCPU; i++) {
1903 if (++cpu >= (int)NCPU)
5673 ASSERT(svar->dtsv_size == (int)NCPU * sz);
5690 ASSERT(svar->dtsv_size == (int)NCPU * sizeof (uint64_t));
5716 ASSERT(svar->dtsv_size == (int)NCPU * sz);
5737 ASSERT(svar->dtsv_size == (int)NCPU * sizeof (uint64_t));
9913 dsize = (int)NCPU * (v->dtdv_type.dtdt_size +
9916 dsize = (int)NCPU * sizeof (uint64_t);
11392 if (size > (sane_size / 8) / (int)NCPU) /* A
[all...]
H A Dfasttrap.c317 for (i = 0; i < NCPU; i++) {
/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_glue.h128 * NCPU-sized array of cpu_core structures must be locked in the TLB -- it
149 #define NCPU real_ncpus macro

Completed in 41 milliseconds