Home
last modified time | relevance | path

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

/mm/kfence/
A Dreport.c154 if (meta->state == KFENCE_OBJECT_FREED || meta->state == KFENCE_OBJECT_RCU_FREEING) { in kfence_print_object()
323 if (meta->state == KFENCE_OBJECT_FREED || meta->state == KFENCE_OBJECT_RCU_FREEING) in __kfence_obj_info()
A Dcore.c458 if (meta->state == KFENCE_OBJECT_FREED) in kfence_guarded_alloc()
547 metadata_update_state(meta, KFENCE_OBJECT_FREED, NULL, 0); in kfence_guarded_free()
1056 if (READ_ONCE(meta->cache) != s || READ_ONCE(meta->state) != KFENCE_OBJECT_FREED) in kfence_shutdown_cache()
1060 if (meta->cache == s && meta->state == KFENCE_OBJECT_FREED) in kfence_shutdown_cache()
A Dkfence.h42 KFENCE_OBJECT_FREED, /* Object was allocated, and then freed. */ enumerator

Completed in 11 milliseconds