OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bio_tail
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/librumpuser/
rumpuser_bio.c
62
static int bio_head,
bio_tail
;
variable in typeref:typename:int
116
while (bio_head ==
bio_tail
)
119
biop = &bios[
bio_tail
];
125
bio_tail
= (
bio_tail
+1) % N_BIOS;
178
while ((bio_head+1) % N_BIOS ==
bio_tail
)
rumpuser_bio.c
62
static int bio_head,
bio_tail
;
variable in typeref:typename:int
116
while (bio_head ==
bio_tail
)
119
biop = &bios[
bio_tail
];
125
bio_tail
= (
bio_tail
+1) % N_BIOS;
178
while ((bio_head+1) % N_BIOS ==
bio_tail
)
Completed in 21 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025