aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hashtable.h
Commit message (Collapse)AuthorAgeFilesLines
* hashtable: introduce a small and naive hashtableSasha Levin2015-12-021-0/+192
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> Change-Id: I08357176e20fb805170de4736915cde9103db7d2