Alex Beltran T. (beltran_tarqui)

Race #306

View Pit Stop page for race #306 by beltran_tarquiGhost race

View profile for Alex Beltran T. (beltran_tarqui)

Official speed 31.87 wpm (96.39 seconds elapsed during race)
Race Start June 30, 2025 12:56:21am UTC
Race Finish June 30, 2025 12:57:58am UTC
Outcome Win (1 of 8)
Opponents 2. samiraarancibia123426 (27.99 wpm)
3. sharick_chungara (26.58 wpm)
5. jhonny_ct (22.44 wpm)
Accuracy 94.0%
Points 13.81
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));