Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvdimm/
H A Dnamespace_devs.c305 for_each_dpa_resource(ndd, res) in scan_free()
442 for_each_dpa_resource(ndd, res) in scan_allocate()
451 for_each_dpa_resource(ndd, res) { in scan_allocate()
583 for_each_dpa_resource(ndd, res) { in merge_dpa()
717 for_each_dpa_resource(ndd, res) in nd_namespace_pmem_set_resource()
997 for_each_dpa_resource(ndd, res) in namespace_update_uuid()
1157 for_each_dpa_resource(ndd, res) in dpa_extents_show()
H A Ddimm_devs.c746 for_each_dpa_resource(ndd, res) { in nd_pmem_max_contiguous_dpa()
788 for_each_dpa_resource(ndd, res) { in nd_pmem_available_dpa()
848 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