jason (jasontime12345)

Race #10

View Pit Stop page for race #10 by jasontime12345Ghost race

View profile for jason (jasontime12345)

Official speed 35.32 wpm (86.98 seconds elapsed during race)
Race Start May 8, 2018 10:58:40pm UTC
Race Finish May 8, 2018 11:00:07pm UTC
Outcome No win (2 of 2)
Opponents 1. jlachney (60.40 wpm)
Accuracy 94.0%
Points 15.31
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));