Home
last modified time | relevance | path

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

/linux/drivers/nvdimm/
H A Dnamespace_devs.c305 for_each_dpa_resource(ndd, res) in scan_free()
444 for_each_dpa_resource(ndd, res) in scan_allocate()
453 for_each_dpa_resource(ndd, res) { in scan_allocate()
585 for_each_dpa_resource(ndd, res) { in merge_dpa()
721 for_each_dpa_resource(ndd, res) in nd_namespace_pmem_set_resource()
995 for_each_dpa_resource(ndd, res) in namespace_update_uuid()
1163 for_each_dpa_resource(ndd, res) in dpa_extents_show()
H A Ddimm_devs.c737 for_each_dpa_resource(ndd, res) { in nd_pmem_max_contiguous_dpa()
781 for_each_dpa_resource(ndd, res) { in nd_pmem_available_dpa()
843 for_each_dpa_resource(ndd, res) in nvdimm_allocated_dpa()
H A Dlabel.c897 for_each_dpa_resource(ndd, res) in __pmem_label_update()
1075 for_each_dpa_resource(ndd, res) in nd_pmem_namespace_label_update()
H A Dnd.h361 #define for_each_dpa_resource(ndd, res) \ macro