commit | 789538c61fc11dbe8b6456cfb365d52156a7b133 | [log] [tgz] |
---|---|---|
author | Rae Moar <rmoar@google.com> | Wed Jan 25 22:54:49 2023 +0000 |
committer | Shuah Khan <skhan@linuxfoundation.org> | Wed Feb 08 14:28:17 2023 -0700 |
tree | f50809a52c920b094c6a280345b68148f09c5e72 | |
parent | 9ecc9cdd168e217a42b382468643dde66dfac309 [diff] |
lib/hashtable_test.c: add test for the hashtable structure 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 <rmoar@google.com> Reviewed-by: David Gow <davidgow@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>