Kavindu (kavindu_jayarathne)

Race #27

View Pit Stop page for race #27 by kavindu_jayarathneGhost race

View profile for Kavindu (kavindu_jayarathne)

Official speed 26.96 wpm (113.95 seconds elapsed during race)
Race Start May 30, 2023 11:08:28am UTC
Race Finish May 30, 2023 11:10:22am UTC
Outcome Win (1 of 3)
Opponents 3. rvxix1985 (25.53 wpm)
Accuracy 92.0%
Points 11.68
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));