Searched defs:sp (Results 1 – 11 of 11) sorted by relevance
/kernel/rcu/ |
D | rcu.h | 49 static inline void rcu_seq_set_state(unsigned long *sp, int newstate) in rcu_seq_set_state() 56 static inline void rcu_seq_start(unsigned long *sp) in rcu_seq_start() 64 static inline unsigned long rcu_seq_endval(unsigned long *sp) in rcu_seq_endval() 70 static inline void rcu_seq_end(unsigned long *sp) in rcu_seq_end() 88 static inline unsigned long rcu_seq_snap(unsigned long *sp) in rcu_seq_snap() 98 static inline unsigned long rcu_seq_current(unsigned long *sp) in rcu_seq_current() 107 static inline bool rcu_seq_started(unsigned long *sp, unsigned long s) in rcu_seq_started() 116 static inline bool rcu_seq_done(unsigned long *sp, unsigned long s) in rcu_seq_done() 126 static inline bool rcu_seq_done_exact(unsigned long *sp, unsigned long s) in rcu_seq_done_exact() 342 #define srcu_for_each_node_breadth_first(sp, rnp) \ argument [all …]
|
D | tree_plugin.h | 1009 struct sched_param sp; in rcu_cpu_kthread_setup() local 1195 struct sched_param sp; in rcu_spawn_one_boost_kthread() local
|
D | tree_nocb.h | 1458 struct sched_param sp; in rcu_spawn_cpu_nocb_kthread() local
|
D | tree.c | 4564 struct sched_param sp; in rcu_spawn_gp_kthread() local
|
D | rcutorture.c | 2359 struct sched_param sp; in rcutorture_booster_init() local
|
/kernel/ |
D | cpu.c | 1950 struct cpuhp_step *sp; in cpuhp_store_callbacks() local 1993 struct cpuhp_step *sp = cpuhp_get_step(state); in cpuhp_issue_call() local 2046 struct cpuhp_step *sp; in __cpuhp_state_add_instance_cpuslocked() local 2195 struct cpuhp_step *sp = cpuhp_get_step(state); in __cpuhp_state_remove_instance() local 2242 struct cpuhp_step *sp = cpuhp_get_step(state); in __cpuhp_remove_state_cpuslocked() local 2380 struct cpuhp_step *sp; in target_store() local 2430 struct cpuhp_step *sp; in fail_store() local 2507 struct cpuhp_step *sp = cpuhp_get_step(i); in states_show() local
|
D | stackleak.c | 152 unsigned long sp = current_stack_pointer; in stackleak_track_stack() local
|
D | signal.c | 4192 do_sigaltstack (const stack_t *ss, stack_t *oss, unsigned long sp, in do_sigaltstack() 4274 int __save_altstack(stack_t __user *uss, unsigned long sp) in __save_altstack() 4327 int __compat_save_altstack(compat_stack_t __user *uss, unsigned long sp) in __compat_save_altstack()
|
/kernel/trace/ |
D | trace_osnoise.c | 1651 struct sched_param sp; in timerlat_main() local
|
/kernel/sched/ |
D | core.c | 7976 struct sched_param sp = { .sched_priority = MAX_RT_PRIO / 2 }; in sched_set_fifo() local 7986 struct sched_param sp = { .sched_priority = 1 }; in sched_set_fifo_low() local
|
/kernel/events/ |
D | core.c | 6774 unsigned long sp; in perf_output_sample_ustack() local
|