Searched refs:ALLOCATE_RIGHT (Results 1 – 1 of 1) sorted by relevance
/linux/mm/kfence/ |
A D | kfence_test.c | 235 ALLOCATE_RIGHT, /* KFENCE, right side of page. */ enumerator 256 case ALLOCATE_RIGHT: in test_alloc() 301 if (policy == ALLOCATE_RIGHT && in test_alloc() 344 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_RIGHT); in test_out_of_bounds_read() 436 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_RIGHT); in test_corruption() 464 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_RIGHT); in test_kmalloc_aligned_oob_read() 497 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_RIGHT); in test_kmalloc_aligned_oob_write() 539 test_alloc(test, size, GFP_KERNEL, ALLOCATE_RIGHT), in test_free_bulk()
|
Completed in 5 milliseconds