Searched hist:"9 f6b7ef6c3ebe35be77b0ae3cf12e4d25ae80420" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | sbitmap.h | diff 9f6b7ef6c3ebe35be77b0ae3cf12e4d25ae80420 Thu Dec 20 09:49:00 CST 2018 Jens Axboe <axboe@kernel.dk> sbitmap: add helpers for add/del wait queue handling
After commit 5d2ee7122c73, users of sbitmap that need wait queue handling must use the provided helpers. But we only added prepare_to_wait()/finish_wait() style helpers, add the equivalent add_wait_queue/list_del wrappers as we..
This is needed to ensure kyber plays by the sbitmap waitqueue rules.
Tested-by: Ming Lei <ming.lei@redhat.com> Reviewed-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/openbmc/linux/lib/ |
H A D | sbitmap.c | diff 9f6b7ef6c3ebe35be77b0ae3cf12e4d25ae80420 Thu Dec 20 09:49:00 CST 2018 Jens Axboe <axboe@kernel.dk> sbitmap: add helpers for add/del wait queue handling
After commit 5d2ee7122c73, users of sbitmap that need wait queue handling must use the provided helpers. But we only added prepare_to_wait()/finish_wait() style helpers, add the equivalent add_wait_queue/list_del wrappers as we..
This is needed to ensure kyber plays by the sbitmap waitqueue rules.
Tested-by: Ming Lei <ming.lei@redhat.com> Reviewed-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|