Searched refs:N_ASYNC_COMPLETIONS (Results 1 – 1 of 1) sorted by relevance
26 #define N_ASYNC_COMPLETIONS 64 macro28 static DECLARE_BITMAP(opal_async_complete_map, N_ASYNC_COMPLETIONS) = {~0UL};29 static DECLARE_BITMAP(opal_async_token_map, N_ASYNC_COMPLETIONS);176 if (opal_max_async_tokens > N_ASYNC_COMPLETIONS) in opal_async_comp_init()177 opal_max_async_tokens = N_ASYNC_COMPLETIONS; in opal_async_comp_init()