hilsny (hilsny)

Race #5

View Pit Stop page for race #5 by hilsnyGhost race

View profile for hilsny (hilsny)

Official speed 43.86 wpm (72.23 seconds elapsed during race)
Race Start November 3, 2017 10:01:46pm UTC
Race Finish November 3, 2017 10:02:58pm UTC
Outcome No win (2 of 4)
Opponents 3. lenag (43.57 wpm)
Accuracy 92.0%
Points 21.20
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;