Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
A Dxarray.c1869 if ((xa->xa_flags & XA_FLAGS_ALLOC_WRAPPED) && ret == 0) { in __xa_alloc_cyclic()
1870 xa->xa_flags &= ~XA_FLAGS_ALLOC_WRAPPED; in __xa_alloc_cyclic()
1884 xa->xa_flags |= XA_FLAGS_ALLOC_WRAPPED; in __xa_alloc_cyclic()
/linux-6.3-rc2/include/linux/
A Dxarray.h271 #define XA_FLAGS_ALLOC_WRAPPED ((__force gfp_t)16U) macro

Completed in 9 milliseconds