Home
last modified time | relevance | path

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

/linux-6.6.21/lib/
Dxarray.c649 entry = xa_head_locked(xa); in xas_create()
658 entry = xa_head_locked(xa); in xas_create()
670 entry = xa_head_locked(xa); in xas_create()
2219 entry = xa_head_locked(xa); in xa_destroy()
/linux-6.6.21/include/linux/
Dxarray.h1205 static inline void *xa_head_locked(const struct xarray *xa) in xa_head_locked() function