Ashu (asaral)

Race #119

View Pit Stop page for race #119 by asaralGhost race

View profile for Ashu (asaral)

Official speed 33.52 wpm (91.65 seconds elapsed during race)
Race Start July 27, 2023 4:21:20pm UTC
Race Finish July 27, 2023 4:22:52pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 14.52
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));