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

/darwin-on-arm/xnu/bsd/kern/
H A Dkdebug.c158 int n_storage_units = 0; variable
436 n_storage_units = kd_cpus * MIN_STORAGE_UNITS_PER_CPU;
438 n_storage_units = nkdbufs / EVENTS_PER_STORAGE_UNIT;
440 nkdbufs = n_storage_units * EVENTS_PER_STORAGE_UNIT;
442 f_buffers = n_storage_units / N_STORAGE_UNITS_PER_BUFFER;
446 p_buffer_size = (n_storage_units % N_STORAGE_UNITS_PER_BUFFER) * sizeof(struct kd_storage);
483 n_storage_units = 0;
502 n_storage_units += n_elements;
517 n_storage_threshold = n_storage_units / 2;

Completed in 14 milliseconds