Searched hist:c0c09bfdc4150b3918526660768585cd477adf35 (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | rhashtable.h | diff c0c09bfdc4150b3918526660768585cd477adf35 Wed Jan 07 06:41:56 CET 2015 Ying Xue <ying.xue@windriver.com> rhashtable: avoid unnecessary wakeup for worker queue
Move condition statements of verifying whether hash table size exceeds its maximum threshold or reaches its minimum threshold from resizing functions to resizing decision functions, avoiding unnecessary wakeup for worker queue thread.
Signed-off-by: Ying Xue <ying.xue@windriver.com> Cc: Thomas Graf <tgraf@suug.ch> Acked-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/lib/ |
H A D | rhashtable.c | diff c0c09bfdc4150b3918526660768585cd477adf35 Wed Jan 07 06:41:56 CET 2015 Ying Xue <ying.xue@windriver.com> rhashtable: avoid unnecessary wakeup for worker queue
Move condition statements of verifying whether hash table size exceeds its maximum threshold or reaches its minimum threshold from resizing functions to resizing decision functions, avoiding unnecessary wakeup for worker queue thread.
Signed-off-by: Ying Xue <ying.xue@windriver.com> Cc: Thomas Graf <tgraf@suug.ch> Acked-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
|