Race Result Details |
Racer | break (breakbar) |
Race Number | 2 |
Date | Sat, 13 Apr 2024 21:09:28 |
Universe | code |
Speed |
40 WPM
![]() |
Accuracy | 95.8% |
Rank | 1st place (out of 2) |
Text typed:
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));
—
Linux Kernel (fsm.c)
|