Lines Matching refs:ALLOCATE_ANY
234 ALLOCATE_ANY, /* KFENCE, any side. */
251 case ALLOCATE_ANY:
299 if (policy == ALLOCATE_ANY)
380 expect.addr = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY);
395 expect.addr = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY);
411 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY);
518 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY);
568 expect.addr = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY);
594 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY);
607 const size_t size = PAGE_SIZE; /* PAGE_SIZE so we can use ALLOCATE_ANY. */
615 buf1 = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY);
622 buf2 = test_alloc(test, size, GFP_KERNEL | __GFP_ZERO, ALLOCATE_ANY);
668 expect.addr = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY);
698 .addr = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY),