Searched refs:match_state (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/scripts/kconfig/
H A Dnconf.c1008 struct match_state struct
1019 static int do_match(int key, struct match_state *state, int *ans) do_match()
1074 struct match_state match_state = { conf() local
1092 if (match_state.in_search) { conf()
1094 "searching: %s", match_state.pattern); conf()
1101 if (do_match(res, &match_state, &current_index) == 0) { conf()
1240 struct match_state match_state = { conf_choice() local
1276 if (match_state.in_search) { conf_choice()
1278 match_state.pattern); conf_choice()
1285 if (do_match(res, &match_state, &selected_index) == 0) { conf_choice()
/linux-4.4.14/kernel/sched/
H A Dcore.c1414 * If @match_state is nonzero, it's the @p->state value just checked and
1427 unsigned long wait_task_inactive(struct task_struct *p, long match_state) wait_task_inactive() argument
1455 if (match_state && unlikely(p->state != match_state)) wait_task_inactive()
1470 if (!match_state || p->state == match_state) wait_task_inactive()
/linux-4.4.14/include/linux/
H A Dsched.h2646 extern unsigned long wait_task_inactive(struct task_struct *, long match_state);
2650 long match_state) wait_task_inactive()
2649 wait_task_inactive(struct task_struct *p, long match_state) wait_task_inactive() argument

Completed in 165 milliseconds