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() 500 cpuhp_set_state(int cpu, struct cpuhp_cpu_state *st, enum cpuhp_state target) in cpuhp_set_state() 518 cpuhp_reset_state(int cpu, struct cpuhp_cpu_state *st, in cpuhp_reset_state() 551 static void __cpuhp_kick_ap(struct cpuhp_cpu_state *st) in __cpuhp_kick_ap() 567 static int cpuhp_kick_ap(int cpu, struct cpuhp_cpu_state *st, in cpuhp_kick_ap() 585 struct cpuhp_cpu_state *st = per_cpu_ptr(&cpuhp_state, cpu); in bringup_wait_for_ap() local 665 struct cpuhp_cpu_state *st, in cpuhp_next_state() 690 struct cpuhp_cpu_state *st, in __cpuhp_invoke_callback_range() [all …]
|
/kernel/sched/ |
D | cputime.c | 469 u64 *ut, u64 *st) in cputime_adjust() 475 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() 482 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() 578 u64 *ut, u64 *st) in cputime_adjust() 649 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() 661 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted()
|
/kernel/bpf/ |
D | verifier.c | 172 struct bpf_verifier_state st; member 1242 static void update_branch_counts(struct bpf_verifier_env *env, struct bpf_verifier_state *st) in update_branch_counts() 2548 static int get_prev_insn_idx(struct bpf_verifier_state *st, int i, in get_prev_insn_idx() 2806 struct bpf_verifier_state *st) in mark_all_scalars_precise() 2839 static void mark_all_scalars_imprecise(struct bpf_verifier_env *env, struct bpf_verifier_state *st) in mark_all_scalars_imprecise() 2954 struct bpf_verifier_state *st = env->cur_state; in __mark_chain_precision() local 11691 struct bpf_func_state *st) in clean_func_state() 11720 struct bpf_verifier_state *st) in clean_verifier_state()
|
D | syscall.c | 2120 const struct bpf_prog_stats *st; in bpf_prog_get_stats() local
|