Home
last modified time | relevance | path

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

/linux/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()
2391 entry = xa_head_locked(xa); in xa_destroy()
/linux/include/linux/
H A Dxarray.h1215 static inline void *xa_head_locked(const struct xarray *xa) in xa_head_locked() function