Searched defs:sp (Results 1 – 10 of 10) sorted by relevance
| /kernel/rcu/ |
| D | srcutree.c | 62 static void init_srcu_struct_nodes(struct srcu_struct *sp, bool is_static) in init_srcu_struct_nodes() 146 static int init_srcu_struct_fields(struct srcu_struct *sp, bool is_static) in init_srcu_struct_fields() 167 int __init_srcu_struct(struct srcu_struct *sp, const char *name, in __init_srcu_struct() 188 int init_srcu_struct(struct srcu_struct *sp) in init_srcu_struct() 205 static void check_init_srcu_struct(struct srcu_struct *sp) in check_init_srcu_struct() 226 static unsigned long srcu_readers_lock_idx(struct srcu_struct *sp, int idx) in srcu_readers_lock_idx() 243 static unsigned long srcu_readers_unlock_idx(struct srcu_struct *sp, int idx) in srcu_readers_unlock_idx() 260 static bool srcu_readers_active_idx_check(struct srcu_struct *sp, int idx) in srcu_readers_active_idx_check() 312 static bool srcu_readers_active(struct srcu_struct *sp) in srcu_readers_active() 334 static unsigned long srcu_get_delay(struct srcu_struct *sp) in srcu_get_delay() [all …]
|
| D | srcutiny.c | 38 static int init_srcu_struct_fields(struct srcu_struct *sp) in init_srcu_struct_fields() 54 int __init_srcu_struct(struct srcu_struct *sp, const char *name, in __init_srcu_struct() 74 int init_srcu_struct(struct srcu_struct *sp) in init_srcu_struct() 89 void cleanup_srcu_struct(struct srcu_struct *sp) in cleanup_srcu_struct() 104 void __srcu_read_unlock(struct srcu_struct *sp, int idx) in __srcu_read_unlock() 124 struct srcu_struct *sp; in srcu_drive_gp() local 168 void call_srcu(struct srcu_struct *sp, struct rcu_head *rhp, in call_srcu() 187 void synchronize_srcu(struct srcu_struct *sp) in synchronize_srcu()
|
| D | rcu.h | 89 static inline void rcu_seq_set_state(unsigned long *sp, int newstate) in rcu_seq_set_state() 96 static inline void rcu_seq_start(unsigned long *sp) in rcu_seq_start() 104 static inline void rcu_seq_end(unsigned long *sp) in rcu_seq_end() 112 static inline unsigned long rcu_seq_snap(unsigned long *sp) in rcu_seq_snap() 122 static inline unsigned long rcu_seq_current(unsigned long *sp) in rcu_seq_current() 131 static inline bool rcu_seq_done(unsigned long *sp, unsigned long s) in rcu_seq_done() 427 struct srcu_struct *sp, int *flags, in srcutorture_get_gp_data() 456 srcu_batches_completed(struct srcu_struct *sp) { return 0; } in srcu_batches_completed()
|
| D | rcuperf.c | 410 struct sched_param sp; in rcu_perf_writer() local
|
| D | tree_plugin.h | 1119 struct sched_param sp; in rcu_spawn_one_boost_kthread() local 1153 struct sched_param sp; in rcu_cpu_kthread_setup() local
|
| D | rcutorture.c | 734 struct sched_param sp; in rcu_torture_boost() local
|
| D | tree.c | 3961 struct sched_param sp; in rcu_spawn_gp_kthread() local
|
| /kernel/ |
| D | cpu.c | 143 struct cpuhp_step *sp; in cpuhp_get_step() local 1552 struct cpuhp_step *sp; in cpuhp_store_callbacks() local 1595 struct cpuhp_step *sp = cpuhp_get_step(state); in cpuhp_issue_call() local 1649 struct cpuhp_step *sp; in __cpuhp_state_add_instance_cpuslocked() local 1797 struct cpuhp_step *sp = cpuhp_get_step(state); in __cpuhp_state_remove_instance() local 1844 struct cpuhp_step *sp = cpuhp_get_step(state); in __cpuhp_remove_state_cpuslocked() local 1903 struct cpuhp_step *sp; in write_cpuhp_target() local 1953 struct cpuhp_step *sp; in write_cpuhp_fail() local 2016 struct cpuhp_step *sp = cpuhp_get_step(i); in show_cpuhp_states() local
|
| D | signal.c | 3293 do_sigaltstack (const stack_t *ss, stack_t *oss, unsigned long sp, in do_sigaltstack() 3360 int __save_altstack(stack_t __user *uss, unsigned long sp) in __save_altstack() 3411 int __compat_save_altstack(compat_stack_t __user *uss, unsigned long sp) in __compat_save_altstack()
|
| /kernel/events/ |
| D | core.c | 5730 unsigned long sp; in perf_output_sample_ustack() local
|