Home
last modified time | relevance | path

Searched defs:match_state (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dstate.py385 def compare_states(state, match_state, match_type="and"): argument
939 match_state, argument
1039 match_state=(), argument
/openbmc/u-boot/scripts/kconfig/
H A Dnconf.c1010 struct match_state struct
1021 static int do_match(int key, struct match_state *state, int *ans) in do_match() argument
1076 struct match_state match_state = { in conf() local
1242 struct match_state match_state = { in conf_choice() local
/openbmc/linux/scripts/kconfig/
H A Dnconf.c1081 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
1328 struct match_state match_state = { in conf_choice() local
/openbmc/linux/kernel/sched/
H A Dcore.c2281 unsigned long wait_task_inactive(struct task_struct *p, unsigned int match_state) in wait_task_inactive()