Searched refs:setroot_task (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/kern/
H A Dsubr_firmware.c376 struct task *setroot_task; local
378 setroot_task = malloc(sizeof(struct task), M_TEMP, M_NOWAIT);
379 if (setroot_task != NULL) {
380 TASK_INIT(setroot_task, 0, set_rootvnode, setroot_task);
381 taskqueue_enqueue(firmware_tq, setroot_task);

Completed in 197 milliseconds