Home
last modified time | relevance | path

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

/linux/mm/kfence/
A Dkfence_test.c234 ALLOCATE_LEFT, /* KFENCE, left side of page. */ enumerator
253 case ALLOCATE_LEFT: in test_alloc()
299 if (policy == ALLOCATE_LEFT && IS_ALIGNED((unsigned long)alloc, PAGE_SIZE)) in test_alloc()
338 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT); in test_out_of_bounds_read()
362 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT); in test_out_of_bounds_write()
430 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT); in test_corruption()
541 test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT), in test_free_bulk()

Completed in 4 milliseconds