Home
last modified time | relevance | path

Searched refs:xa_zero_busy (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dxarray.c61 static inline bool xa_zero_busy(const struct xarray *xa) in xa_zero_busy() function
452 if (xa_is_zero(entry) && xa_zero_busy(xa)) in xas_shrink()
650 if (!entry && xa_zero_busy(xa)) in xas_create()
2214 if (xa_zero_busy(xa)) in xa_destroy()
/kernel/linux/linux-6.6/lib/
H A Dxarray.c63 static inline bool xa_zero_busy(const struct xarray *xa) in xa_zero_busy() function
453 if (xa_is_zero(entry) && xa_zero_busy(xa)) in xas_shrink()
651 if (!entry && xa_zero_busy(xa)) in xas_create()
2222 if (xa_zero_busy(xa)) in xa_destroy()

Completed in 7 milliseconds