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

/freebsd-10.0-release/sys/geom/
H A Dgeom_kern.c227 SYSCTL_INT(_debug_sizeof, OID_AUTO, g_bioq, CTLFLAG_RD,
228 0, sizeof(struct g_bioq), "sizeof(struct g_bioq)");
H A Dgeom_io.c68 static struct g_bioq g_bio_run_down;
69 static struct g_bioq g_bio_run_up;
70 static struct g_bioq g_bio_run_task;
87 g_bioq_lock(struct g_bioq *bq)
94 g_bioq_unlock(struct g_bioq *bq)
102 g_bioq_destroy(struct g_bioq *bq)
110 g_bioq_init(struct g_bioq *bq)
118 g_bioq_first(struct g_bioq *bq)
H A Dgeom.h155 * The g_bioq is a queue of struct bio's.
159 struct g_bioq { struct

Completed in 122 milliseconds