Home
last modified time | relevance | path

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

/Linux-v5.15/mm/kfence/
Dcore.c317 metadata_update_state(meta, KFENCE_OBJECT_ALLOCATED); in kfence_guarded_alloc()
361 if (meta->state != KFENCE_OBJECT_ALLOCATED || meta->addr != (unsigned long)addr) { in kfence_guarded_free()
697 READ_ONCE(meta->state) != KFENCE_OBJECT_ALLOCATED) in kfence_shutdown_cache()
701 in_use = meta->cache == s && meta->state == KFENCE_OBJECT_ALLOCATED; in kfence_shutdown_cache()
841 if (meta && READ_ONCE(meta->state) == KFENCE_OBJECT_ALLOCATED) { in kfence_handle_page_fault()
848 if (meta && READ_ONCE(meta->state) == KFENCE_OBJECT_ALLOCATED) { in kfence_handle_page_fault()
Dkfence.h32 KFENCE_OBJECT_ALLOCATED, /* Object is currently allocated. */ enumerator