Lines Matching refs:wrapped
36 bool *wrapped; member
313 bool *wrapped; in arm_spe_alloc_wrapped_array() local
330 wrapped = reallocarray(ptr->wrapped, new_cnt, sizeof(bool)); in arm_spe_alloc_wrapped_array()
331 if (!wrapped) in arm_spe_alloc_wrapped_array()
338 wrapped[i] = false; in arm_spe_alloc_wrapped_array()
341 ptr->wrapped = wrapped; in arm_spe_alloc_wrapped_array()
402 bool wrapped; in arm_spe_find_snapshot() local
422 wrapped = ptr->wrapped[idx]; in arm_spe_find_snapshot()
423 if (!wrapped && arm_spe_buffer_has_wrapped(data, mm->len, *head)) { in arm_spe_find_snapshot()
424 wrapped = true; in arm_spe_find_snapshot()
425 ptr->wrapped[idx] = true; in arm_spe_find_snapshot()
434 if (!wrapped) in arm_spe_find_snapshot()
465 free(sper->wrapped); in arm_spe_recording_free()