Searched refs:match_state (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/scripts/kconfig/ |
| H A D | nconf.c | 991 struct match_state struct 1002 static int do_match(int key, struct match_state *state, int *ans) in do_match() argument 1061 struct match_state match_state = { in selected_conf() local 1091 if (match_state.in_search) { in selected_conf() 1093 "searching: %s", match_state.pattern); in selected_conf() 1100 if (do_match(res, &match_state, ¤t_index) == 0) { in selected_conf() 1237 struct match_state match_state = { in conf_choice() local 1273 if (match_state.in_search) { in conf_choice() 1275 match_state.pattern); in conf_choice() 1282 if (do_match(res, &match_state, &selected_index) == 0) { in conf_choice()
|
| /linux-6.15/include/linux/ |
| H A D | sched.h | 2028 extern unsigned long wait_task_inactive(struct task_struct *, unsigned int match_state);
|
| /linux-6.15/kernel/sched/ |
| H A D | core.c | 2247 unsigned long wait_task_inactive(struct task_struct *p, unsigned int match_state) in wait_task_inactive() argument 2275 if (!task_state_match(p, match_state)) in wait_task_inactive() 2290 if ((match = __task_state_match(p, match_state))) { in wait_task_inactive()
|