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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkdebug.c159 #define EVENTS_PER_STORAGE_UNIT 2048 macro
180 kd_buf kds_records[EVENTS_PER_STORAGE_UNIT];
504 if (nkdbufs < (kd_ctrl_page.kdebug_cpus * EVENTS_PER_STORAGE_UNIT * MIN_STORAGE_UNITS_PER_CPU))
507 n_storage_units = nkdbufs / EVENTS_PER_STORAGE_UNIT;
509 nkdbufs = n_storage_units * EVENTS_PER_STORAGE_UNIT;
683 if (kdsp_actual->kds_bufindx < EVENTS_PER_STORAGE_UNIT)
713 if (kdsp_actual->kds_bufcnt < EVENTS_PER_STORAGE_UNIT) {
889 if (kdsp_actual == NULL || bindx >= EVENTS_PER_STORAGE_UNIT) {
1074 if (kdsp_actual == NULL || bindx >= EVENTS_PER_STORAGE_UNIT) {
2740 if (kdsp_actual->kds_readlast == EVENTS_PER_STORAGE_UNIT)
[all...]

Completed in 125 milliseconds