View Pit Stop page for race #60 by delirious — Ghost race
Official speed | 67.85 wpm (46.69 seconds elapsed during race) |
---|---|
Race Start | February 10, 2019 7:50:03pm UTC |
Race Finish | February 10, 2019 7:50:50pm UTC |
Outcome | No win (2 of 5) |
Opponents |
1. jlachney (70.34 wpm) 3. poem (51.43 wpm) |
Accuracy | 97.0% |
Points | 32.80 |
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; |