Sharick_Chungara (sharick_chungara)

Race #105

View Pit Stop page for race #105 by sharick_chungaraGhost race

View profile for Sharick_Chungara (sharick_chungara)

Official speed 26.58 wpm (115.58 seconds elapsed during race)
Race Start June 30, 2025 12:56:21am UTC
Race Finish June 30, 2025 12:58:17am UTC
Outcome No win (3 of 8)
Opponents 1. beltran_tarqui (31.87 wpm)
2. samiraarancibia123426 (27.99 wpm)
4. erick_vargas (26.27 wpm)
5. jhonny_ct (22.44 wpm)
Accuracy 91.0%
Points 11.52
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));