View Pit Stop page for race #77 by alex_ramos — Ghost race
View profile for alexVladimirQuecaña (alex_ramos)
Official speed | 22.33 wpm (137.57 seconds elapsed during race) |
---|---|
Race Start | June 22, 2025 10:33:42pm UTC |
Race Finish | June 22, 2025 10:35:59pm UTC |
Outcome | No win (7 of 16) |
Opponents |
2. sharick_chungara (27.79 wpm) 6. tocsky (24.75 wpm) |
Accuracy | 97.0% |
Points | 9.68 |
Text | #10004 (Length: 256 characters) this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order); if (this == NULL) { printk(KERN_WARNING "fsm(%s): init_fsm: Couldn't alloc instance\n", name); return NULL; } memset(this, 0, sizeof(fsm_instance)); strlcpy(this->name, name, sizeof(this->name)); |