HomeSort by: relevance | last modified time | path
    Searched defs:bio_head (Results 1 - 3 of 3) 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)
178 while ((bio_head+1) % N_BIOS == bio_tail)
181 bios[bio_head] = bio;
182 bio_head = (bio_head+1) % N_BIOS;
rumpuser_bio.c 62 static int bio_head, bio_tail; variable in typeref:typename:int
116 while (bio_head == bio_tail)
178 while ((bio_head+1) % N_BIOS == bio_tail)
181 bios[bio_head] = bio;
182 bio_head = (bio_head+1) % N_BIOS;
rumpuser_bio.c 62 static int bio_head, bio_tail; variable in typeref:typename:int
116 while (bio_head == bio_tail)
178 while ((bio_head+1) % N_BIOS == bio_tail)
181 bios[bio_head] = bio;
182 bio_head = (bio_head+1) % N_BIOS;

Completed in 30 milliseconds