kewl (hyper_racer)

Race #54

View Pit Stop page for race #54 by hyper_racerGhost race

View profile for kewl (hyper_racer)

Official speed 49.36 wpm (62.24 seconds elapsed during race)
Race Start July 29, 2019 12:28:40pm UTC
Race Finish July 29, 2019 12:29:42pm UTC
Outcome No win (2 of 2)
Opponents 1. storm (54.15 wpm)
Accuracy 93.0%
Points 21.39
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));