Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Dxarray.c657 entry = xa_head_locked(xa); in xas_create()
666 entry = xa_head_locked(xa); in xas_create()
678 entry = xa_head_locked(xa); in xas_create()
2385 entry = xa_head_locked(xa); in xa_destroy()
/linux-6.15/include/linux/
H A Dxarray.h1209 static inline void *xa_head_locked(const struct xarray *xa) in xa_head_locked() function