Searched refs:mountroot_config_queue (Results 1 – 1 of 1) sorted by relevance
218 static struct deferred_config_head mountroot_config_queue = variable219 TAILQ_HEAD_INITIALIZER(mountroot_config_queue);475 config_process_deferred(&mountroot_config_queue, dev); in config_deferred()521 while ((dc = TAILQ_FIRST(&mountroot_config_queue)) != NULL) { in config_mountroot_thread()522 TAILQ_REMOVE(&mountroot_config_queue, dc, dc_queue); in config_mountroot_thread()2565 TAILQ_FOREACH(odc, &mountroot_config_queue, dc_queue) { in config_mountroot()2573 TAILQ_INSERT_TAIL(&mountroot_config_queue, dc, dc_queue); in config_mountroot()