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

/freebsd-10.3-release/sys/geom/
H A Dgeom_io.c70 static struct g_bioq g_bio_run_down; variable in typeref:struct:g_bioq
271 g_bioq_init(&g_bio_run_down);
417 * The list is protected using the g_bio_run_down lock,
434 g_bioq_lock(&g_bio_run_down);
436 g_bioq_unlock(&g_bio_run_down);
446 g_bioq_lock(&g_bio_run_down);
453 g_bioq_unlock(&g_bio_run_down);
549 g_bioq_lock(&g_bio_run_down);
551 g_bioq_unlock(&g_bio_run_down);
580 g_bioq_lock(&g_bio_run_down);
[all...]

Completed in 43 milliseconds