OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bq_queue
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
bufq_priocscan.c
218
struct priocscan_queue
bq_queue
[PRIOCSCAN_NQUEUE];
member in struct:bufq_priocscan
260
return &q->
bq_queue
[priocscan_priomap[BIO_GETPRIO(bp)]].q_queue;
286
pq = &q->
bq_queue
[0];
345
pq = &q->
bq_queue
[i];
356
pq = &q->
bq_queue
[i];
401
struct cscan_queue * const cq = &q->
bq_queue
[i].q_queue;
441
struct cscan_queue *cq = &q->
bq_queue
[i].q_queue;
vfs_bio.c
207
TAILQ_HEAD(, buf)
bq_queue
;
355
TAILQ_FOREACH(b, &dp->
bq_queue
, b_freelist) {
374
TAILQ_INSERT_HEAD(&dp->
bq_queue
, bp, b_freelist);
386
TAILQ_INSERT_TAIL(&dp->
bq_queue
, bp, b_freelist);
403
TAILQ_REMOVE(&dp->
bq_queue
, bp, b_freelist);
528
TAILQ_INIT(&dp->
bq_queue
);
571
if (TAILQ_FIRST(&bufqueues[BQ_AGE].
bq_queue
) != NULL)
1419
if ((bp = TAILQ_FIRST(&bufqueues[BQ_AGE].
bq_queue
)) != NULL) {
1422
TAILQ_FOREACH(bp, &bufqueues[BQ_LRU].
bq_queue
, b_freelist) {
1830
TAILQ_FOREACH(bp, &bq->
bq_queue
, b_freelist)
[
all
...]
Completed in 103 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025