Home
last modified time | relevance | path

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

/linux/lib/
A Dxarray.c1862 if ((xa->xa_flags & XA_FLAGS_ALLOC_WRAPPED) && ret == 0) { in __xa_alloc_cyclic()
1863 xa->xa_flags &= ~XA_FLAGS_ALLOC_WRAPPED; in __xa_alloc_cyclic()
1877 xa->xa_flags |= XA_FLAGS_ALLOC_WRAPPED; in __xa_alloc_cyclic()
/linux/include/linux/
A Dxarray.h269 #define XA_FLAGS_ALLOC_WRAPPED ((__force gfp_t)16U) macro

Completed in 9 milliseconds