| /kernel/power/ |
| D | suspend.c | 169 static bool valid_state(suspend_state_t state) in valid_state() 193 suspend_state_t state; in mem_sleep_default_setup() local 239 int suspend_valid_only_mem(suspend_state_t state) in suspend_valid_only_mem() 245 static bool sleep_state_supported(suspend_state_t state) in sleep_state_supported() 250 static int platform_suspend_prepare(suspend_state_t state) in platform_suspend_prepare() 256 static int platform_suspend_prepare_late(suspend_state_t state) in platform_suspend_prepare_late() 262 static int platform_suspend_prepare_noirq(suspend_state_t state) in platform_suspend_prepare_noirq() 268 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 …]
|
| D | main.c | 107 suspend_state_t state; in decode_suspend_state() local 127 suspend_state_t state; in mem_sleep_store() local 458 suspend_state_t state; in decode_state() local 485 suspend_state_t state; in state_store() local 591 suspend_state_t state = pm_autosleep_state(); in autosleep_show() local 612 suspend_state_t state = decode_state(buf, n); in autosleep_store() local
|
| D | autosleep.c | 90 int pm_autosleep_set_state(suspend_state_t state) in pm_autosleep_set_state()
|
| D | suspend_test.c | 63 static void __init test_wakealarm(struct rtc_device *rtc, suspend_state_t state) in test_wakealarm()
|
| /kernel/ |
| D | context_tracking.c | 61 void __context_tracking_enter(enum ctx_state state) in __context_tracking_enter() 104 void context_tracking_enter(enum ctx_state state) in context_tracking_enter() 144 void __context_tracking_exit(enum ctx_state state) in __context_tracking_exit() 168 void context_tracking_exit(enum ctx_state state) in context_tracking_exit()
|
| D | cpu.c | 55 enum cpuhp_state state; member 132 static bool cpuhp_is_ap_state(enum cpuhp_state state) in cpuhp_is_ap_state() 141 static struct cpuhp_step *cpuhp_get_step(enum cpuhp_state state) in cpuhp_get_step() 159 static int cpuhp_invoke_callback(unsigned int cpu, enum cpuhp_state state, in cpuhp_invoke_callback() 259 static bool cpuhp_is_atomic_state(enum cpuhp_state state) in cpuhp_is_atomic_state() 620 enum cpuhp_state state; in cpuhp_thread_fun() local 690 cpuhp_invoke_ap_callback(int cpu, enum cpuhp_state state, bool bringup, in cpuhp_invoke_ap_callback() 1069 void cpuhp_online_idle(enum cpuhp_state state) in cpuhp_online_idle() 1508 static int cpuhp_cb_check(enum cpuhp_state state) in cpuhp_cb_check() 1520 static int cpuhp_reserve_state(enum cpuhp_state state) in cpuhp_reserve_state() [all …]
|
| D | auditsc.c | 444 enum audit_state *state, in audit_filter_rules() 724 enum audit_state state; in audit_filter_task() local 766 enum audit_state state; in audit_filter_syscall() local 797 enum audit_state state; in audit_filter_inode_name() local 910 static inline struct audit_context *audit_alloc_context(enum audit_state state) in audit_alloc_context() 936 enum audit_state state; in audit_alloc() local 1518 enum audit_state state; in __audit_syscall_entry() local
|
| D | panic.c | 50 static long no_blink(int state) in no_blink() 138 int state = 0; in panic() local
|
| /kernel/sched/ |
| D | completion.c | 78 long (*action)(long), long timeout, int state) in do_wait_for_common() 105 long (*action)(long), long timeout, int state) in __wait_for_common() 121 wait_for_common(struct completion *x, long timeout, int state) in wait_for_common() 127 wait_for_common_io(struct completion *x, long timeout, int state) in wait_for_common_io()
|
| D | swait.c | 77 void prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait() 88 long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_event()
|
| D | wait.c | 229 prepare_to_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) in prepare_to_wait() 243 …re_to_wait_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) in prepare_to_wait_exclusive() 265 …repare_to_wait_event(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) in prepare_to_wait_event()
|
| D | idle.c | 354 void cpu_startup_entry(enum cpuhp_state state) in cpu_startup_entry()
|
| /kernel/bpf/ |
| D | verifier.c | 209 static void print_verifier_state(struct bpf_verifier_state *state) in print_verifier_state() 460 static int realloc_verifier_state(struct bpf_verifier_state *state, int size, in realloc_verifier_state() 494 static void free_verifier_state(struct bpf_verifier_state *state, in free_verifier_state() 746 static void mark_reg_read(const struct bpf_verifier_state *state, u32 regno) in mark_reg_read() 815 struct bpf_verifier_state *state, int off, in check_stack_write() 884 static void mark_stack_slot_read(const struct bpf_verifier_state *state, int slot) in mark_stack_slot_read() 899 static int check_stack_read(struct bpf_verifier_state *state, int off, int size, in check_stack_read() 989 struct bpf_verifier_state *state = env->cur_state; in check_map_access() local 1311 struct bpf_verifier_state *state = env->cur_state; in check_mem_access() local 1468 struct bpf_verifier_state *state = env->cur_state; in check_stack_boundary() local [all …]
|
| /kernel/cgroup/ |
| D | freezer.c | 45 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/ |
| D | rtmutex.c | 1168 __rt_mutex_slowlock(struct rt_mutex *lock, int state, in __rt_mutex_slowlock() 1231 rt_mutex_slowlock(struct rt_mutex *lock, int state, in rt_mutex_slowlock() 1408 rt_mutex_fastlock(struct rt_mutex *lock, int state, in rt_mutex_fastlock() 1420 rt_mutex_timed_fastlock(struct rt_mutex *lock, int state, in rt_mutex_timed_fastlock()
|
| D | rwsem-spinlock.c | 130 int __sched __down_read_common(struct rw_semaphore *sem, int state) in __down_read_common() 213 int __sched __down_write_common(struct rw_semaphore *sem, int state) in __down_write_common()
|
| D | rwsem-xadd.c | 249 __rwsem_down_read_failed_common(struct rw_semaphore *sem, int state) in __rwsem_down_read_failed_common() 517 __rwsem_down_write_failed_common(struct rw_semaphore *sem, int state) in __rwsem_down_write_failed_common()
|
| D | mutex.c | 738 __mutex_lock_common(struct mutex *lock, long state, unsigned int subclass, in __mutex_lock_common() 890 __mutex_lock(struct mutex *lock, long state, unsigned int subclass, in __mutex_lock() 897 __ww_mutex_lock(struct mutex *lock, long state, unsigned int subclass, in __ww_mutex_lock()
|
| D | semaphore.c | 205 static inline int __sched __down_common(struct semaphore *sem, long state, in __down_common()
|
| /kernel/time/ |
| D | hrtimer.c | 338 static bool hrtimer_fixup_init(void *addr, enum debug_obj_state state) in hrtimer_fixup_init() 357 static bool hrtimer_fixup_activate(void *addr, enum debug_obj_state state) in hrtimer_fixup_activate() 372 static bool hrtimer_fixup_free(void *addr, enum debug_obj_state state) in hrtimer_fixup_free() 885 u8 state = timer->state; in __remove_hrtimer() local 915 u8 state = timer->state; in remove_hrtimer() local
|
| D | clockevents.c | 98 enum clock_event_state state) in __clockevents_switch_state() 154 enum clock_event_state state) in clockevents_switch_state()
|
| D | tick-broadcast.c | 707 int __tick_broadcast_oneshot_control(enum tick_broadcast_state state) in __tick_broadcast_oneshot_control() 997 int __tick_broadcast_oneshot_control(enum tick_broadcast_state state) in __tick_broadcast_oneshot_control()
|
| D | timer.c | 598 static bool timer_fixup_init(void *addr, enum debug_obj_state state) in timer_fixup_init() 623 static bool timer_fixup_activate(void *addr, enum debug_obj_state state) in timer_fixup_activate() 644 static bool timer_fixup_free(void *addr, enum debug_obj_state state) in timer_fixup_free() 662 static bool timer_fixup_assert_init(void *addr, enum debug_obj_state state) in timer_fixup_assert_init()
|
| /kernel/debug/kdb/ |
| D | kdb_support.c | 624 char state; in kdb_task_state_char() local 663 char state[] = { kdb_task_state_char(p), '\0' }; in kdb_task_state() local
|
| /kernel/irq/ |
| D | spurious.c | 156 unsigned int state; in poll_spurious_irqs() local
|