Race Result Details |
Racer | Kowal (screenoscope) |
Race Number | 2 |
Date | Wed, 18 Jun 2025 11:48:13 |
Universe | code |
Speed |
93 WPM
![]() |
Accuracy | 97.6% |
Rank | 1st place (out of 6) |
Opponents | celianrrr (5th place) frankbryden (4th place) pinglei (2nd place) raptornythorink_dd (6th place) vincentbar (3rd place) |
Text typed:
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;
— (software)
by Linux Kernel
(see stats)
|