View Pit Stop page for race #2 by emilehaerijnck — Ghost race
View profile for Emile (emilehaerijnck)
Official speed | 50.01 wpm (63.35 seconds elapsed during race) |
---|---|
Race Start | January 13, 2025 3:51:54pm UTC |
Race Finish | January 13, 2025 3:52:57pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 95.0% |
Points | 24.17 |
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; |