Lightning (lightning_mcq)

Race #2

View Pit Stop page for race #2 by lightning_mcqGhost race

View profile for Lightning (lightning_mcq)

Official speed 35.04 wpm (90.41 seconds elapsed during race)
Race Start April 5, 2023 10:00:51am UTC
Race Finish April 5, 2023 10:02:22am UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 16.94
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;