View Pit Stop page for race #21 by karanjain18 — Ghost race
View profile for Karan Jain (karanjain18)
Official speed | 42.28 wpm (74.93 seconds elapsed during race) |
---|---|
Race Start | September 29, 2019 4:11:33pm UTC |
Race Finish | September 29, 2019 4:12:48pm UTC |
Outcome | No win (2 of 2) |
Opponents |
1. mairzydoats_mason (49.03 wpm) |
Accuracy | 96.0% |
Points | 20.43 |
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; |