Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dxarray.h76 void *xa_next(struct xarray *, unsigned long *, bool);
80 ((entry) = xa_next(xa, &index, (entry) != NULL)) != NULL; )
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_xarray.c442 xa_next(struct xarray *xa, unsigned long *pindex, bool not_first) in xa_next() function
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_core.c1758 ((entry) = xa_next(xa, &index, (entry) != NULL)) != NULL; )