beachturkey (beachtukrey)

Race #9

View Pit Stop page for race #9 by beachtukreyGhost race

View profile for beachturkey (beachtukrey)

Official speed 62.62 wpm (49.06 seconds elapsed during race)
Race Start June 27, 2023 1:37:44pm UTC
Race Finish June 27, 2023 1:38:33pm UTC
Outcome Win (1 of 2)
Opponents 2. ghoudiy (59.57 wpm)
Accuracy 95.0%
Points 27.14
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));