Searched refs:spa_set (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/tools/testing/nvdimm/test/ |
| D | nfit.c | 147 void **spa_set; member 435 t->spa_set[0] = test_alloc_coherent(t, SPA0_SIZE, &t->spa_set_dma[0]); in nfit_test0_alloc() 436 if (!t->spa_set[0]) in nfit_test0_alloc() 439 t->spa_set[1] = test_alloc_coherent(t, SPA1_SIZE, &t->spa_set_dma[1]); in nfit_test0_alloc() 440 if (!t->spa_set[1]) in nfit_test0_alloc() 443 t->spa_set[2] = test_alloc_coherent(t, SPA0_SIZE, &t->spa_set_dma[2]); in nfit_test0_alloc() 444 if (!t->spa_set[2]) in nfit_test0_alloc() 482 t->spa_set[0] = test_alloc_coherent(t, SPA2_SIZE, &t->spa_set_dma[0]); in nfit_test1_alloc() 483 if (!t->spa_set[0]) in nfit_test1_alloc() 1204 nfit_test->spa_set = devm_kcalloc(dev, num, sizeof(void *), in nfit_test_probe() [all …]
|