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

/linux-master/scripts/kconfig/
H A Dgconf.c36 static int opt_mode = OPT_NORMAL; variable
611 opt_mode = OPT_NORMAL;
620 opt_mode = OPT_ALL;
629 opt_mode = OPT_PROMPT;
1053 if (opt_mode == OPT_ALL && !menu_is_visible(menu))
1055 else if (opt_mode == OPT_PROMPT &&
1277 if ((opt_mode == OPT_NORMAL && !menu_is_visible(child1)) ||
1278 (opt_mode == OPT_PROMPT && !menu_has_prompt(child1)) ||
1279 (opt_mode == OPT_ALL && !menu_get_prompt(child1))) {
1359 if ((opt_mode
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dxskxceiver.c110 static enum test_mode opt_mode = TEST_MODE_ALL; variable in typeref:enum:test_mode
388 opt_mode = TEST_MODE_SKB;
390 opt_mode = TEST_MODE_DRV;
392 opt_mode = TEST_MODE_ZC;
2552 if (opt_mode == TEST_MODE_ALL) {
2555 if (opt_mode == TEST_MODE_DRV && modes <= TEST_MODE_DRV) {
2559 if (opt_mode == TEST_MODE_ZC && modes <= TEST_MODE_ZC) {
2568 if (opt_mode != TEST_MODE_ALL && i != opt_mode)

Completed in 124 milliseconds