1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-26 08:55:06 +03:00
lvm2/base
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
..
data-struct radix_tree: add radix_tree_uniq_insert 2024-10-24 17:24:40 +02:00
memory container_of: drop needless const converion 2020-08-28 21:43:02 +02:00
Makefile makefiles: use properly defined varitable 2024-05-14 17:59:26 +02:00