Bob Copeland
47a0489ce1
mac80211: mesh: use hlist for rmc cache
...
The RMC cache has 256 list heads plus a u32, which puts it at the
unfortunate size of 4104 bytes with padding. kmalloc() will then
round this up to the next power-of-two, so we wind up actually
using two pages here where most of the second is wasted.
Switch to hlist heads here to reduce the structure size down to
fit within a page.
Signed-off-by: Bob Copeland <me@bobcopeland.com >
Signed-off-by: Johannes Berg <johannes.berg@intel.com >
2016-04-05 21:34:51 +02:00
..
2016-03-10 19:51:29 +01:00
2016-03-10 20:54:09 -05:00
2016-03-17 21:05:01 -04:00
2016-02-18 14:59:34 -05:00
2016-03-09 22:13:01 -05:00
2016-03-02 13:45:47 -05:00
2016-03-19 10:05:34 -07:00
2016-03-30 15:38:13 -04:00
2016-03-14 13:09:50 -04:00
2016-03-26 15:53:16 -07:00
2016-04-01 14:33:46 -04:00
2016-03-17 21:06:40 -04:00
2015-12-14 16:09:30 -05:00
2016-03-14 16:05:32 -04:00
2016-02-24 13:58:05 -05:00
2016-02-23 20:29:40 +01:00
2016-03-30 16:02:33 -04:00
2016-04-05 10:56:32 +02:00
2016-02-14 14:36:04 -08:00
2016-01-19 14:21:08 -05:00
2016-03-09 16:36:15 -05:00
2016-02-23 00:09:14 -05:00
2016-02-26 14:22:26 -05:00
2016-02-17 16:12:13 -05:00
2016-04-05 21:34:51 +02:00
2016-03-19 10:05:34 -07:00
2016-02-21 22:00:28 -05:00
2016-04-05 10:56:32 +02:00
2016-03-07 11:08:26 -05:00
2016-04-05 10:56:32 +02:00
2016-03-19 10:05:34 -07:00
2016-03-28 15:38:59 -04:00
2016-03-09 22:13:01 -05:00
2016-02-11 03:54:14 -05:00
2016-03-19 10:05:34 -07:00
2016-04-05 10:48:53 +02:00
2016-03-19 10:05:34 -07:00
2016-03-18 19:35:21 -04:00
2016-04-05 10:56:32 +02:00
2016-03-24 10:41:00 -07:00
2016-03-24 14:51:24 -04:00
2016-03-14 12:23:12 -04:00
2016-02-23 00:09:14 -05:00
2016-03-22 16:18:41 -04:00
2016-04-05 21:34:47 +02:00
2016-03-24 14:29:36 -04:00
2016-03-21 22:56:38 -04:00
2016-03-09 16:36:14 -05:00
2016-03-14 12:41:49 -04:00