]> git.baikalelectronics.ru Git - kernel.git/commit
dma-debug: add a schedule point in debug_dma_dump_mappings()
authorEric Dumazet <edumazet@google.com>
Mon, 28 Oct 2019 21:56:46 +0000 (14:56 -0700)
committerChristoph Hellwig <hch@lst.de>
Wed, 30 Oct 2019 18:09:35 +0000 (11:09 -0700)
commitd5e250b1b6229332ac275a471476967e29163e1c
treed6bb4e4288065583d14c1f16aaaeb4943c35e492
parent4ffa8f03cb2a56c56be45358c68cae34861e1d4f
dma-debug: add a schedule point in debug_dma_dump_mappings()

debug_dma_dump_mappings() can take a lot of cpu cycles :

lpk43:/# time wc -l /sys/kernel/debug/dma-api/dump
163435 /sys/kernel/debug/dma-api/dump

real 0m0.463s
user 0m0.003s
sys 0m0.459s

Let's add a cond_resched() to avoid holding cpu for too long.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Corentin Labbe <clabbe@baylibre.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
kernel/dma/debug.c