Home
last modified time | relevance | path

Searched refs:pcie_device_free (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h642 * pcie_device_free - Release the pcie device object
648 static inline void pcie_device_free(struct kref *r) in pcie_device_free() function
661 * When refernce count reaches to Zero, this will call pcie_device_free to the
666 kref_put(&p->refcount, pcie_device_free); in pcie_device_put()
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h663 * pcie_device_free - Release the pcie device object
669 static inline void pcie_device_free(struct kref *r) in pcie_device_free() function
682 * When refernce count reaches to Zero, this will call pcie_device_free to the
687 kref_put(&p->refcount, pcie_device_free); in pcie_device_put()

Completed in 8 milliseconds