Home
last modified time | relevance | path

Searched refs:KFENCE_OBJECT_FREED (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/mm/kfence/
H A Dkfence.h41 KFENCE_OBJECT_FREED, /* Object was allocated, and then freed. */ enumerator
H A Dreport.c148 if (meta->state == KFENCE_OBJECT_FREED) { in kfence_print_object()
317 if (meta->state == KFENCE_OBJECT_FREED) in __kfence_obj_info()
H A Dcore.c281 next == KFENCE_OBJECT_FREED ? &meta->free_track : &meta->alloc_track; in metadata_update_state()
434 if (meta->state == KFENCE_OBJECT_FREED) in kfence_guarded_alloc()
527 metadata_update_state(meta, KFENCE_OBJECT_FREED, NULL, 0); in kfence_guarded_free()
1037 if (READ_ONCE(meta->cache) != s || READ_ONCE(meta->state) != KFENCE_OBJECT_FREED) in kfence_shutdown_cache()
1041 if (meta->cache == s && meta->state == KFENCE_OBJECT_FREED) in kfence_shutdown_cache()