PCI_CFG_ACCESS_TRYLO(9) Hardware Interfaces PCI_CFG_ACCESS_TRYLO(9)NAMEpci_cfg_access_trylock - try to lock PCI config reads/writesSYNOPSISbool pci_cfg_access_trylock(struct pci_dev * dev);ARGUMENTSdev pci device structDESCRIPTIONSame as pci_cfg_access_lock, but will return 0 if access is already locked, 1 otherwise. This function can be used from atomic contexts.COPYRIGHTKernel Hackers Manual 3.10 June 2014 PCI_CFG_ACCESS_TRYLO(9)
| Related Man Pages |
|---|
| pci_create_slot(9) - suse |
| device_create(9) - centos |
| device_create_vargs(9) - centos |
| eso(4) - netbsd |
| pciback(4) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| CentOS7 restoring file capabilities |
| Docker learning Phase-I |
| CentOS 6 ran out of space, need to reclaim it |
| [TIP] Processing YAML files with yq |