Alvaro Moyata (tocsky)

Race #50

View Pit Stop page for race #50 by tocskyGhost race

View profile for Alvaro Moyata (tocsky)

Official speed 24.75 wpm (124.12 seconds elapsed during race)
Race Start June 22, 2025 10:33:41pm UTC
Race Finish June 22, 2025 10:35:46pm UTC
Outcome No win (6 of 16)
Opponents 1. beltran_tarqui (33.06 wpm)
2. sharick_chungara (27.79 wpm)
4. liz_mariela (27.69 wpm)
7. alex_ramos (22.33 wpm)
Accuracy 95.0%
Points 10.73
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));