/kernel/rcu/ |
D | rcutorture.c | 300 void (*sync)(void); member 448 .sync = synchronize_rcu, 496 .sync = synchronize_rcu_busted, 587 .sync = srcu_torture_synchronize, 619 .sync = srcu_torture_synchronize, 638 .sync = srcu_torture_synchronize, 674 .sync = synchronize_rcu_tasks, 718 .sync = synchronize_rcu_trivial, 980 if (gp_sync1 && cur_ops->sync) { in rcu_torture_writer() 983 } else if (gp_sync && !cur_ops->sync) { in rcu_torture_writer() [all …]
|
D | rcuperf.c | 139 void (*sync)(void); member 180 .sync = synchronize_rcu, 237 .sync = srcu_perf_synchronize, 266 .sync = srcu_perf_synchronize, 293 .sync = synchronize_rcu_tasks, 423 cur_ops->sync(); in rcu_perf_writer()
|
D | Makefile | 6 obj-y += update.o sync.o
|
/kernel/sched/ |
D | wait_bit.c | 21 int wake_bit_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *arg) in wake_bit_function() argument 31 return autoremove_wake_function(wq_entry, mode, sync, key); in wake_bit_function() 161 int sync, void *arg) in var_wake_function() argument 171 return autoremove_wake_function(wq_entry, mode, sync, key); in var_wake_function()
|
D | wait.c | 370 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) in autoremove_wake_function() argument 372 int ret = default_wake_function(wq_entry, mode, sync, key); in autoremove_wake_function() 431 int woken_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) in woken_wake_function() argument 437 return default_wake_function(wq_entry, mode, sync, key); in woken_wake_function()
|
D | cputime.c | 40 u64_stats_update_begin(&irqtime->sync); in irqtime_account_delta() 44 u64_stats_update_end(&irqtime->sync); in irqtime_account_delta()
|
D | fair.c | 5470 wake_affine_idle(int this_cpu, int prev_cpu, int sync) in wake_affine_idle() argument 5487 if (sync && cpu_rq(this_cpu)->nr_running == 1) in wake_affine_idle() 5495 int this_cpu, int prev_cpu, int sync) in wake_affine_weight() argument 5502 if (sync) { in wake_affine_weight() 5530 if (sync) in wake_affine_weight() 5537 int this_cpu, int prev_cpu, int sync) in wake_affine() argument 5542 target = wake_affine_idle(this_cpu, prev_cpu, sync); in wake_affine() 5545 target = wake_affine_weight(sd, p, this_cpu, prev_cpu, sync); in wake_affine() 6349 static int find_energy_efficient_cpu(struct task_struct *p, int prev_cpu, int sync) in find_energy_efficient_cpu() argument 6369 if (sync && cpu_rq(cpu)->nr_running == 1 && in find_energy_efficient_cpu() [all …]
|
D | sched.h | 2267 struct u64_stats_sync sync; member 2284 seq = __u64_stats_fetch_begin(&irqtime->sync); in irq_time_read() 2286 } while (__u64_stats_fetch_retry(&irqtime->sync, seq)); in irq_time_read()
|
/kernel/irq/ |
D | pm.c | 124 bool sync; in suspend_device_irqs() local 129 sync = suspend_device_irq(desc); in suspend_device_irqs() 132 if (sync) in suspend_device_irqs()
|
/kernel/ |
D | signal.c | 705 struct sigqueue *q, *sync = NULL; in dequeue_synchronous_signal() local 720 sync = q; in dequeue_synchronous_signal() 730 if (q->info.si_signo == sync->info.si_signo) in dequeue_synchronous_signal() 734 sigdelset(&pending->signal, sync->info.si_signo); in dequeue_synchronous_signal() 737 list_del_init(&sync->list); in dequeue_synchronous_signal() 738 copy_siginfo(info, &sync->info); in dequeue_synchronous_signal() 739 __sigqueue_free(sync); in dequeue_synchronous_signal()
|
D | exit.c | 1398 int sync, void *key) in child_wait_callback() argument 1410 return default_wake_function(wait, mode, sync, key); in child_wait_callback()
|
D | workqueue.c | 3077 static int cwt_wakefn(wait_queue_entry_t *wait, unsigned mode, int sync, void *key) in cwt_wakefn() argument 3083 return autoremove_wake_function(wait, mode, sync, key); in cwt_wakefn()
|
/kernel/power/ |
D | Kconfig | 29 of suspend, or they are content with invoking sync() from
|