Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dxarray.h1713 static inline unsigned int xas_find_chunk(struct xa_state *xas, bool advance, in xas_find_chunk() function
1754 offset = xas_find_chunk(xas, true, mark); in xas_next_marked()
/linux-6.6.21/lib/
Dxarray.c1354 offset = xas_find_chunk(xas, advance, mark); in xas_find_marked()