Searched refs:ALLOCATE_ANY (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/mm/kfence/ |
H A D | kfence_test.c | 234 ALLOCATE_ANY, /* KFENCE, any side. */ enumerator 251 case ALLOCATE_ANY: in test_alloc() 299 if (policy == ALLOCATE_ANY) in test_alloc() 380 expect.addr = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY); in test_use_after_free_read() 395 expect.addr = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY); in test_double_free() 411 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY); in test_invalid_addr_free() 518 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY); in test_shrink_memcache() 568 expect.addr = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY); in test_init_on_free() 594 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY); in test_memcache_ctor() 607 const size_t size = PAGE_SIZE; /* PAGE_SIZE so we can use ALLOCATE_ANY in test_gfpzero() [all...] |
Completed in 2 milliseconds