Searched refs:nest (Results 1 – 2 of 2) sorted by relevance
351 int nest = 0; in eval_clause() local385 if (nest == 0 && *p == ',') { in eval_clause()392 nest++; in eval_clause()394 nest--; in eval_clause()457 int nest = 0; in expand_dollar_with_args() local473 nest++; in expand_dollar_with_args()475 if (nest-- == 0) in expand_dollar_with_args()
1596 unsigned int nest; member1619 if ( info->nest-- == 0 ) in continue_hypercall_tasklet_handler()1645 info->nest = 0; in continue_hypercall_on_cpu()1656 BUG_ON(info->nest != 0); in continue_hypercall_on_cpu()1657 info->nest++; in continue_hypercall_on_cpu()
Completed in 9 milliseconds