Home
last modified time | relevance | path

Searched refs:sync (Results 1 – 6 of 6) sorted by relevance

/kernel/sched/
Dwait.c290 int autoremove_wake_function(wait_queue_t *wait, unsigned mode, int sync, void *key) in autoremove_wake_function() argument
292 int ret = default_wake_function(wait, mode, sync, key); in autoremove_wake_function()
345 int woken_wake_function(wait_queue_t *wait, unsigned mode, int sync, void *key) in woken_wake_function() argument
357 return default_wake_function(wait, mode, sync, key); in woken_wake_function()
361 int wake_bit_function(wait_queue_t *wait, unsigned mode, int sync, void *arg) in wake_bit_function() argument
372 return autoremove_wake_function(wait, mode, sync, key); in wake_bit_function()
505 static int wake_atomic_t_function(wait_queue_t *wait, unsigned mode, int sync, in wake_atomic_t_function() argument
517 return autoremove_wake_function(wait, mode, sync, key); in wake_atomic_t_function()
Dfair.c5014 static int wake_affine(struct sched_domain *sd, struct task_struct *p, int sync) in wake_affine() argument
5034 if (sync) { in wake_affine()
5553 static int energy_aware_wake_cpu(struct task_struct *p, int target, int sync) in energy_aware_wake_cpu() argument
5562 if (sysctl_sched_sync_hint_enable && sync) { in energy_aware_wake_cpu()
5688 int sync = wake_flags & WF_SYNC; in select_task_rq_fair() local
5721 if (cpu != prev_cpu && wake_affine(affine_sd, p, sync)) in select_task_rq_fair()
5727 new_cpu = energy_aware_wake_cpu(p, prev_cpu, sync); in select_task_rq_fair()
/kernel/irq/
Dpm.c119 bool sync; in suspend_device_irqs() local
122 sync = suspend_device_irq(desc, irq); in suspend_device_irqs()
125 if (sync) in suspend_device_irqs()
/kernel/rcu/
Drcutorture.c249 void (*sync)(void); member
382 .sync = synchronize_rcu,
428 .sync = synchronize_rcu_bh,
471 .sync = synchronize_rcu_busted,
569 .sync = srcu_torture_synchronize,
605 .sync = synchronize_sched,
643 .sync = synchronize_rcu_tasks,
886 if (gp_sync1 && cur_ops->sync) in rcu_torture_writer()
888 else if (gp_sync && !cur_ops->sync) in rcu_torture_writer()
945 cur_ops->sync(); in rcu_torture_writer()
[all …]
/kernel/
Dexit.c1475 int sync, void *key) in child_wait_callback() argument
1487 return default_wake_function(wait, mode, sync, key); in child_wait_callback()
Dworkqueue.c2746 static int cwt_wakefn(wait_queue_t *wait, unsigned mode, int sync, void *key) in cwt_wakefn() argument
2752 return autoremove_wake_function(wait, mode, sync, key); in cwt_wakefn()