HomeSort by: relevance | last modified time | path
    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