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.c307 for_each_dpa_resource(ndd, res) in scan_free()
446 for_each_dpa_resource(ndd, res) in scan_allocate()
455 for_each_dpa_resource(ndd, res) { in scan_allocate()
587 for_each_dpa_resource(ndd, res) { in merge_dpa()
723 for_each_dpa_resource(ndd, res) in nd_namespace_pmem_set_resource()
1005 for_each_dpa_resource(ndd, res) in namespace_update_uuid()
1165 for_each_dpa_resource(ndd, res) in dpa_extents_show()
H A Ddimm_devs.c751 for_each_dpa_resource(ndd, res) { in nd_pmem_max_contiguous_dpa()
795 for_each_dpa_resource(ndd, res) { in nd_pmem_available_dpa()
857 for_each_dpa_resource(ndd, res) in nvdimm_allocated_dpa()
H A Dlabel.c896 for_each_dpa_resource(ndd, res) in __pmem_label_update()
1074 for_each_dpa_resource(ndd, res) in nd_pmem_namespace_label_update()
H A Dnd.h361 #define for_each_dpa_resource(ndd, res) \ macro