Searched refs:IDA_INIT_FLAGS (Results 1 – 1 of 1) sorted by relevance
248 #define IDA_INIT_FLAGS (XA_FLAGS_LOCK_IRQ | XA_FLAGS_ALLOC) macro251 .xa = XARRAY_INIT(name, IDA_INIT_FLAGS) \314 xa_init_flags(&ida->xa, IDA_INIT_FLAGS); in ida_init()