Searched refs:bio_list_empty (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dbio.h384 static inline int bio_list_empty(const struct bio_list *bl) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dloop.c600 while (!kthread_should_stop() || !bio_list_empty(&lo->lo_bio_list)) {
603 !bio_list_empty(&lo->lo_bio_list) ||
606 if (bio_list_empty(&lo->lo_bio_list))
H A Dpktcdvd.c887 reads_queued = !bio_list_empty(&pd->iosched.read_queue);
888 writes_queued = !bio_list_empty(&pd->iosched.write_queue);
1081 BUG_ON(bio_list_empty(&pkt->orig_bios));
H A Dps3vram.c608 busy = !bio_list_empty(&priv->list);

Completed in 178 milliseconds