Home
last modified time | relevance | path

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

/linux/mm/kfence/
H A Dkfence.h46 KFENCE_OBJECT_FREED, /* Object was allocated, and then freed. */ enumerator
H A Dcore.c469 if (meta->state == KFENCE_OBJECT_FREED) in kfence_guarded_alloc()
562 metadata_update_state(meta, KFENCE_OBJECT_FREED, NULL, 0); in kfence_guarded_free()
1130 if (READ_ONCE(meta->cache) != s || READ_ONCE(meta->state) != KFENCE_OBJECT_FREED) in kfence_shutdown_cache()
1134 if (meta->cache == s && meta->state == KFENCE_OBJECT_FREED) in kfence_shutdown_cache()