Searched hist:c91eee56dc4f8c3d9ae834bacb835596d47a709e (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | rhashtable.h | diff c91eee56dc4f8c3d9ae834bacb835596d47a709e Wed Aug 13 16:38:30 CEST 2014 Thomas Graf <tgraf@suug.ch> rhashtable: unexport and make rht_obj() static
No need to export rht_obj(), all inner to outer object translations occur internally. It was intended to be used with rht_for_each() which now primarily serves as the iterator for rhashtable_remove_pprev() to effectively flush and free the full table.
Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/lib/ |
H A D | rhashtable.c | diff c91eee56dc4f8c3d9ae834bacb835596d47a709e Wed Aug 13 16:38:30 CEST 2014 Thomas Graf <tgraf@suug.ch> rhashtable: unexport and make rht_obj() static
No need to export rht_obj(), all inner to outer object translations occur internally. It was intended to be used with rht_for_each() which now primarily serves as the iterator for rhashtable_remove_pprev() to effectively flush and free the full table.
Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
|