ALLOCATE_ANY
case ALLOCATE_ANY:
if (policy == ALLOCATE_ANY)
expect.addr = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY);
addr = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY);
expect.addr = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY);
buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY);
buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY);
expect.addr = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY);
buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY);
buf1 = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY);
buf2 = test_alloc(test, size, GFP_KERNEL | __GFP_ZERO, ALLOCATE_ANY);
expect.addr = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY);
.addr = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY),