Searched defs:st (Results 1 – 4 of 4) sorted by relevance
/kernel/ |
D | cpu.c | 171 struct cpuhp_cpu_state *st = per_cpu_ptr(&cpuhp_state, cpu); in cpuhp_invoke_callback() local 259 static inline void wait_for_ap_thread(struct cpuhp_cpu_state *st, bool bringup) in wait_for_ap_thread() 265 static inline void complete_ap_thread(struct cpuhp_cpu_state *st, bool bringup) in complete_ap_thread() 478 cpuhp_set_state(int cpu, struct cpuhp_cpu_state *st, enum cpuhp_state target) in cpuhp_set_state() 496 cpuhp_reset_state(int cpu, struct cpuhp_cpu_state *st, in cpuhp_reset_state() 529 static void __cpuhp_kick_ap(struct cpuhp_cpu_state *st) in __cpuhp_kick_ap() 545 static int cpuhp_kick_ap(int cpu, struct cpuhp_cpu_state *st, in cpuhp_kick_ap() 563 struct cpuhp_cpu_state *st = per_cpu_ptr(&cpuhp_state, cpu); in bringup_wait_for_ap() local 643 struct cpuhp_cpu_state *st, in cpuhp_next_state() 668 struct cpuhp_cpu_state *st, in __cpuhp_invoke_callback_range() [all …]
|
/kernel/sched/ |
D | cputime.c | 460 u64 *ut, u64 *st) in cputime_adjust() 466 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() 473 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() 564 u64 *ut, u64 *st) in cputime_adjust() 635 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() 646 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 987 static void update_branch_counts(struct bpf_verifier_env *env, struct bpf_verifier_state *st) in update_branch_counts() 2132 static int get_prev_insn_idx(struct bpf_verifier_state *st, int i, in get_prev_insn_idx() 2378 struct bpf_verifier_state *st) in mark_all_scalars_precise() 2411 static void mark_all_scalars_imprecise(struct bpf_verifier_env *env, struct bpf_verifier_state *st) in mark_all_scalars_imprecise() 2526 struct bpf_verifier_state *st = env->cur_state; in __mark_chain_precision() local 10337 struct bpf_func_state *st) in clean_func_state() 10366 struct bpf_verifier_state *st) in clean_verifier_state()
|
D | syscall.c | 1846 const struct bpf_prog_stats *st; in bpf_prog_get_stats() local
|