Searched refs:label_dma (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/nvdimm/test/ |
H A D | ndtest.h | 50 dma_addr_t *label_dma; member
|
H A D | ndtest.c | 774 &p->label_dma[id])) in ndtest_nvdimm_init() 848 p->label_dma = devm_kcalloc(&p->pdev.dev, NUM_DCR, in ndtest_probe()
|
H A D | nfit.c | 195 dma_addr_t *label_dma; member 1914 t->label[i] = test_alloc(t, LABEL_SIZE, &t->label_dma[i]); in nfit_test0_alloc() 1961 t->label[i] = test_alloc(t, LABEL_SIZE, &t->label_dma[i]); in nfit_test1_alloc() 3155 nfit_test->label_dma = devm_kcalloc(dev, num, in nfit_test_probe() 3169 && nfit_test->label_dma && nfit_test->dcr in nfit_test_probe()
|
/kernel/linux/linux-5.10/tools/testing/nvdimm/test/ |
H A D | nfit.c | 198 dma_addr_t *label_dma; member 1910 t->label[i] = test_alloc(t, LABEL_SIZE, &t->label_dma[i]); in nfit_test0_alloc() 1956 t->label[i] = test_alloc(t, LABEL_SIZE, &t->label_dma[i]); in nfit_test1_alloc() 3172 nfit_test->label_dma = devm_kcalloc(dev, num, in nfit_test_probe() 3186 && nfit_test->label_dma && nfit_test->dcr in nfit_test_probe()
|
Completed in 10 milliseconds