Home
last modified time | relevance | path

Searched refs:radix_tree_store (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dradix-tree.h79 int radix_tree_store(struct radix_tree_root *, unsigned long, void **);
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_xarray.c296 retval = radix_tree_store(&xa->root, index, &ptr); in __xa_store()
H A Dlinux_radix.c279 radix_tree_store(struct radix_tree_root *root, unsigned long index, void **ppitem) in radix_tree_store() function