Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
H A Dxarray.c628 * @allow_root: %true if we can store the entry in the root directly
638 static void *xas_create(struct xa_state *xas, bool allow_root) in xas_create() argument
655 if (!shift && !allow_root) in xas_create()
785 bool allow_root = !xa_is_node(entry) && !xa_is_zero(entry); in xas_store() local
786 first = xas_create(xas, allow_root); in xas_store()
/kernel/linux/linux-6.6/lib/
H A Dxarray.c629 * @allow_root: %true if we can store the entry in the root directly
639 static void *xas_create(struct xa_state *xas, bool allow_root) in xas_create() argument
656 if (!shift && !allow_root) in xas_create()
786 bool allow_root = !xa_is_node(entry) && !xa_is_zero(entry); in xas_store() local
787 first = xas_create(xas, allow_root); in xas_store()

Completed in 8 milliseconds