Searched refs:p2pdma (Results 1 – 6 of 6) sorted by relevance
55 p2pdma = rcu_dereference(pdev->p2pdma); in size_show()56 if (p2pdma && p2pdma->pool) in size_show()72 p2pdma = rcu_dereference(pdev->p2pdma); in available_show()73 if (p2pdma && p2pdma->pool) in available_show()89 p2pdma = rcu_dereference(pdev->p2pdma); in published_show()536 p2pdma = rcu_dereference(provider->p2pdma); in calc_map_type_and_dist()613 p2pdma = rcu_dereference(pdev->p2pdma); in pci_has_p2pmem()614 res = p2pdma && p2pdma->p2pmem_published; in pci_has_p2pmem()705 p2pdma = rcu_dereference(pdev->p2pdma); in pci_alloc_p2pmem()837 p2pdma = rcu_dereference(pdev->p2pdma); in pci_p2pmem_publish()[all …]
30 obj-$(CONFIG_PCI_P2PDMA) += p2pdma.o
15 p2pdma
140 .. kernel-doc:: drivers/pci/p2pdma.c
175 * p2pdma: Create `struct page` objects to allow peer devices in a
502 struct pci_p2pdma __rcu *p2pdma; member
Completed in 14 milliseconds