Searched refs:xa_entry_locked (Results 1 - 3 of 3) sorted by relevance

/linux-master/lib/
H A Dxarray.c448 entry = xa_entry_locked(xa, node, 0);
529 void *entry = xa_entry_locked(xas->xa, node, offset);
666 entry = xa_entry_locked(xa, node, offset);
835 next = xa_entry_locked(xas->xa, node, ++offset);
1430 curr = xa_entry_locked(xas->xa, xas->xa_node, ++xas->xa_offset);
1436 curr = xa_entry_locked(xas->xa, xas->xa_node, 0);
H A Dtest_xarray.c342 XA_BUG_ON(xa, xa_entry_locked(xa, node, 0) != xa_mk_value(0));
346 XA_BUG_ON(xa, xa_entry_locked(xa, node, 0) != XA_RETRY_ENTRY);
/linux-master/include/linux/
H A Dxarray.h1221 static inline void *xa_entry_locked(const struct xarray *xa, function

Completed in 177 milliseconds