Osama (osama_alkhodairy)

Race #1

View Pit Stop page for race #1 by osama_alkhodairyGhost race

View profile for Osama (osama_alkhodairy)

Official speed 39.50 wpm (79.59 seconds elapsed during race)
Race Start October 24, 2021 5:19:17am UTC
Race Finish October 24, 2021 5:20:37am UTC
Outcome No win (2 of 2)
Opponents 1. shahanneda (48.93 wpm)
Accuracy 91.0%
Points 17.12
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));