OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:q_burst
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
bufq_priocscan.c
214
unsigned int
q_burst
;
member in struct:priocscan_queue
321
if (pq->
q_burst
> 0) {
337
if (pq->
q_burst
== 0) {
346
if (!cscan_empty(&pq->q_queue) && pq->
q_burst
) {
357
pq->
q_burst
= priocscan_burst[i];
372
KASSERT(pq->
q_burst
> 0);
373
pq->
q_burst
--;
bufq_priocscan.c
214
unsigned int
q_burst
;
member in struct:priocscan_queue
321
if (pq->
q_burst
> 0) {
337
if (pq->
q_burst
== 0) {
346
if (!cscan_empty(&pq->q_queue) && pq->
q_burst
) {
357
pq->
q_burst
= priocscan_burst[i];
372
KASSERT(pq->
q_burst
> 0);
373
pq->
q_burst
--;
Completed in 25 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025