aboutsummaryrefslogtreecommitdiff
path: root/lib/rbtree_test.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-25augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroGravatar Michel Lespinasse 1-20/+17
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2017-11-17lib/rbtree-test: lower default paramsGravatar Davidlohr Bueso 1-1/+1
2017-09-08lib/rbtree_test.c: support rb_root_cachedGravatar Davidlohr Bueso 1-19/+137
2017-09-08lib/rbtree_test.c: add (inorder) traversal testGravatar Davidlohr Bueso 1-2/+23
2017-09-08lib/rbtree_test.c: make input module parametersGravatar Davidlohr Bueso 1-21/+34
2014-01-23rbtree/test: test rbtree_postorder_for_each_entry_safe()Gravatar Cody P Schafer 1-0/+11
2014-01-23rbtree/test: move rb_node to the middle of the test structGravatar Cody P Schafer 1-1/+1
2013-09-11rbtree_test: add test for postorder iterationGravatar Cody P Schafer 1-0/+12
2013-04-30rbtree_test: add __init/__exit annotationsGravatar Davidlohr Bueso 1-2/+2
2013-04-30rbtree_test: add extra rbtree integrity checkGravatar Davidlohr Bueso 1-2/+3
2012-12-17random32: rename random32 to prandomGravatar Akinobu Mita 1-3/+3
2012-12-17lib/rbtree_test.c: fix uninitialized variable warningGravatar Cong Ding 1-1/+1
2012-10-09rbtree: move augmented rbtree functionality to rbtree_augmented.hGravatar Michel Lespinasse 1-1/+1
2012-10-09rbtree: add RB_DECLARE_CALLBACKS() macroGravatar Michel Lespinasse 1-32/+2
2012-10-09rbtree: faster augmented rbtree manipulationGravatar Michel Lespinasse 1-14/+44
2012-10-09rbtree: augmented rbtree testGravatar Michel Lespinasse 1-2/+101
2012-10-09rbtree test: fix sparse warning about 64-bit constantGravatar Michel Lespinasse 1-1/+1
2012-10-09rbtree: performance and correctness testGravatar Michel Lespinasse 1-0/+135