Home
last modified time | relevance | path

Searched refs:XA_FLAGS_ALLOC1 (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/infiniband/sw/siw/
Dsiw_main.c429 xa_init_flags(&sdev->qp_xa, XA_FLAGS_ALLOC1); in siw_device_create()
430 xa_init_flags(&sdev->mem_xa, XA_FLAGS_ALLOC1); in siw_device_create()
/Linux-v5.4/include/linux/
Dxarray.h274 #define XA_FLAGS_ALLOC1 (XA_FLAGS_TRACK_FREE | XA_FLAGS_ZERO_BUSY) macro
345 #define DEFINE_XARRAY_ALLOC1(name) DEFINE_XARRAY_FLAGS(name, XA_FLAGS_ALLOC1)
/Linux-v5.4/Documentation/core-api/
Dxarray.rst147 DEFINE_XARRAY_ALLOC1() or ``XA_FLAGS_ALLOC1``. If you want to