Files
i2som-imx-linux/include/linux
Herbert Xu ccd57b1bd3 rhashtable: Add immediate rehash during insertion
This patch reintroduces immediate rehash during insertion.  If
we find during insertion that the table is full or the chain
length exceeds a set limit (currently 16 but may be disabled
with insecure_elasticity) then we will force an immediate rehash.
The rehash will contain an expansion if the table utilisation
exceeds 75%.

If this rehash fails then the insertion will fail.  Otherwise the
insertion will be reattempted in the new hash table.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Acked-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-03-23 22:07:52 -04:00
..
2015-02-19 13:31:40 +03:00
2015-02-18 07:28:37 -08:00
2015-03-11 15:56:59 -07:00
2015-02-12 18:54:15 -08:00
2015-03-02 16:43:41 -05:00
2015-02-13 21:21:36 -08:00
2015-02-17 14:34:51 -08:00
2015-03-11 17:56:28 -04:00
2015-02-17 14:34:52 -08:00
2015-02-16 17:56:03 -08:00
2015-02-13 21:21:41 -08:00
2015-03-11 21:55:28 -04:00
2015-02-13 21:21:35 -08:00
2015-02-17 22:21:11 -05:00