Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dxarray.h1650 static inline unsigned int xas_find_chunk(struct xa_state *xas, bool advance, in xas_find_chunk() function
1691 offset = xas_find_chunk(xas, true, mark); in xas_next_marked()
/kernel/linux/linux-5.10/lib/
Dxarray.c1348 offset = xas_find_chunk(xas, advance, mark); in xas_find_marked()