Searched refs:match_state (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/scripts/kconfig/ |
D | nconf.c | 1081 struct match_state struct 1092 static int do_match(int key, struct match_state *state, int *ans) in do_match() argument 1151 struct match_state match_state = { in selected_conf() local 1181 if (match_state.in_search) { in selected_conf() 1183 "searching: %s", match_state.pattern); in selected_conf() 1190 if (do_match(res, &match_state, ¤t_index) == 0) { in selected_conf() 1328 struct match_state match_state = { in conf_choice() local 1364 if (match_state.in_search) { in conf_choice() 1366 match_state.pattern); in conf_choice() 1373 if (do_match(res, &match_state, &selected_index) == 0) { in conf_choice()
|
/linux-6.6.21/include/linux/ |
D | sched.h | 2027 extern unsigned long wait_task_inactive(struct task_struct *, unsigned int match_state);
|
/linux-6.6.21/kernel/sched/ |
D | core.c | 2285 unsigned long wait_task_inactive(struct task_struct *p, unsigned int match_state) in wait_task_inactive() argument 2313 if (!task_state_match(p, match_state)) in wait_task_inactive() 2328 if ((match = __task_state_match(p, match_state))) { in wait_task_inactive()
|