papajesus (weshente)

Race #4

View Pit Stop page for race #4 by weshenteGhost race

View profile for papajesus (weshente)

Official speed 29.76 wpm (103.23 seconds elapsed during race)
Race Start July 11, 2023 2:26:40pm UTC
Race Finish July 11, 2023 2:28:23pm UTC
Outcome No win (2 of 7)
Opponents 1. dennis123123 (35.47 wpm)
Accuracy 96.0%
Points 12.90
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));