Jhonny Condori (jhonny_ct)

Race #27

View Pit Stop page for race #27 by jhonny_ctGhost race

View profile for Jhonny Condori (jhonny_ct)

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