Home
last modified time | relevance | path

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

/Linux-v5.15/scripts/kconfig/
Dnconf.c1006 struct match_state struct
1017 static int do_match(int key, struct match_state *state, int *ans) in do_match() argument
1071 struct match_state match_state = { in conf() local
1088 if (match_state.in_search) { in conf()
1090 "searching: %s", match_state.pattern); in conf()
1097 if (do_match(res, &match_state, &current_index) == 0) { in conf()
1233 struct match_state match_state = { in conf_choice() local
1269 if (match_state.in_search) { in conf_choice()
1271 match_state.pattern); in conf_choice()
1278 if (do_match(res, &match_state, &selected_index) == 0) { in conf_choice()
/Linux-v5.15/include/linux/
Dsched.h1949 extern unsigned long wait_task_inactive(struct task_struct *, unsigned int match_state);
1952 static inline unsigned long wait_task_inactive(struct task_struct *p, unsigned int match_state) in wait_task_inactive() argument
/Linux-v5.15/kernel/sched/
Dcore.c3177 unsigned long wait_task_inactive(struct task_struct *p, unsigned int match_state) in wait_task_inactive() argument
3205 if (match_state && unlikely(READ_ONCE(p->__state) != match_state)) in wait_task_inactive()
3220 if (!match_state || READ_ONCE(p->__state) == match_state) in wait_task_inactive()