20mg (chakk)

Race #28

View Pit Stop page for race #28 by chakkGhost race

View profile for 20mg (chakk)

Official speed 104.54 wpm (29.39 seconds elapsed during race)
Race Start November 23, 2018 10:04:31pm UTC
Race Finish November 23, 2018 10:05:00pm UTC
Outcome Win (1 of 2)
Opponents 2. notapplicable (71.65 wpm)
Accuracy 97.0%
Points 45.30
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));