Searched refs:sp (Results 1 - 6 of 6) sorted by relevance
/kernel/rcu/ |
H A D | srcu.c | 99 static int init_srcu_struct_fields(struct srcu_struct *sp) argument 101 sp->completed = 0; 102 spin_lock_init(&sp->queue_lock); 103 sp->running = false; 104 rcu_batch_init(&sp->batch_queue); 105 rcu_batch_init(&sp->batch_check0); 106 rcu_batch_init(&sp->batch_check1); 107 rcu_batch_init(&sp->batch_done); 108 INIT_DELAYED_WORK(&sp->work, process_srcu); 109 sp 115 __init_srcu_struct(struct srcu_struct *sp, const char *name, struct lock_class_key *key) argument 135 init_srcu_struct(struct srcu_struct *sp) argument 147 srcu_readers_seq_idx(struct srcu_struct *sp, int idx) argument 164 srcu_readers_active_idx(struct srcu_struct *sp, int idx) argument 186 srcu_readers_active_idx_check(struct srcu_struct *sp, int idx) argument 262 srcu_readers_active(struct srcu_struct *sp) argument 281 cleanup_srcu_struct(struct srcu_struct *sp) argument 295 __srcu_read_lock(struct srcu_struct *sp) argument 315 __srcu_read_unlock(struct srcu_struct *sp, int idx) argument 340 try_check_zero(struct srcu_struct *sp, int idx, int trycount) argument 356 srcu_flip(struct srcu_struct *sp) argument 388 call_srcu(struct srcu_struct *sp, struct rcu_head *head, void (*func)(struct rcu_head *head)) argument 428 __synchronize_srcu(struct srcu_struct *sp, int trycount) argument 508 synchronize_srcu(struct srcu_struct *sp) argument 526 synchronize_srcu_expedited(struct srcu_struct *sp) argument 536 srcu_barrier(struct srcu_struct *sp) argument 549 srcu_batches_completed(struct srcu_struct *sp) argument 562 srcu_collect_new(struct srcu_struct *sp) argument 575 srcu_advance_batches(struct srcu_struct *sp, int trycount) argument 636 srcu_invoke_callbacks(struct srcu_struct *sp) argument 655 srcu_reschedule(struct srcu_struct *sp) argument 684 struct srcu_struct *sp; local [all...] |
H A D | tree_plugin.h | 1309 struct sched_param sp; local 1329 sp.sched_priority = RCU_BOOST_PRIO; 1330 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); 1344 struct sched_param sp; local 1346 sp.sched_priority = RCU_KTHREAD_PRIO; 1347 sched_setscheduler_nocheck(current, SCHED_FIFO, &sp);
|
H A D | rcutorture.c | 688 struct sched_param sp; local 693 sp.sched_priority = 1; 694 if (sched_setscheduler(current, SCHED_FIFO, &sp) < 0) {
|
/kernel/debug/kdb/ |
H A D | kdb_bt.c | 31 show_stack(p, &kdb_current_regs->sp);
|
/kernel/ |
H A D | signal.c | 3134 do_sigaltstack (const stack_t __user *uss, stack_t __user *uoss, unsigned long sp) argument 3141 oss.ss_flags = sas_ss_flags(sp); 3158 if (on_sig_stack(sp)) 3210 int __save_altstack(stack_t __user *uss, unsigned long sp) argument 3214 __put_user(sas_ss_flags(sp), &uss->ss_flags) | 3260 int __compat_save_altstack(compat_stack_t __user *uss, unsigned long sp) argument 3264 __put_user(sas_ss_flags(sp), &uss->ss_flags) |
|
/kernel/events/ |
H A D | core.c | 4544 unsigned long sp; local 4563 sp = perf_user_stack_pointer(regs); 4564 rem = __output_copy_user(handle, (void *) sp, dump_size);
|
Completed in 737 milliseconds