Searched defs:sp (Results 1 – 8 of 8) sorted by relevance
/kernel/rcu/ |
D | rcu.h | 48 static inline void rcu_seq_set_state(unsigned long *sp, int newstate) in rcu_seq_set_state() 55 static inline void rcu_seq_start(unsigned long *sp) in rcu_seq_start() 63 static inline unsigned long rcu_seq_endval(unsigned long *sp) in rcu_seq_endval() 69 static inline void rcu_seq_end(unsigned long *sp) in rcu_seq_end() 87 static inline unsigned long rcu_seq_snap(unsigned long *sp) in rcu_seq_snap() 97 static inline unsigned long rcu_seq_current(unsigned long *sp) in rcu_seq_current() 106 static inline bool rcu_seq_started(unsigned long *sp, unsigned long s) in rcu_seq_started() 115 static inline bool rcu_seq_done(unsigned long *sp, unsigned long s) in rcu_seq_done() 327 #define srcu_for_each_node_breadth_first(sp, rnp) \ argument 490 struct srcu_struct *sp, int *flags, in srcutorture_get_gp_data() [all …]
|
D | tree_plugin.h | 965 struct sched_param sp; in rcu_cpu_kthread_setup() local 1137 struct sched_param sp; in rcu_spawn_one_boost_kthread() local
|
D | tree.c | 4299 struct sched_param sp; in rcu_spawn_gp_kthread() local
|
/kernel/ |
D | cpu.c | 2089 struct cpuhp_step *sp; in cpuhp_store_callbacks() local 2132 struct cpuhp_step *sp = cpuhp_get_step(state); in cpuhp_issue_call() local 2186 struct cpuhp_step *sp; in __cpuhp_state_add_instance_cpuslocked() local 2334 struct cpuhp_step *sp = cpuhp_get_step(state); in __cpuhp_state_remove_instance() local 2381 struct cpuhp_step *sp = cpuhp_get_step(state); in __cpuhp_remove_state_cpuslocked() local 2512 struct cpuhp_step *sp; in write_cpuhp_target() local 2564 struct cpuhp_step *sp; in write_cpuhp_fail() local 2627 struct cpuhp_step *sp = cpuhp_get_step(i); in show_cpuhp_states() local
|
D | stackleak.c | 108 unsigned long sp = current_stack_pointer; in stackleak_track_stack() local
|
D | signal.c | 4064 do_sigaltstack (const stack_t *ss, stack_t *oss, unsigned long sp, in do_sigaltstack() 4131 int __save_altstack(stack_t __user *uss, unsigned long sp) in __save_altstack() 4188 int __compat_save_altstack(compat_stack_t __user *uss, unsigned long sp) in __compat_save_altstack()
|
/kernel/sched/ |
D | core.c | 5837 struct sched_param sp = { .sched_priority = MAX_RT_PRIO / 2 }; in sched_set_fifo() local 5847 struct sched_param sp = { .sched_priority = 1 }; in sched_set_fifo_low() local
|
/kernel/events/ |
D | core.c | 6579 unsigned long sp; in perf_output_sample_ustack() local
|