1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/base/data-struct
Zdenek Kabelac 5b1ebed3fc radix_tree: add radix_tree_uniq_insert
When using radix_tree to identify duplicate entries we may
avoid to call an extra 'lookup()' prior the insert() operation
add radix_tree_uniq_insert/_ptr() that is able to report -1 if
there was already set a value for the given key.
2024-10-24 17:24:40 +02:00
..
hash.c cleanup: typos in comments 2024-08-30 16:51:15 +02:00
hash.h device_mapper: move hash.[hc] to base/data-struct 2018-06-08 13:54:19 +01:00
list.c base: Move list to base/data-struct 2018-06-08 11:24:18 +01:00
list.h list: use container_of 2020-05-20 16:01:20 +02:00
radix-tree-adaptive.c radix_tree: add radix_tree_uniq_insert 2024-10-24 17:24:40 +02:00
radix-tree-simple.c radix_tree: debug updates 2024-06-03 15:30:05 +02:00
radix-tree.c radix_tree: add radix_tree_values 2024-06-03 15:30:05 +02:00
radix-tree.h radix_tree: add radix_tree_uniq_insert 2024-10-24 17:24:40 +02:00