]> git.baikalelectronics.ru Git - kernel.git/commit
rhashtable: add schedule points
authorEric Dumazet <edumazet@google.com>
Sat, 31 Mar 2018 19:58:48 +0000 (12:58 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2018 03:25:39 +0000 (23:25 -0400)
commit3eb25d9fc649c60c7699225c5e6c8e038af7f0d3
tree4eea8b062aaa689b2ffe74372acd4377f32e1c0d
parente69da42ba81fe87cf36c2dcea395dcd7299228d9
rhashtable: add schedule points

Rehashing and destroying large hash table takes a lot of time,
and happens in process context. It is safe to add cond_resched()
in rhashtable_rehash_table() and rhashtable_free_and_destroy()

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
lib/rhashtable.c