aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hashtable.h
Commit message (Collapse)AuthorAge
* hashtable: introduce a small and naive hashtableSasha Levin2012-11-02
This hashtable implementation is using hlist buckets to provide a simple hashtable to prevent it from getting reimplemented all over the kernel. Signed-off-by: Sasha Levin <levinsasha928@gmail.com> [ Merging this now, so that subsystems can start applying Sasha's patches that use this - Linus ] Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>