Home
last modified time | relevance | path

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

/Linux-v5.10/lib/
Dxarray.c648 entry = xa_head_locked(xa); in xas_create()
657 entry = xa_head_locked(xa); in xas_create()
669 entry = xa_head_locked(xa); in xas_create()
2207 entry = xa_head_locked(xa); in xa_destroy()
/Linux-v5.10/include/linux/
Dxarray.h1169 static inline void *xa_head_locked(const struct xarray *xa) in xa_head_locked() function