Searched refs:XA_FLAGS_ALLOC1 (Results 1 – 5 of 5) sorted by relevance
394 xa_init_flags(&sdev->qp_xa, XA_FLAGS_ALLOC1); in siw_device_create()395 xa_init_flags(&sdev->mem_xa, XA_FLAGS_ALLOC1); in siw_device_create()
206 xa_init_flags(&ctx->xarray, XA_FLAGS_ALLOC1); in mapping_create()
274 #define XA_FLAGS_ALLOC1 (XA_FLAGS_TRACK_FREE | XA_FLAGS_ZERO_BUSY) macro345 #define DEFINE_XARRAY_ALLOC1(name) DEFINE_XARRAY_FLAGS(name, XA_FLAGS_ALLOC1)
160 DEFINE_XARRAY_ALLOC1() or ``XA_FLAGS_ALLOC1``. If you want to
965 xa_init_flags(&file_priv->vm_xa, XA_FLAGS_ALLOC1); in i915_gem_context_open()