View Pit Stop page for race #1 by maxpaulmax6gmailco — Ghost race
View profile for Bilal (maxpaulmax6gmailco)
Official speed | 17.74 wpm (178.58 seconds elapsed during race) |
---|---|
Race Start | July 14, 2023 7:17:38am UTC |
Race Finish | July 14, 2023 7:20:37am UTC |
Outcome | No win (2 of 2) |
Opponents |
1. 1234prakash (22.67 wpm) |
Accuracy | 91.0% |
Points | 8.58 |
Text | #10003 (Length: 264 characters) int res; unsigned long flags; u32 data = 0; if (PCI_##size##_BAD) return PCIBIOS_BAD_REGISTER_NUMBER; spin_lock_irqsave(&pci_lock, flags); res = bus->ops->read(bus, devfn, pos, len, &data); *value = (type)data; spin_unlock_irqrestore(&pci_lock, flags); return res; |