Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
Dxarray.c644 entry = xa_head_locked(xa); in xas_create()
653 entry = xa_head_locked(xa); in xas_create()
665 entry = xa_head_locked(xa); in xas_create()
1974 entry = xa_head_locked(xa); in xa_destroy()
/Linux-v5.4/include/linux/
Dxarray.h1134 static inline void *xa_head_locked(const struct xarray *xa) in xa_head_locked() function