Searched refs:KFENCE_OBJECT_ALLOCATED (Results 1 – 2 of 2) sorted by relevance
40 KFENCE_OBJECT_ALLOCATED, /* Object is currently allocated. */ enumerator
281 return state == KFENCE_OBJECT_ALLOCATED || state == KFENCE_OBJECT_RCU_FREEING; in kfence_obj_allocated()293 next == KFENCE_OBJECT_ALLOCATED ? &meta->alloc_track : &meta->free_track; in metadata_update_state()478 metadata_update_state(meta, KFENCE_OBJECT_ALLOCATED, stack_entries, num_stack_entries); in kfence_guarded_alloc()
Completed in 41 milliseconds