Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/kconfig/
Dnconf.c1011 struct match_state struct
1022 static int do_match(int key, struct match_state *state, int *ans) in do_match() argument
1077 struct match_state match_state = { in conf() local
1095 if (match_state.in_search) { in conf()
1097 "searching: %s", match_state.pattern); in conf()
1104 if (do_match(res, &match_state, &current_index) == 0) { in conf()
1240 struct match_state match_state = { in conf_choice() local
1276 if (match_state.in_search) { in conf_choice()
1278 match_state.pattern); in conf_choice()
1285 if (do_match(res, &match_state, &selected_index) == 0) { in conf_choice()
/Linux-v4.19/include/linux/
Dsched.h1611 extern unsigned long wait_task_inactive(struct task_struct *, long match_state);
1614 static inline unsigned long wait_task_inactive(struct task_struct *p, long match_state) in wait_task_inactive() argument
/Linux-v4.19/kernel/sched/
Dcore.c1314 unsigned long wait_task_inactive(struct task_struct *p, long match_state) in wait_task_inactive() argument
1342 if (match_state && unlikely(p->state != match_state)) in wait_task_inactive()
1357 if (!match_state || p->state == match_state) in wait_task_inactive()