Home
last modified time | relevance | path

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

/Linux-v6.1/lib/
Dxarray.c651 entry = xa_head_locked(xa); in xas_create()
660 entry = xa_head_locked(xa); in xas_create()
672 entry = xa_head_locked(xa); in xas_create()
2215 entry = xa_head_locked(xa); in xa_destroy()
/Linux-v6.1/include/linux/
Dxarray.h1187 static inline void *xa_head_locked(const struct xarray *xa) in xa_head_locked() function