Searched hist:"112 f158f66cbe25fd561a5dfe9c3826e06abf757" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/block/ |
H A D | blk-merge.c | diff 112f158f66cbe25fd561a5dfe9c3826e06abf757 Thu Dec 06 10:41:18 CST 2018 Mike Snitzer <snitzer@redhat.com> block: stop passing 'cpu' to all percpu stats methods
All of part_stat_* and related methods are used with preempt disabled, so there is no need to pass cpu around to allow of them. Just call smp_processor_id() as needed.
Suggested-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Mike Snitzer <snitzer@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | bio.c | diff 112f158f66cbe25fd561a5dfe9c3826e06abf757 Thu Dec 06 10:41:18 CST 2018 Mike Snitzer <snitzer@redhat.com> block: stop passing 'cpu' to all percpu stats methods
All of part_stat_* and related methods are used with preempt disabled, so there is no need to pass cpu around to allow of them. Just call smp_processor_id() as needed.
Suggested-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Mike Snitzer <snitzer@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | genhd.c | diff 112f158f66cbe25fd561a5dfe9c3826e06abf757 Thu Dec 06 10:41:18 CST 2018 Mike Snitzer <snitzer@redhat.com> block: stop passing 'cpu' to all percpu stats methods
All of part_stat_* and related methods are used with preempt disabled, so there is no need to pass cpu around to allow of them. Just call smp_processor_id() as needed.
Suggested-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Mike Snitzer <snitzer@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | blk-core.c | diff 112f158f66cbe25fd561a5dfe9c3826e06abf757 Thu Dec 06 10:41:18 CST 2018 Mike Snitzer <snitzer@redhat.com> block: stop passing 'cpu' to all percpu stats methods
All of part_stat_* and related methods are used with preempt disabled, so there is no need to pass cpu around to allow of them. Just call smp_processor_id() as needed.
Suggested-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Mike Snitzer <snitzer@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/openbmc/linux/drivers/md/ |
H A D | md.c | diff 112f158f66cbe25fd561a5dfe9c3826e06abf757 Thu Dec 06 10:41:18 CST 2018 Mike Snitzer <snitzer@redhat.com> block: stop passing 'cpu' to all percpu stats methods
All of part_stat_* and related methods are used with preempt disabled, so there is no need to pass cpu around to allow of them. Just call smp_processor_id() as needed.
Suggested-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Mike Snitzer <snitzer@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|