aboutsummaryrefslogtreecommitdiff
path: root/lib/hashtable_test.c
AgeCommit message (Collapse)AuthorFilesLines
2023-02-08lib/hashtable_test.c: add test for the hashtable structureRae Moar1-0/+317
Add a KUnit test for the kernel hashtable implementation in include/linux/hashtable.h. Note that this version does not yet test each of the rcu alternative versions of functions. Signed-off-by: Rae Moar <[email protected]> Reviewed-by: David Gow <[email protected]> Signed-off-by: Shuah Khan <[email protected]>