Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/kfence/
A Dkfence_test.c233 ALLOCATE_ANY, /* KFENCE, any side. */ enumerator
250 case ALLOCATE_ANY: in test_alloc()
297 if (policy == ALLOCATE_ANY) in test_alloc()
378 expect.addr = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY); in test_use_after_free_read()
393 expect.addr = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY); in test_double_free()
409 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY); in test_invalid_addr_free()
516 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY); in test_shrink_memcache()
566 expect.addr = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY); in test_init_on_free()
592 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY); in test_memcache_ctor()
613 buf1 = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY); in test_gfpzero()
[all …]

Completed in 4 milliseconds