View Pit Stop page for race #5 by sollight — Ghost race
View profile for Alvin (sollight)
Official speed | 40.69 wpm (77.86 seconds elapsed during race) |
---|---|
Race Start | April 10, 2017 3:13:32am UTC |
Race Finish | April 10, 2017 3:14:49am UTC |
Outcome | No win (4 of 4) |
Opponents |
1. andythedinosaur (74.06 wpm) 2. akk12 (50.76 wpm) 3. squirrelbrained (49.66 wpm) |
Accuracy | 86.0% |
Points | 0.00 |
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; |