Home
last modified time | relevance | path

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

/linux-6.6.21/lib/
Dxarray.c1873 if ((xa->xa_flags & XA_FLAGS_ALLOC_WRAPPED) && ret == 0) { in __xa_alloc_cyclic()
1874 xa->xa_flags &= ~XA_FLAGS_ALLOC_WRAPPED; in __xa_alloc_cyclic()
1888 xa->xa_flags |= XA_FLAGS_ALLOC_WRAPPED; in __xa_alloc_cyclic()
/linux-6.6.21/include/linux/
Dxarray.h271 #define XA_FLAGS_ALLOC_WRAPPED ((__force gfp_t)16U) macro