OSDN Git Service

list: introduce list_for_each_continue()
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 28 Nov 2019 21:11:54 +0000 (00:11 +0300)
committerJens Axboe <axboe@kernel.dk>
Thu, 19 Dec 2019 13:08:50 +0000 (06:08 -0700)
commit28ca0d6d39ab1d01c86762c82a585b7cedd2920c
tree0ad7e73cbc0309758457dbde28012373e1633516
parent7d30a621028a22a9e8fbae5c5d8dc455869e4999
list: introduce list_for_each_continue()

As other *continue() helpers, this continues iteration from a given
position.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/list.h