View Pit Stop page for race #1 by obsolescencel — Ghost race
View profile for Ling (obsolescencel)
Official speed | 29.52 wpm (107.32 seconds elapsed during race) |
---|---|
Race Start | October 13, 2018 3:34:40pm UTC |
Race Finish | October 13, 2018 3:36:27pm UTC |
Outcome | No win (2 of 2) |
Opponents |
1. kybconnor (37.98 wpm) |
Accuracy | 94.0% |
Points | 14.27 |
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; |