Home
last modified time | relevance | path

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

/linux/lib/
A Dxarray.c447 entry = xa_entry_locked(xa, node, 0); in xas_shrink()
528 void *entry = xa_entry_locked(xas->xa, node, offset); in xas_free_nodes()
665 entry = xa_entry_locked(xa, node, offset); in xas_create()
832 next = xa_entry_locked(xas->xa, node, ++offset); in xas_store()
1425 curr = xa_entry_locked(xas->xa, xas->xa_node, ++xas->xa_offset); in xas_find_conflict()
1431 curr = xa_entry_locked(xas->xa, xas->xa_node, 0); in xas_find_conflict()
A Dtest_xarray.c342 XA_BUG_ON(xa, xa_entry_locked(xa, node, 0) != xa_mk_value(0)); in check_xa_shrink()
346 XA_BUG_ON(xa, xa_entry_locked(xa, node, 0) != XA_RETRY_ENTRY); in check_xa_shrink()
/linux/include/linux/
A Dxarray.h1187 static inline void *xa_entry_locked(const struct xarray *xa, in xa_entry_locked() function

Completed in 17 milliseconds