skyactiv (atenza)

Race #5

View Pit Stop page for race #5 by atenzaGhost race

View profile for skyactiv (atenza)

Official speed 62.97 wpm (48.79 seconds elapsed during race)
Race Start January 30, 2011 3:54:50pm UTC
Race Finish January 30, 2011 3:55:39pm UTC
Outcome No win (3 of 5)
Opponents 1. mikuhatsune (81.30 wpm)
2. danny45 (66.01 wpm)
4. guda (42.76 wpm)
5. badomiso (38.87 wpm)
Points 0.00
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));