Searched refs:XARRAY_INIT (Results 1 – 4 of 4) sorted by relevance
251 .xa = XARRAY_INIT(name, IDA_INIT_FLAGS) \
77 #define RADIX_TREE_INIT(name, mask) XARRAY_INIT(name, mask)
299 #define XARRAY_INIT(name, flags) { \ macro316 struct xarray name = XARRAY_INIT(name, flags)
72 .xa = XARRAY_INIT(ioasid_xa, XA_FLAGS_ALLOC),