Searched refs:MAX_EVENT_NESTING (Results 1 – 1 of 1) sorted by relevance
25 #define MAX_EVENT_NESTING 2U macro48 sdei_dispatch_context_t dispatch_stack[MAX_EVENT_NESTING];119 assert(state->stack_top < MAX_EVENT_NESTING); in push_dispatch()135 assert(state->stack_top <= MAX_EVENT_NESTING); in pop_dispatch()150 assert(state->stack_top <= MAX_EVENT_NESTING); in get_outstanding_dispatch()