Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 55) sorted by relevance

123

/kernel/power/
Dsuspend.c162 static bool valid_state(suspend_state_t state) in valid_state()
186 suspend_state_t state; in mem_sleep_default_setup() local
232 int suspend_valid_only_mem(suspend_state_t state) in suspend_valid_only_mem()
238 static bool sleep_state_supported(suspend_state_t state) in sleep_state_supported()
243 static int platform_suspend_prepare(suspend_state_t state) in platform_suspend_prepare()
249 static int platform_suspend_prepare_late(suspend_state_t state) in platform_suspend_prepare_late()
255 static int platform_suspend_prepare_noirq(suspend_state_t state) in platform_suspend_prepare_noirq()
264 static void platform_resume_noirq(suspend_state_t state) in platform_resume_noirq()
274 static void platform_resume_early(suspend_state_t state) in platform_resume_early()
280 static void platform_resume_finish(suspend_state_t state) in platform_resume_finish()
[all …]
Dmain.c149 suspend_state_t state; in decode_suspend_state() local
169 suspend_state_t state; in mem_sleep_store() local
575 suspend_state_t state; in decode_state() local
602 suspend_state_t state; in state_store() local
708 suspend_state_t state = pm_autosleep_state(); in autosleep_show() local
729 suspend_state_t state = decode_state(buf, n); in autosleep_store() local
Dautosleep.c90 int pm_autosleep_set_state(suspend_state_t state) in pm_autosleep_set_state()
Dsuspend_test.c62 static void __init test_wakealarm(struct rtc_device *rtc, suspend_state_t state) in test_wakealarm()
/kernel/
Dcontext_tracking.c62 void __context_tracking_enter(enum ctx_state state) in __context_tracking_enter()
105 void context_tracking_enter(enum ctx_state state) in context_tracking_enter()
145 void __context_tracking_exit(enum ctx_state state) in __context_tracking_exit()
169 void context_tracking_exit(enum ctx_state state) in context_tracking_exit()
Dcpu.c56 enum cpuhp_state state; member
132 static struct cpuhp_step *cpuhp_get_step(enum cpuhp_state state) in cpuhp_get_step()
147 static int cpuhp_invoke_callback(unsigned int cpu, enum cpuhp_state state, in cpuhp_invoke_callback()
232 static bool cpuhp_is_ap_state(enum cpuhp_state state) in cpuhp_is_ap_state()
256 static bool cpuhp_is_atomic_state(enum cpuhp_state state) in cpuhp_is_atomic_state()
648 enum cpuhp_state state; in cpuhp_thread_fun() local
718 cpuhp_invoke_ap_callback(int cpu, enum cpuhp_state state, bool bringup, in cpuhp_invoke_ap_callback()
1095 void cpuhp_online_idle(enum cpuhp_state state) in cpuhp_online_idle()
1539 static int cpuhp_cb_check(enum cpuhp_state state) in cpuhp_cb_check()
1551 static int cpuhp_reserve_state(enum cpuhp_state state) in cpuhp_reserve_state()
[all …]
Dauditsc.c442 enum audit_state *state, in audit_filter_rules()
743 enum audit_state state; in audit_filter_task() local
785 enum audit_state state; in audit_filter_syscall() local
814 enum audit_state state; in audit_filter_inode_name() local
892 static inline struct audit_context *audit_alloc_context(enum audit_state state) in audit_alloc_context()
918 enum audit_state state; in audit_alloc() local
1632 enum audit_state state; in __audit_syscall_entry() local
Dstackleak.c26 int state = !static_branch_unlikely(&stack_erasing_bypass); in stack_erasing_sysctl() local
Dpanic.c63 static long no_blink(int state) in no_blink()
172 int state = 0; in panic() local
/kernel/sched/
Dcompletion.c70 long (*action)(long), long timeout, int state) in do_wait_for_common()
97 long (*action)(long), long timeout, int state) in __wait_for_common()
113 wait_for_common(struct completion *x, long timeout, int state) in wait_for_common()
119 wait_for_common_io(struct completion *x, long timeout, int state) in wait_for_common_io()
Dswait.c79 void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_exclusive()
90 long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_event()
Dwait.c222 prepare_to_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) in prepare_to_wait()
236 …re_to_wait_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) in prepare_to_wait_exclusive()
258 …repare_to_wait_event(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) in prepare_to_wait_event()
/kernel/bpf/
Dverifier.c434 const struct bpf_func_state *state) in print_verifier_state()
622 struct bpf_func_state *state = cur_func(env); in acquire_reference_state() local
637 static int release_reference_state(struct bpf_func_state *state, int ptr_id) in release_reference_state()
667 static void free_func_state(struct bpf_func_state *state) in free_func_state()
676 static void clear_jmp_history(struct bpf_verifier_state *state) in clear_jmp_history()
683 static void free_verifier_state(struct bpf_verifier_state *state, in free_verifier_state()
1054 struct bpf_func_state *state) in init_reg_state()
1078 struct bpf_func_state *state, in init_func_state()
1208 const struct bpf_reg_state *state, in mark_reg_read()
1374 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_reg_arg() local
[all …]
/kernel/cgroup/
Dlegacy_freezer.c45 unsigned int state; member
76 static const char *freezer_state_strs(unsigned int state) in freezer_state_strs()
350 unsigned int state) in freezer_apply_state()
/kernel/locking/
Drtmutex.c1167 __rt_mutex_slowlock(struct rt_mutex *lock, int state, in __rt_mutex_slowlock()
1230 rt_mutex_slowlock(struct rt_mutex *lock, int state, in rt_mutex_slowlock()
1406 rt_mutex_fastlock(struct rt_mutex *lock, int state, in rt_mutex_fastlock()
1418 rt_mutex_timed_fastlock(struct rt_mutex *lock, int state, in rt_mutex_timed_fastlock()
Dmutex.c926 __mutex_lock_common(struct mutex *lock, long state, unsigned int subclass, in __mutex_lock_common()
1100 __mutex_lock(struct mutex *lock, long state, unsigned int subclass, in __mutex_lock()
1107 __ww_mutex_lock(struct mutex *lock, long state, unsigned int subclass, in __ww_mutex_lock()
Drwsem.c722 enum owner_state state; in rwsem_spin_on_owner() local
995 rwsem_down_read_slowpath(struct rw_semaphore *sem, int state) in rwsem_down_read_slowpath()
1139 rwsem_down_write_slowpath(struct rw_semaphore *sem, int state) in rwsem_down_write_slowpath()
Dsemaphore.c204 static inline int __sched __down_common(struct semaphore *sem, long state, in __down_common()
/kernel/time/
Dhrtimer.c352 static bool hrtimer_fixup_init(void *addr, enum debug_obj_state state) in hrtimer_fixup_init()
371 static bool hrtimer_fixup_activate(void *addr, enum debug_obj_state state) in hrtimer_fixup_activate()
386 static bool hrtimer_fixup_free(void *addr, enum debug_obj_state state) in hrtimer_fixup_free()
990 u8 state = timer->state; in __remove_hrtimer() local
1018 u8 state = timer->state; in remove_hrtimer() local
Dclockevents.c92 enum clock_event_state state) in __clockevents_switch_state()
148 enum clock_event_state state) in clockevents_switch_state()
Dtick-broadcast.c710 int __tick_broadcast_oneshot_control(enum tick_broadcast_state state) in __tick_broadcast_oneshot_control()
994 int __tick_broadcast_oneshot_control(enum tick_broadcast_state state) in __tick_broadcast_oneshot_control()
Dtimer.c620 static bool timer_fixup_init(void *addr, enum debug_obj_state state) in timer_fixup_init()
645 static bool timer_fixup_activate(void *addr, enum debug_obj_state state) in timer_fixup_activate()
666 static bool timer_fixup_free(void *addr, enum debug_obj_state state) in timer_fixup_free()
684 static bool timer_fixup_assert_init(void *addr, enum debug_obj_state state) in timer_fixup_assert_init()
Dtick-sched.h95 __tick_broadcast_oneshot_control(enum tick_broadcast_state state) in __tick_broadcast_oneshot_control()
/kernel/debug/kdb/
Dkdb_support.c624 char state; in kdb_task_state_char() local
663 char state[] = { kdb_task_state_char(p), '\0' }; in kdb_task_state() local
/kernel/irq/
Dspurious.c153 unsigned int state; in poll_spurious_irqs() local

123