Jonas (wodie)

Race #1

View Pit Stop page for race #1 by wodieGhost race

View profile for Jonas (wodie)

Official speed 42.49 wpm (72.30 seconds elapsed during race)
Race Start June 27, 2023 2:32:41pm UTC
Race Finish June 27, 2023 2:33:54pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 18.41
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));