Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Dxarray.c2039 if ((xa->xa_flags & XA_FLAGS_ALLOC_WRAPPED) && ret == 0) { in __xa_alloc_cyclic()
2040 xa->xa_flags &= ~XA_FLAGS_ALLOC_WRAPPED; in __xa_alloc_cyclic()
2054 xa->xa_flags |= XA_FLAGS_ALLOC_WRAPPED; in __xa_alloc_cyclic()
/linux-6.15/include/linux/
H A Dxarray.h275 #define XA_FLAGS_ALLOC_WRAPPED ((__force gfp_t)16U) macro