Home
last modified time | relevance | path

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

/kernel/rcu/
Dsync.c33 void (*sync)(void); member
41 .sync = synchronize_rcu,
47 .sync = synchronize_sched,
53 .sync = synchronize_rcu_bh,
128 gp_ops[rsp->gp_type].sync(); in rcu_sync_enter()
Drcuperf.c116 void (*sync)(void); member
155 .sync = synchronize_rcu,
183 .sync = synchronize_rcu_bh,
228 .sync = srcu_perf_synchronize,
256 .sync = synchronize_sched,
283 .sync = synchronize_rcu_tasks,
389 cur_ops->sync(); in rcu_perf_writer()
Drcutorture.c265 void (*sync)(void); member
394 .sync = synchronize_rcu,
436 .sync = synchronize_rcu_bh,
480 .sync = synchronize_rcu_busted,
581 .sync = srcu_torture_synchronize,
613 .sync = srcu_torture_synchronize,
650 .sync = synchronize_sched,
691 .sync = synchronize_rcu_tasks,
952 if (gp_sync1 && cur_ops->sync) in rcu_torture_writer()
954 else if (gp_sync && !cur_ops->sync) in rcu_torture_writer()
[all …]
DMakefile5 obj-y += update.o sync.o
/kernel/sched/
Dwait.c279 int autoremove_wake_function(wait_queue_t *wait, unsigned mode, int sync, void *key) in autoremove_wake_function() argument
281 int ret = default_wake_function(wait, mode, sync, key); in autoremove_wake_function()
338 int woken_wake_function(wait_queue_t *wait, unsigned mode, int sync, void *key) in woken_wake_function() argument
350 return default_wake_function(wait, mode, sync, key); in woken_wake_function()
354 int wake_bit_function(wait_queue_t *wait, unsigned mode, int sync, void *arg) in wake_bit_function() argument
365 return autoremove_wake_function(wait, mode, sync, key); in wake_bit_function()
497 static int wake_atomic_t_function(wait_queue_t *wait, unsigned mode, int sync, in wake_atomic_t_function() argument
509 return autoremove_wake_function(wait, mode, sync, key); in wake_atomic_t_function()
Dcputime.c65 u64_stats_update_begin(&irqtime->sync); in irqtime_account_irq()
81 u64_stats_update_end(&irqtime->sync); in irqtime_account_irq()
Dsched.h1962 struct u64_stats_sync sync; member
1974 seq = __u64_stats_fetch_begin(&irqtime->sync); in irq_time_read()
1976 } while (__u64_stats_fetch_retry(&irqtime->sync, seq)); in irq_time_read()
Dfair.c5974 int prev_cpu, int sync) in wake_affine() argument
5993 if (sync) { in wake_affine()
7061 static int select_energy_cpu_brute(struct task_struct *p, int prev_cpu, int sync) in select_energy_cpu_brute() argument
7072 if (sysctl_sched_sync_hint_enable && sync) { in select_energy_cpu_brute()
7190 int sync = wake_flags & WF_SYNC; in select_task_rq_fair() local
7199 return select_energy_cpu_brute(p, prev_cpu, sync); in select_task_rq_fair()
7224 if (cpu != prev_cpu && wake_affine(affine_sd, p, prev_cpu, sync)) in select_task_rq_fair()
/kernel/irq/
Dpm.c125 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/
Dexit.c1518 int sync, void *key) in child_wait_callback() argument
1530 return default_wake_function(wait, mode, sync, key); in child_wait_callback()
Dworkqueue.c2860 static int cwt_wakefn(wait_queue_t *wait, unsigned mode, int sync, void *key) in cwt_wakefn() argument
2866 return autoremove_wake_function(wait, mode, sync, key); in cwt_wakefn()
/kernel/power/
DKconfig29 of suspend, or they are content with invoking sync() from