Searched refs:match_state (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | nconf.c | 1010 struct match_state struct 1021 static int do_match(int key, struct match_state *state, int *ans) in do_match() argument 1076 struct match_state match_state = { in conf() local 1094 if (match_state.in_search) { in conf() 1096 "searching: %s", match_state.pattern); in conf() 1103 if (do_match(res, &match_state, ¤t_index) == 0) { in conf() 1242 struct match_state match_state = { in conf_choice() local 1278 if (match_state.in_search) { in conf_choice() 1280 match_state.pattern); in conf_choice() 1287 if (do_match(res, &match_state, &selected_index) == 0) { in conf_choice()
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | nconf.c | 1010 struct match_state struct 1021 static int do_match(int key, struct match_state *state, int *ans) in do_match() argument 1076 struct match_state match_state = { in conf() local 1094 if (match_state.in_search) { in conf() 1096 "searching: %s", match_state.pattern); in conf() 1103 if (do_match(res, &match_state, ¤t_index) == 0) { in conf() 1239 struct match_state match_state = { in conf_choice() local 1275 if (match_state.in_search) { in conf_choice() 1277 match_state.pattern); in conf_choice() 1284 if (do_match(res, &match_state, &selected_index) == 0) { in conf_choice()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | nconf.c | 1010 struct match_state struct 1021 static int do_match(int key, struct match_state *state, int *ans) in do_match() argument 1076 struct match_state match_state = { in conf() local 1094 if (match_state.in_search) { in conf() 1096 "searching: %s", match_state.pattern); in conf() 1103 if (do_match(res, &match_state, ¤t_index) == 0) { in conf() 1242 struct match_state match_state = { in conf_choice() local 1278 if (match_state.in_search) { in conf_choice() 1280 match_state.pattern); in conf_choice() 1287 if (do_match(res, &match_state, &selected_index) == 0) { in conf_choice()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | sched.h | 1838 extern unsigned long wait_task_inactive(struct task_struct *, long match_state); 1841 static inline unsigned long wait_task_inactive(struct task_struct *p, long match_state) in wait_task_inactive() argument
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | core.c | 2346 unsigned long wait_task_inactive(struct task_struct *p, long match_state) in wait_task_inactive() argument 2374 if (match_state && unlikely(p->state != match_state)) in wait_task_inactive() 2389 if (!match_state || p->state == match_state) in wait_task_inactive()
|