/kernel/rcu/ |
D | sync.c | 33 void (*sync)(void); member 41 .sync = synchronize_rcu, 47 .sync = synchronize_sched, 53 .sync = synchronize_rcu_bh, 127 gp_ops[rsp->gp_type].sync(); in rcu_sync_enter()
|
D | rcutorture.c | 251 void (*sync)(void); member 380 .sync = synchronize_rcu, 422 .sync = synchronize_rcu_bh, 466 .sync = synchronize_rcu_busted, 567 .sync = srcu_torture_synchronize, 599 .sync = srcu_torture_synchronize, 636 .sync = synchronize_sched, 677 .sync = synchronize_rcu_tasks, 936 if (gp_sync1 && cur_ops->sync) in rcu_torture_writer() 938 else if (gp_sync && !cur_ops->sync) in rcu_torture_writer() [all …]
|
D | Makefile | 5 obj-y += update.o sync.o
|
/kernel/sched/ |
D | wait.c | 299 int autoremove_wake_function(wait_queue_t *wait, unsigned mode, int sync, void *key) in autoremove_wake_function() argument 301 int ret = default_wake_function(wait, mode, sync, key); in autoremove_wake_function() 358 int woken_wake_function(wait_queue_t *wait, unsigned mode, int sync, void *key) in woken_wake_function() argument 370 return default_wake_function(wait, mode, sync, key); in woken_wake_function() 374 int wake_bit_function(wait_queue_t *wait, unsigned mode, int sync, void *arg) in wake_bit_function() argument 385 return autoremove_wake_function(wait, mode, sync, key); in wake_bit_function() 518 static int wake_atomic_t_function(wait_queue_t *wait, unsigned mode, int sync, in wake_atomic_t_function() argument 530 return autoremove_wake_function(wait, mode, sync, key); in wake_atomic_t_function()
|
D | fair.c | 5879 int prev_cpu, int sync) in wake_affine() argument 5898 if (sync) { in wake_affine() 6741 static int select_energy_cpu_brute(struct task_struct *p, int prev_cpu, int sync) in select_energy_cpu_brute() argument 6750 if (sysctl_sched_sync_hint_enable && sync) { in select_energy_cpu_brute() 6858 int sync = wake_flags & WF_SYNC; in select_task_rq_fair() local 6868 return select_energy_cpu_brute(p, prev_cpu, sync); in select_task_rq_fair() 6893 if (cpu != prev_cpu && wake_affine(affine_sd, p, prev_cpu, sync)) in select_task_rq_fair()
|
/kernel/irq/ |
D | pm.c | 125 bool sync; in suspend_device_irqs() local 130 sync = suspend_device_irq(desc); in suspend_device_irqs() 133 if (sync) in suspend_device_irqs()
|
/kernel/ |
D | signal.c | 717 struct sigqueue *q, *sync = NULL; in dequeue_synchronous_signal() local 732 sync = q; in dequeue_synchronous_signal() 742 if (q->info.si_signo == sync->info.si_signo) in dequeue_synchronous_signal() 746 sigdelset(&pending->signal, sync->info.si_signo); in dequeue_synchronous_signal() 749 list_del_init(&sync->list); in dequeue_synchronous_signal() 750 copy_siginfo(info, &sync->info); in dequeue_synchronous_signal() 751 __sigqueue_free(sync); in dequeue_synchronous_signal()
|
D | exit.c | 1452 int sync, void *key) in child_wait_callback() argument 1464 return default_wake_function(wait, mode, sync, key); in child_wait_callback()
|
D | workqueue.c | 2794 static int cwt_wakefn(wait_queue_t *wait, unsigned mode, int sync, void *key) in cwt_wakefn() argument 2800 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
|