Searched refs:rq_list_empty (Results 1 - 9 of 9) sorted by relevance

/linux-master/io_uring/
H A Drw.c1175 if (!rq_list_empty(iob.req_list) ||
1180 if (!rq_list_empty(iob.req_list))
/linux-master/include/linux/
H A Dblk-mq.h250 #define rq_list_empty(list) ((list) == (struct request *) NULL) macro
/linux-master/block/
H A Dblk-mq.c555 if (rq_list_empty(plug->cached_rq)) {
2691 bool last = rq_list_empty(plug->mq_list);
2754 } while (!rq_list_empty(plug->mq_list));
2806 if (rq_list_empty(plug->mq_list))
2812 if (rq_list_empty(plug->mq_list))
2818 } while (!rq_list_empty(plug->mq_list));
H A Dblk-merge.c1114 if (!plug || rq_list_empty(plug->mq_list))
H A Dblk-core.c1197 if (unlikely(!rq_list_empty(plug->cached_rq)))
/linux-master/drivers/block/
H A Dvirtio_blk.c483 while (!rq_list_empty(*rqlist)) {
/linux-master/drivers/nvme/host/
H A Dapple.c652 if (!rq_list_empty(iob.req_list))
H A Dpci.c906 while (!rq_list_empty(*rqlist)) {
1084 if (!rq_list_empty(iob.req_list))
/linux-master/drivers/block/null_blk/
H A Dmain.c1618 } while (!rq_list_empty(*rqlist));

Completed in 419 milliseconds