Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_xarray.c350 void **ppslot; in xa_destroy() local
352 radix_tree_for_each_slot(ppslot, &xa->root, &iter, 0) in xa_destroy()
353 radix_tree_iter_delete(&xa->root, &iter, ppslot); in xa_destroy()
393 void **ppslot; in __xa_next() local
406 found = radix_tree_iter_find(&xa->root, &iter, &ppslot); in __xa_next()
408 retval = *ppslot; in __xa_next()