Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pci/
H A Daccess.c29 # define pci_unlock_config(f) do { (void)(f); } while (0) macro
32 # define pci_unlock_config(f) raw_spin_unlock_irqrestore(&pci_lock, f) macro
46 pci_unlock_config(flags); \
59 pci_unlock_config(flags); \
/kernel/linux/linux-6.6/drivers/pci/
H A Daccess.c29 # define pci_unlock_config(f) do { (void)(f); } while (0) macro
32 # define pci_unlock_config(f) raw_spin_unlock_irqrestore(&pci_lock, f) macro
49 pci_unlock_config(flags); \
62 pci_unlock_config(flags); \

Completed in 2 milliseconds