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

/freebsd-12-stable/sys/geom/
H A Dgeom_kern.c239 SYSCTL_INT(_debug_sizeof, OID_AUTO, g_bioq, CTLFLAG_RD,
240 SYSCTL_NULL_INT_PTR, sizeof(struct g_bioq), "sizeof(struct g_bioq)");
H A Dgeom_io.c72 static struct g_bioq g_bio_run_down;
73 static struct g_bioq g_bio_run_up;
100 g_bioq_lock(struct g_bioq *bq)
107 g_bioq_unlock(struct g_bioq *bq)
115 g_bioq_destroy(struct g_bioq *bq)
123 g_bioq_init(struct g_bioq *bq)
131 g_bioq_first(struct g_bioq *bq)
H A Dgeom.h170 * The g_bioq is a queue of struct bio's.
174 struct g_bioq { struct

Completed in 65 milliseconds