View Pit Stop page for race #2 by sukh_e — Ghost race
View profile for SUkhe (sukh_e)
Official speed | 29.52 wpm (106.50 seconds elapsed during race) |
---|---|
Race Start | October 10, 2021 12:22:22pm UTC |
Race Finish | October 10, 2021 12:24:09pm UTC |
Outcome | No win (3 of 5) |
Opponents |
1. aculeasis (32.94 wpm) 2. mnkx (32.91 wpm) |
Accuracy | 94.0% |
Points | 12.79 |
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)); |