Searched defs:st (Results 1 – 4 of 4) sorted by relevance
| /kernel/ |
| D | cpu.c | 173 struct cpuhp_cpu_state *st = per_cpu_ptr(&cpuhp_state, cpu); in cpuhp_invoke_callback() local 261 static inline void wait_for_ap_thread(struct cpuhp_cpu_state *st, bool bringup) in wait_for_ap_thread() 267 static inline void complete_ap_thread(struct cpuhp_cpu_state *st, bool bringup) in complete_ap_thread() 301 atomic_t *st = this_cpu_ptr(&cpuhp_state.ap_sync_state); in cpuhp_ap_update_sync_state() local 311 atomic_t *st = per_cpu_ptr(&cpuhp_state.ap_sync_state, cpu); in cpuhp_wait_for_sync_state() local 362 atomic_t *st = per_cpu_ptr(&cpuhp_state.ap_sync_state, cpu); in cpuhp_bp_sync_dead() local 393 atomic_t *st = this_cpu_ptr(&cpuhp_state.ap_sync_state); in cpuhp_ap_sync_alive() local 404 atomic_t *st = per_cpu_ptr(&cpuhp_state.ap_sync_state, cpu); in cpuhp_can_boot_ap() local 709 cpuhp_set_state(int cpu, struct cpuhp_cpu_state *st, enum cpuhp_state target) in cpuhp_set_state() 727 cpuhp_reset_state(int cpu, struct cpuhp_cpu_state *st, in cpuhp_reset_state() [all …]
|
| /kernel/sched/ |
| D | cputime.c | 461 u64 *ut, u64 *st) in cputime_adjust() 467 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() 474 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() 565 u64 *ut, u64 *st) in cputime_adjust() 642 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() 654 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted()
|
| /kernel/bpf/ |
| D | verifier.c | 181 struct bpf_verifier_state st; member 1022 struct bpf_reg_state *st = &slot->spilled_ptr; in mark_stack_slots_iter() local 1060 struct bpf_reg_state *st = &slot->spilled_ptr; in unmark_stack_slots_iter() local 1118 struct bpf_reg_state *st = &slot->spilled_ptr; in is_iter_reg_valid_init() local 1616 static struct bpf_verifier_state *get_loop_entry(struct bpf_verifier_state *st) in get_loop_entry() 1651 static void update_branch_counts(struct bpf_verifier_env *env, struct bpf_verifier_state *st) in update_branch_counts() 3209 struct bpf_reg_state *st = &state->stack[spi - i].spilled_ptr; in mark_iter_read() local 3559 static struct bpf_jmp_history_entry *get_jmp_hist_entry(struct bpf_verifier_state *st, in get_jmp_hist_entry() 3580 static int get_prev_insn_idx(struct bpf_verifier_state *st, int i, in get_prev_insn_idx() 4156 struct bpf_verifier_state *st) in mark_all_scalars_precise() [all …]
|
| D | syscall.c | 2292 const struct bpf_prog_stats *st; in bpf_prog_get_stats() local
|