Home
last modified time | relevance | path

Searched refs:xas_create (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dxarray.c626 * xas_create() - Create a slot to store an entry in.
638 static void *xas_create(struct xa_state *xas, bool allow_root) in xas_create() function
716 xas_create(xas, true); in xas_create_range()
786 first = xas_create(xas, allow_root); in xas_store()
1731 xas_create(&xas, true); in xa_store_range()
/kernel/linux/linux-6.6/lib/
H A Dxarray.c627 * xas_create() - Create a slot to store an entry in.
639 static void *xas_create(struct xa_state *xas, bool allow_root) in xas_create() function
717 xas_create(xas, true); in xas_create_range()
787 first = xas_create(xas, allow_root); in xas_store()
1733 xas_create(&xas, true); in xa_store_range()

Completed in 6 milliseconds