View Pit Stop page for race #4 by director_junior — Ghost race
View profile for Junior (director_junior)
Official speed | 37.25 wpm (85.05 seconds elapsed during race) |
---|---|
Race Start | July 4, 2025 6:31:56am UTC |
Race Finish | July 4, 2025 6:33:21am UTC |
Outcome | No win (4 of 4) |
Opponents |
3. zoonear (38.00 wpm) |
Accuracy | 97.0% |
Points | 18.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; |