test_alloc
buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT);
buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_RIGHT);
buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT);
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_LEFT);
buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_RIGHT);
buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_RIGHT);
buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_RIGHT);
buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY);
test_alloc(test, size, GFP_KERNEL, ALLOCATE_RIGHT),
test_alloc(test, size, GFP_KERNEL, ALLOCATE_NONE),
test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT),
test_alloc(test, size, GFP_KERNEL, ALLOCATE_NONE),
test_alloc(test, size, GFP_KERNEL, ALLOCATE_NONE),
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),
t->nfit_buf = test_alloc(t, nfit_size, &t->nfit_dma);
t->spa_set[0] = test_alloc(t, SPA0_SIZE, &t->spa_set_dma[0]);
t->spa_set[1] = test_alloc(t, SPA1_SIZE, &t->spa_set_dma[1]);
t->spa_set[2] = test_alloc(t, SPA0_SIZE, &t->spa_set_dma[2]);
t->dimm[i] = test_alloc(t, DIMM_SIZE, &t->dimm_dma[i]);
t->label[i] = test_alloc(t, LABEL_SIZE, &t->label_dma[i]);
t->flush[i] = test_alloc(t, max(PAGE_SIZE,
t->dcr[i] = test_alloc(t, LABEL_SIZE, &t->dcr_dma[i]);
t->_fit = test_alloc(t, sizeof(union acpi_object **), &t->_fit_dma);
t->nfit_buf = test_alloc(t, nfit_size, &t->nfit_dma);
t->spa_set[0] = test_alloc(t, SPA2_SIZE, &t->spa_set_dma[0]);
t->label[i] = test_alloc(t, LABEL_SIZE, &t->label_dma[i]);
t->spa_set[1] = test_alloc(t, SPA_VCD_SIZE, &t->spa_set_dma[1]);