Home
last modified time | relevance | path

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

/kernel/
Drcutorture.c362 void (*sync)(void); member
453 .sync = synchronize_rcu,
469 cur_ops->sync(); in rcu_sync_torture_deferred_free()
496 .sync = synchronize_rcu,
513 .sync = synchronize_rcu_expedited,
555 .sync = synchronize_rcu_bh,
571 .sync = synchronize_rcu_bh,
587 .sync = synchronize_rcu_bh_expedited,
677 .sync = srcu_torture_synchronize,
691 .sync = srcu_torture_synchronize,
[all …]
Dwait.c163 int autoremove_wake_function(wait_queue_t *wait, unsigned mode, int sync, void *key) in autoremove_wake_function() argument
165 int ret = default_wake_function(wait, mode, sync, key); in autoremove_wake_function()
173 int wake_bit_function(wait_queue_t *wait, unsigned mode, int sync, void *arg) in wake_bit_function() argument
184 return autoremove_wake_function(wait, mode, sync, key); in wake_bit_function()
Dexit.c1493 int sync, void *key) in child_wait_callback() argument
1505 return default_wake_function(wait, mode, sync, key); in child_wait_callback()
Dcgroup.c3805 int sync, void *key) in cgroup_event_wake() argument
/kernel/sched/
Dfair.c3113 static int wake_affine(struct sched_domain *sd, struct task_struct *p, int sync) in wake_affine() argument
3133 if (sync) { in wake_affine()
3174 if (sync && balanced) in wake_affine()
3337 int sync = wake_flags & WF_SYNC; in select_task_rq_fair() local
3368 if (cpu != prev_cpu && wake_affine(affine_sd, p, sync)) in select_task_rq_fair()