Home
last modified time | relevance | path

Searched refs:kdebug_storage_alloc (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dkdebug_common.h167 bool kdebug_storage_alloc(
/xnu-12377.41.6/bsd/kern/
H A Dkdebug_common.c266 kdebug_storage_alloc( in kdebug_storage_alloc() function
H A Dkdebug_triage.c153 if (kdebug_storage_alloc(&kd_control_triage, &kd_buffer_triage, cpu) == false) { in _write_triage_record_nopreempt()
H A Dkdebug.c708 bool allocated = kdebug_storage_alloc(&kd_control_trace, &kd_buffer_trace, cpu); in _next_storage_unit()