Home
last modified time | relevance | path

Searched refs:exp_count (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/scripts/kconfig/
H A Dpreprocess.c235 int exp_count; member
260 if (argc == 0 && v->exp_count) in variable_expand()
264 if (v->exp_count > 1000) in variable_expand()
267 v->exp_count++; in variable_expand()
274 v->exp_count--; in variable_expand()
302 v->exp_count = 0; in variable_add()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dpreprocess.c235 int exp_count; member
260 if (argc == 0 && v->exp_count) in variable_expand()
264 if (v->exp_count > 1000) in variable_expand()
267 v->exp_count++; in variable_expand()
274 v->exp_count--; in variable_expand()
302 v->exp_count = 0; in variable_add()

Completed in 2 milliseconds