View Pit Stop page for race #6 by programmerpractice — Ghost race
View profile for symbolsnumbers (programmerpractice)
Official speed | 33.81 wpm (90.86 seconds elapsed during race) |
---|---|
Race Start | June 1, 2023 4:43:06am UTC |
Race Finish | June 1, 2023 4:44:37am UTC |
Outcome | No win (3 of 3) |
Accuracy | 92.0% |
Points | 14.65 |
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)); |