Home
last modified time | relevance | path

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

/kernel/
Dcpu.c163 struct cpuhp_cpu_state *st = per_cpu_ptr(&cpuhp_state, cpu); in cpuhp_invoke_callback() local
244 static inline void wait_for_ap_thread(struct cpuhp_cpu_state *st, bool bringup) in wait_for_ap_thread()
250 static inline void complete_ap_thread(struct cpuhp_cpu_state *st, bool bringup) in complete_ap_thread()
422 cpuhp_set_state(struct cpuhp_cpu_state *st, enum cpuhp_state target) in cpuhp_set_state()
437 cpuhp_reset_state(struct cpuhp_cpu_state *st, enum cpuhp_state prev_state) in cpuhp_reset_state()
457 static void __cpuhp_kick_ap(struct cpuhp_cpu_state *st) in __cpuhp_kick_ap()
473 static int cpuhp_kick_ap(struct cpuhp_cpu_state *st, enum cpuhp_state target) in cpuhp_kick_ap()
490 struct cpuhp_cpu_state *st = per_cpu_ptr(&cpuhp_state, cpu); in bringup_wait_for_ap() local
540 static void undo_cpu_up(unsigned int cpu, struct cpuhp_cpu_state *st) in undo_cpu_up()
550 static inline bool can_rollback_cpu(struct cpuhp_cpu_state *st) in can_rollback_cpu()
[all …]
/kernel/sched/
Dtune.c50 static inline struct schedtune *parent_st(struct schedtune *st) in parent_st()
259 struct schedtune *st; in schedtune_enqueue_task() local
374 struct schedtune *st; in schedtune_dequeue_task() local
413 struct schedtune *st; in schedtune_task_boost() local
430 struct schedtune *st; in schedtune_prefer_idle() local
448 struct schedtune *st = css_st(css); in prefer_idle_read() local
457 struct schedtune *st = css_st(css); in prefer_idle_write() local
466 struct schedtune *st = css_st(css); in boost_read() local
475 struct schedtune *st = css_st(css); in boost_write() local
503 schedtune_boostgroup_init(struct schedtune *st) in schedtune_boostgroup_init()
[all …]
Dcputime.c472 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted()
479 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted()
612 u64 *ut, u64 *st) in cputime_adjust()
683 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted()
694 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted()
/kernel/bpf/
Dverifier.c137 struct bpf_verifier_state st; member