Home
last modified time | relevance | path

Searched refs:rq_list_peek (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
A Dblk-mq.h254 #define rq_list_peek(listptr) \ macro
263 for (pos = rq_list_peek((listptr)); pos; pos = rq_list_next(pos))
266 for (pos = rq_list_peek((listptr)), nxt = rq_list_next(pos); \
/linux/block/
A Dblk-mq.c561 rq = rq_list_peek(&plug->cached_rq); in blk_mq_alloc_cached_request()
1283 struct request *last = rq_list_peek(&plug->mq_list); in blk_add_rq_to_plug()
2774 rq = rq_list_peek(&plug->mq_list); in blk_mq_flush_plug_list()
2887 rq = rq_list_peek(&plug->cached_rq); in blk_mq_peek_cached_request()
2901 WARN_ON_ONCE(rq_list_peek(&plug->cached_rq) != rq); in blk_mq_use_cached_rq()

Completed in 28 milliseconds