/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 | 419 int sync, void *key) in autoremove_wake_function() argument 421 int ret = default_wake_function(wq_entry, mode, sync, key); in autoremove_wake_function() 481 int sync, void *key) in woken_wake_function() argument 487 return default_wake_function(wq_entry, mode, sync, key); in woken_wake_function()
|
D | rt.c | 1400 bool sync) in should_honor_rt_sync() argument 1407 return sync && task_has_rt_policy(rq->curr) && in should_honor_rt_sync() 1413 bool sync) in should_honor_rt_sync() argument 1426 bool sync = !!(flags & ENQUEUE_WAKEUP_SYNC); in enqueue_task_rt() local 1434 !should_honor_rt_sync(rq, p, sync)) in enqueue_task_rt() 1515 bool sync = !!(flags & WF_SYNC); in select_task_rq_rt() local 1573 if (should_honor_rt_sync(this_cpu_rq, p, sync) && in select_task_rq_rt()
|
D | cputime.c | 42 u64_stats_update_begin(&irqtime->sync); in irqtime_account_delta() 46 u64_stats_update_end(&irqtime->sync); in irqtime_account_delta()
|
D | fair.c | 6173 wake_affine_idle(int this_cpu, int prev_cpu, int sync) in wake_affine_idle() argument 6190 if (sync && cpu_rq(this_cpu)->nr_running == 1) in wake_affine_idle() 6201 int this_cpu, int prev_cpu, int sync) in wake_affine_weight() argument 6208 if (sync) { in wake_affine_weight() 6236 if (sync) in wake_affine_weight() 6243 int this_cpu, int prev_cpu, int sync) in wake_affine() argument 6248 target = wake_affine_idle(this_cpu, prev_cpu, sync); in wake_affine() 6251 target = wake_affine_weight(sd, p, this_cpu, prev_cpu, sync); in wake_affine() 7060 static int find_energy_efficient_cpu(struct task_struct *p, int prev_cpu, int sync) in find_energy_efficient_cpu() argument 7078 trace_android_rvh_find_energy_efficient_cpu(p, prev_cpu, sync, &new_cpu); in find_energy_efficient_cpu() [all …]
|
D | sched.h | 2841 struct u64_stats_sync sync; member 2858 seq = __u64_stats_fetch_begin(&irqtime->sync); in irq_time_read() 2860 } while (__u64_stats_fetch_retry(&irqtime->sync, seq)); in irq_time_read()
|
/kernel/rcu/ |
D | rcuscale.c | 139 void (*sync)(void); member 180 .sync = synchronize_rcu, 237 .sync = srcu_scale_synchronize, 266 .sync = srcu_scale_synchronize, 293 .sync = synchronize_rcu_tasks, 322 .sync = synchronize_rcu_tasks_trace, 448 cur_ops->sync(); in rcu_scale_writer()
|
D | rcutorture.c | 335 void (*sync)(void); member 499 .sync = synchronize_rcu, 552 .sync = synchronize_rcu_busted, 664 .sync = srcu_torture_synchronize, 700 .sync = srcu_torture_synchronize, 720 .sync = srcu_torture_synchronize, 761 .sync = synchronize_rcu_tasks, 807 .sync = synchronize_rcu_trivial, 832 .sync = synchronize_rcu_tasks_rude, 872 .sync = synchronize_rcu_tasks_trace, [all …]
|
D | Makefile | 10 obj-y += update.o sync.o
|
/kernel/irq/ |
D | pm.c | 138 bool sync; in suspend_device_irqs() local 143 sync = suspend_device_irq(desc); in suspend_device_irqs() 146 if (sync) in suspend_device_irqs()
|
/kernel/ |
D | tracepoint.c | 47 static void tp_rcu_get_state(enum tp_transition_sync sync) in tp_rcu_get_state() argument 49 struct tp_transition_snapshot *snapshot = &tp_transition_snapshot[sync]; in tp_rcu_get_state() 57 static void tp_rcu_cond_sync(enum tp_transition_sync sync) in tp_rcu_cond_sync() argument 59 struct tp_transition_snapshot *snapshot = &tp_transition_snapshot[sync]; in tp_rcu_cond_sync()
|
D | signal.c | 713 struct sigqueue *q, *sync = NULL; in dequeue_synchronous_signal() local 728 sync = q; in dequeue_synchronous_signal() 738 if (q->info.si_signo == sync->info.si_signo) in dequeue_synchronous_signal() 742 sigdelset(&pending->signal, sync->info.si_signo); in dequeue_synchronous_signal() 745 list_del_init(&sync->list); in dequeue_synchronous_signal() 746 copy_siginfo(info, &sync->info); in dequeue_synchronous_signal() 747 __sigqueue_free(sync); in dequeue_synchronous_signal()
|
D | exit.c | 1496 int sync, void *key) in child_wait_callback() argument 1508 return default_wake_function(wait, mode, sync, key); in child_wait_callback()
|
D | workqueue.c | 3131 static int cwt_wakefn(wait_queue_entry_t *wait, unsigned mode, int sync, void *key) in cwt_wakefn() argument 3137 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
|