Searched defs:st (Results 1 – 4 of 4) sorted by relevance
/kernel/ |
D | cpu.c | 161 struct cpuhp_cpu_state *st = per_cpu_ptr(&cpuhp_state, cpu); in cpuhp_invoke_callback() local 251 static inline void wait_for_ap_thread(struct cpuhp_cpu_state *st, bool bringup) in wait_for_ap_thread() 257 static inline void complete_ap_thread(struct cpuhp_cpu_state *st, bool bringup) in complete_ap_thread() 465 cpuhp_set_state(struct cpuhp_cpu_state *st, enum cpuhp_state target) in cpuhp_set_state() 480 cpuhp_reset_state(struct cpuhp_cpu_state *st, enum cpuhp_state prev_state) in cpuhp_reset_state() 500 static void __cpuhp_kick_ap(struct cpuhp_cpu_state *st) in __cpuhp_kick_ap() 516 static int cpuhp_kick_ap(struct cpuhp_cpu_state *st, enum cpuhp_state target) in cpuhp_kick_ap() 533 struct cpuhp_cpu_state *st = per_cpu_ptr(&cpuhp_state, cpu); in bringup_wait_for_ap() local 604 static void undo_cpu_up(unsigned int cpu, struct cpuhp_cpu_state *st) in undo_cpu_up() 610 static inline bool can_rollback_cpu(struct cpuhp_cpu_state *st) in can_rollback_cpu() [all …]
|
/kernel/sched/ |
D | cputime.c | 453 u64 *ut, u64 *st) in cputime_adjust() 459 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() 466 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() 557 u64 *ut, u64 *st) in cputime_adjust() 628 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() 639 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted()
|
/kernel/bpf/ |
D | verifier.c | 170 struct bpf_verifier_state st; member 925 static void update_branch_counts(struct bpf_verifier_env *env, struct bpf_verifier_state *st) in update_branch_counts() 1800 static int get_prev_insn_idx(struct bpf_verifier_state *st, int i, in get_prev_insn_idx() 2023 struct bpf_verifier_state *st) in mark_all_scalars_precise() 2056 static void mark_all_scalars_imprecise(struct bpf_verifier_env *env, struct bpf_verifier_state *st) in mark_all_scalars_imprecise() 2171 struct bpf_verifier_state *st = env->cur_state; in __mark_chain_precision() local 9251 struct bpf_func_state *st) in clean_func_state() 9280 struct bpf_verifier_state *st) in clean_verifier_state()
|
D | syscall.c | 1807 const struct bpf_prog_stats *st; in bpf_prog_get_stats() local
|