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

/freebsd-11-stable/sys/geom/vinum/
H A Dgeom_vinum_raid5.c58 struct gv_bioq *bq, *bq2; local
86 TAILQ_FOREACH_SAFE(bq, &wp->bits, queue, bq2) {
87 TAILQ_REMOVE(&wp->bits, bq, queue);
88 g_free(bq);
109 TAILQ_FOREACH_SAFE(bq, &wp->bits, queue, bq2) {
110 TAILQ_REMOVE(&wp->bits, bq, queue);
111 g_free(bq);
180 struct gv_bioq *bq; local
228 bq = g_malloc(sizeof(*bq), M_WAITO
258 struct gv_bioq *bq; local
347 struct gv_bioq *bq; local
[all...]
H A Dgeom_vinum_plex.c332 struct gv_bioq *bq, *bq2; local
348 TAILQ_FOREACH_SAFE(bq, &wp->bits, queue, bq2) {
349 if (bq->bp != bp)
351 TAILQ_REMOVE(&wp->bits, bq, queue);
352 g_free(bq);
381 TAILQ_FOREACH_SAFE(bq, &wp->bits, queue, bq2) {
382 if (bq->bp != bp)
384 TAILQ_REMOVE(&wp->bits, bq, queue);
385 g_free(bq);
/freebsd-11-stable/stand/i386/libi386/
H A Dbiosmem.c232 int bq = bios_getquirks(); local
239 printf("bios_quirks: 0x%02x", bq);
240 if (bq & BQ_DISTRUST_E820_EXTMEM)
/freebsd-11-stable/sys/geom/virstor/
H A Dg_virstor.c267 struct g_virstor_bio_q *bq; local
423 bq = malloc(sizeof(*bq), M_GVIRSTOR, M_WAITOK);
424 bq->bio = NULL;
429 STAILQ_INSERT_TAIL(&sc->delayed_bio_q, bq, linkage);
431 bq = STAILQ_FIRST(&sc->delayed_bio_q);
432 if (bq->bio != NULL) {
433 g_virstor_start(bq->bio);
435 free(bq, M_GVIRSTOR);
438 free(bq, M_GVIRSTO
960 struct g_virstor_bio_q *bq; local
1576 struct bio_queue_head bq; local
1861 bioq_dismantle(struct bio_queue_head *bq) argument
[all...]
/freebsd-11-stable/sys/geom/
H A Dgeom_io.c99 g_bioq_lock(struct g_bioq *bq) argument
102 mtx_lock(&bq->bio_queue_lock);
106 g_bioq_unlock(struct g_bioq *bq) argument
109 mtx_unlock(&bq->bio_queue_lock);
114 g_bioq_destroy(struct g_bioq *bq)
117 mtx_destroy(&bq->bio_queue_lock);
122 g_bioq_init(struct g_bioq *bq) argument
125 TAILQ_INIT(&bq->bio_queue);
126 mtx_init(&bq->bio_queue_lock, "bio queue", NULL, MTX_DEF);
130 g_bioq_first(struct g_bioq *bq) argument
[all...]
/freebsd-11-stable/sys/geom/linux_lvm/
H A Dg_linux_lvm.c149 bioq_dismantle(struct bio_queue_head *bq) argument
153 for (b = bioq_first(bq); b != NULL; b = bioq_first(bq)) {
154 bioq_remove(bq, b);
198 struct bio_queue_head bq; local
219 bioq_init(&bq);
232 bioq_dismantle(&bq);
277 bioq_disksort(&bq, cb);
293 for (cb = bioq_first(&bq); cb != NULL; cb = bioq_first(&bq)) {
[all...]
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl352 s/\bq([0-9]+)\b/"v".($1<8?$1:$1+8).".16b"/geo; # old->new registers
401 s/\bq([0-9]+)#(lo|hi)/sprintf "d%d",2*$1+($2 eq "hi")/geo or
H A Dghash-armv4.pl492 s/\bq([0-9]+)#(lo|hi)/sprintf "d%d",2*$1+($2 eq "hi")/geo or
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Darmv4-gf2m.pl283 s/\bq([0-9]+)#(lo|hi)/sprintf "d%d",2*$1+($2 eq "hi")/geo or
/freebsd-11-stable/sys/cam/
H A Dcam_iosched.c1574 static int biolen(struct bio_queue_head *bq) argument
1579 TAILQ_FOREACH(bp, &bq->queue, bio_queue) {
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daesv8-armx.pl899 s/\bq([0-9]+)\b/"v".($1<8?$1:$1+8).".16b"/geo; # old->new registers
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_send.c776 get_next_record(bqueue_t *bq, struct send_block_record *data) argument
778 struct send_block_record *tmp = bqueue_dequeue(bq);
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c63944 } bq; member in union:vdbeExecUnion
[all...]

Completed in 394 milliseconds