View Pit Stop page for race #35 by sharick_chungara — Ghost race
View profile for Sharick_Chungara (sharick_chungara)
Official speed | 25.34 wpm (125.02 seconds elapsed during race) |
---|---|
Race Start | May 25, 2025 2:15:49am UTC |
Race Finish | May 25, 2025 2:17:54am UTC |
Outcome | No win (4 of 12) |
Opponents |
3. erick_vargas (26.14 wpm) |
Accuracy | 93.0% |
Points | 12.25 |
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; |