Home
last modified time | relevance | path

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

/linux/mm/kfence/
H A Dkfence_test.c235 ALLOCATE_ANY, /* KFENCE, any side. */ enumerator
252 case ALLOCATE_ANY: in test_alloc()
300 if (policy == ALLOCATE_ANY) in test_alloc()
381 expect.addr = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY); in test_use_after_free_read()
395 addr = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY); in test_use_after_free_read_nofault()
412 expect.addr = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY); in test_double_free()
428 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY); in test_invalid_addr_free()
535 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY); in test_shrink_memcache()
585 expect.addr = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY); in test_init_on_free()
611 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY); in test_memcache_ctor()
[all …]