Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
Dxarray.c1662 if ((xa->xa_flags & XA_FLAGS_ALLOC_WRAPPED) && ret == 0) { in __xa_alloc_cyclic()
1663 xa->xa_flags &= ~XA_FLAGS_ALLOC_WRAPPED; in __xa_alloc_cyclic()
1677 xa->xa_flags |= XA_FLAGS_ALLOC_WRAPPED; in __xa_alloc_cyclic()
/Linux-v5.4/include/linux/
Dxarray.h267 #define XA_FLAGS_ALLOC_WRAPPED ((__force gfp_t)16U) macro