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

/freebsd-10.1-release/sys/kern/
H A Dsubr_firmware.c410 struct task *setroot_task; local
412 setroot_task = malloc(sizeof(struct task), M_TEMP, M_NOWAIT);
413 if (setroot_task != NULL) {
414 TASK_INIT(setroot_task, 0, set_rootvnode, setroot_task);
415 taskqueue_enqueue(firmware_tq, setroot_task);

Completed in 279 milliseconds