Monia (budzyn)

Race #12

View Pit Stop page for race #12 by budzynGhost race

View profile for Monia (budzyn)

Official speed 22.32 wpm (141.94 seconds elapsed during race)
Race Start March 19, 2022 1:15:26pm UTC
Race Finish March 19, 2022 1:17:48pm UTC
Outcome No win (2 of 3)
Accuracy 94.0%
Points 10.79
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;