Searched refs:ext_paniclog_handle_count (Results 1 – 1 of 1) sorted by relevance
52 uint32_t ext_paniclog_handle_count = 0; variable161 ext_paniclog_handle_count++; in ext_paniclog_handle_set_active()182 ext_paniclog_handle_count--; in ext_paniclog_handle_set_inactive()313 size_req += sizeof(ext_paniclog_handle_count) + sizeof(uint32_t); in ext_paniclog_get_size_required()349 if (!OSCompareAndSwap8(0, 1, &ext_paniclog_panic_write_done) || (ext_paniclog_handle_count == 0) in ext_paniclog_write_panicdata()363 memcpy(dst, &ext_paniclog_handle_count, sizeof(ext_paniclog_handle_count)); in ext_paniclog_write_panicdata()364 dst += sizeof(ext_paniclog_handle_count); in ext_paniclog_write_panicdata()