Searched refs:ppslot (Results 1 – 1 of 1) sorted by relevance
358 void **ppslot; in xa_destroy() local361 radix_tree_for_each_slot(ppslot, &xa->xa_head, &iter, 0) in xa_destroy()362 radix_tree_iter_delete(&xa->xa_head, &iter, ppslot); in xa_destroy()411 void **ppslot; in __xa_next() local424 found = radix_tree_iter_find(&xa->xa_head, &iter, &ppslot, 0); in __xa_next()426 retval = *ppslot; in __xa_next()