Home
last modified time | relevance | path

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

/freebsd-head/sys/compat/linuxkpi/common/include/linux/
HDradix-tree.h80 int radix_tree_store(struct radix_tree_root *, unsigned long, void **);
/freebsd-head/sys/compat/linuxkpi/common/src/
HDlinux_radix.c279 radix_tree_store(struct radix_tree_root *root, unsigned long index, void **ppitem) in radix_tree_store() function
HDlinux_xarray.c309 retval = radix_tree_store(&xa->xa_head, index, &ptr); in __xa_store()