Searched refs:blocked_vm (Results 1 – 2 of 2) sorted by relevance
7526 unsigned int blocked_vm; member7582 cs->blocked_vm = 0; in c_start_case()7597 && !c_switch_stack->blocked_vm) in do_case()7615 else if (c_switch_stack && c_switch_stack->blocked_vm) in do_case()8077 if (c_switch_stack && !c_switch_stack->blocked_vm) in c_begin_vm_scope()8078 c_switch_stack->blocked_vm = scope; in c_begin_vm_scope()8101 if (c_switch_stack && c_switch_stack->blocked_vm == scope) in c_end_vm_scope()8102 c_switch_stack->blocked_vm = 0; in c_end_vm_scope()
23257 (struct c_switch): Add blocked_vm.23258 (c_start_case): Initialize blocked_vm.23259 (do_case): Check blocked_vm.