Home
last modified time | relevance | path

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

/linux/mm/kfence/
A Dcore.c418 metadata_update_state(meta, KFENCE_OBJECT_ALLOCATED, stack_entries, num_stack_entries); in kfence_guarded_alloc()
465 if (meta->state != KFENCE_OBJECT_ALLOCATED || meta->addr != (unsigned long)addr) { in kfence_guarded_free()
807 READ_ONCE(meta->state) != KFENCE_OBJECT_ALLOCATED) in kfence_shutdown_cache()
811 in_use = meta->cache == s && meta->state == KFENCE_OBJECT_ALLOCATED; in kfence_shutdown_cache()
972 if (meta && READ_ONCE(meta->state) == KFENCE_OBJECT_ALLOCATED) { in kfence_handle_page_fault()
979 if (meta && READ_ONCE(meta->state) == KFENCE_OBJECT_ALLOCATED) { in kfence_handle_page_fault()
A Dkfence.h32 KFENCE_OBJECT_ALLOCATED, /* Object is currently allocated. */ enumerator

Completed in 5 milliseconds