OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bq
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/kern/
bufq_disksort.c
109
struct buf *
bq
, *nbq;
local
114
bq
= TAILQ_FIRST(&disksort->bq_head);
119
if (
bq
== NULL) {
128
if (buf_inorder(bp,
bq
, sortby)) {
129
while ((nbq = TAILQ_NEXT(
bq
, b_actq)) != NULL) {
135
if (buf_inorder(nbq,
bq
, sortby)) {
145
bq
= nbq;
147
TAILQ_NEXT(
bq
, b_actq)) != NULL);
150
bq
= nbq;
162
while ((nbq = TAILQ_NEXT(
bq
, b_actq)) != NULL)
199
struct buf *
bq
;
local
[
all
...]
bufq_readprio.c
112
struct buf *
bq
;
local
125
bq
= TAILQ_FIRST(&prio->bq_write);
130
if (
bq
== NULL) {
140
bq
= prio->bq_write_next;
146
while (
bq
!= NULL && buf_inorder(
bq
, bp, sortby))
147
bq
= TAILQ_NEXT(
bq
, b_actq);
149
if (
bq
!= NULL)
150
TAILQ_INSERT_BEFORE(
bq
, bp, b_actq)
222
struct buf *
bq
;
local
[
all
...]
vfs_bio.c
1781
struct bqueue *
bq
;
local
1829
bq
= &bufqueues[i];
1830
TAILQ_FOREACH(bp, &
bq
->bq_queue, b_freelist) {
1831
bq
->bq_marker = bp;
1839
if (
bq
->bq_marker != bp) {
/src/sys/arch/luna68k/stand/boot/
bmd.c
196
struct bmd_linec *
bq
= bp->bc_bl;
local
207
if (
bq
->bl_col < bp->bc_xmax - 1) {
208
bq
->bl_col++;
213
if (
bq
->bl_col < bp->bc_xmax) {
215
for (col =
bq
->bl_col; col < bp->bc_xmax; col++)
220
bq
->bl_end =
bq
->bl_col;
224
bq
->bl_col =
bq
->bl_end = bp->bc_xmin;
247
struct bmd_linec *
bq
= bp->bc_bl
291
struct bmd_linec *
bq
;
local
360
struct bmd_linec *
bq
= bp->bc_bl;
local
458
struct bmd_linec *
bq
= bp->bc_bl;
local
[
all
...]
Completed in 26 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026