Searched defs:sync (Results 276 - 300 of 335) sorted by path

<<11121314

/linux-master/include/uapi/linux/
H A Dif.h220 sync_serial_settings __user *sync; member in union:if_settings::__anon1184
/linux-master/include/uapi/sound/
H A Dasound.h351 union snd_pcm_sync_id sync; /* hardware synchronization ID */ member in struct:snd_pcm_info
/linux-master/io_uring/
H A Dio-wq.c1122 io_wq_hash_wake(struct wait_queue_entry *wait, unsigned mode, int sync, void *key) argument
H A Dio_uring.c1228 static __cold void io_fallback_tw(struct io_uring_task *tctx, bool sync) argument
H A Dpoll.c429 static int io_poll_wake(struct wait_queue_entry *wait, unsigned mode, int sync, argument
H A Drw.c636 io_async_buf_func(struct wait_queue_entry *wait, unsigned mode, int sync, void *arg) argument
H A Dsync.c27 struct io_sync *sync = io_kiocb_to_cmd(req, struct io_sync); local
42 struct io_sync *sync = io_kiocb_to_cmd(req, struct io_sync); local
55 struct io_sync *sync local
72 struct io_sync *sync = io_kiocb_to_cmd(req, struct io_sync); local
87 struct io_sync *sync = io_kiocb_to_cmd(req, struct io_sync); local
101 struct io_sync *sync = io_kiocb_to_cmd(req, struct io_sync); local
[all...]
H A Dwaitid.c263 io_waitid_wait(struct wait_queue_entry *wait, unsigned mode, int sync, void *key) argument
/linux-master/kernel/
H A Dcpu.c313 int sync; local
363 int sync = atomic_read(st); local
405 int sync = atomic_read(st); local
[all...]
H A Dexit.c1513 child_wait_callback(wait_queue_entry_t *wait, unsigned mode, int sync, void *key) argument
H A Dseccomp.c1465 static int recv_wake_function(wait_queue_entry_t *wait, unsigned int mode, int sync, argument
H A Dsignal.c711 struct sigqueue *q, *sync = NULL; local
H A Dtracepoint.c47 static void tp_rcu_get_state(enum tp_transition_sync sync) argument
57 static void tp_rcu_cond_sync(enum tp_transition_sync sync) argument
H A Dworkqueue.c2178 static int cwt_wakefn(wait_queue_entry_t *wait, unsigned mode, int sync, void *key) argument
/linux-master/kernel/irq/
H A Dpm.c138 bool sync; local
/linux-master/kernel/locking/
H A Dlockdep.c4989 __lock_acquire(struct lockdep_map *lock, unsigned int subclass, int trylock, int read, int check, int hardirqs_off, struct lockdep_map *nest_lock, unsigned long ip, int references, int pin_count, int sync) argument
[all...]
/linux-master/kernel/rcu/
H A Drcuscale.c142 void (*sync)(void); member in struct:rcu_scale_ops
H A Drcutorture.c354 void (*sync)(void); member in struct:rcu_torture_ops
1318 do_rtws_sync(struct torture_random_state *trsp, void (*sync)(void)) argument
[all...]
/linux-master/kernel/sched/
H A Dfair.c7023 wake_affine_idle(int this_cpu, int prev_cpu, int sync) argument
7050 wake_affine_weight(struct sched_domain *sd, struct task_struct *p, int this_cpu, int prev_cpu, int sync) argument
7092 wake_affine(struct sched_domain *sd, struct task_struct *p, int this_cpu, int prev_cpu, int sync) argument
8159 int sync = (wake_flags & WF_SYNC) && !(current->flags & PF_EXITING); local
[all...]
H A Dsched.h2938 struct u64_stats_sync sync; member in struct:irqtime
H A Dwait.c382 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) argument
438 int woken_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) argument
H A Dwait_bit.c21 int wake_bit_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *arg) argument
160 var_wake_function(struct wait_queue_entry *wq_entry, unsigned int mode, int sync, void *arg) argument
/linux-master/kernel/trace/rv/
H A Drv.c226 static int __rv_disable_monitor(struct rv_monitor_def *mdef, bool sync) argument
/linux-master/mm/
H A Dcompaction.c2531 const bool sync = cc->mode != MIGRATE_ASYNC; local
[all...]
H A Dfilemap.c1090 static int wake_page_function(wait_queue_entry_t *wait, unsigned mode, int sync, void *arg) argument

Completed in 453 milliseconds

<<11121314