View Pit Stop page for race #31 by fanor — Ghost race
View profile for Fanor (fanor)
Official speed | 30.26 wpm (101.52 seconds elapsed during race) |
---|---|
Race Start | June 8, 2025 12:34:39am UTC |
Race Finish | June 8, 2025 12:36:21am UTC |
Outcome | No win (3 of 17) |
Opponents |
1. jhosmar_carlos (32.89 wpm) |
Accuracy | 95.0% |
Points | 13.11 |
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)); |