Searched refs:mem_xa (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_mem.c32 if (xa_alloc_cyclic(&sdev->mem_xa, &id, m, limit, &next,
56 mem = xa_load(&sdev->mem_xa, stag_index);
104 if (xa_alloc_cyclic(&sdev->mem_xa, &id, mem, limit, &next,
127 found = xa_erase(&mem->sdev->mem_xa, mem->stag >> 8);
H A Dsiw_main.c87 xa_destroy(&sdev->mem_xa);
319 xa_init_flags(&sdev->mem_xa, XA_FLAGS_ALLOC1);
H A Dsiw.h85 struct xarray mem_xa; member in struct:siw_device

Completed in 260 milliseconds