(keegant)

Race #110

View Pit Stop page for race #110 by keegantGhost race

View profile for (keegant)

Official speed 75.62 wpm (40.62 seconds elapsed during race)
Race Start July 20, 2019 8:53:51pm UTC
Race Finish July 20, 2019 8:54:31pm UTC
Outcome Win (1 of 2)
Opponents 2. storm (56.90 wpm)
Accuracy 96.0%
Points 32.77
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));