Home
last modified time | relevance | path

Searched refs:first_dpa (Results 1 – 1 of 1) sorted by relevance

/drivers/nvdimm/
Dnamespace_devs.c497 resource_size_t first_dpa; in init_dpa_allocation() local
503 first_dpa = nd_mapping->start + nd_mapping->size - n; in init_dpa_allocation()
505 first_dpa = nd_mapping->start; in init_dpa_allocation()
508 res = nvdimm_allocate_dpa(ndd, label_id, first_dpa, n); in init_dpa_allocation()