Fred (fredizzimo)

Race #54

View Pit Stop page for race #54 by fredizzimoGhost race

View profile for Fred (fredizzimo)

Official speed 33.41 wpm (91.95 seconds elapsed during race)
Race Start September 16, 2017 3:42:24pm UTC
Race Finish September 16, 2017 3:43:56pm UTC
Outcome No win (3 of 3)
Accuracy 97.0%
Points 14.48
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));