Searched refs:test_alloc_coherent (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/tools/testing/nvdimm/test/ |
| D | nfit.c | 381 static void *test_alloc_coherent(struct nfit_test *t, size_t size, in test_alloc_coherent() function 435 t->spa_set[0] = test_alloc_coherent(t, SPA0_SIZE, &t->spa_set_dma[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() 443 t->spa_set[2] = test_alloc_coherent(t, SPA0_SIZE, &t->spa_set_dma[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()
|