Home
last modified time | relevance | path

Searched refs:wait_queue_entry_t (Results 1 – 25 of 57) sorted by relevance

123

/linux/include/linux/
H A Deventfd.h39 int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, wait_queue_entry_t *wait,
70 wait_queue_entry_t *wait, __u64 *cnt) in eventfd_ctx_remove_wait_queue()
H A Dkvm_irqfd.h42 wait_queue_entry_t wait;
H A Dwait.h13 typedef struct wait_queue_entry wait_queue_entry_t; typedef
770 extern int do_wait_intr(wait_queue_head_t *, wait_queue_entry_t *);
771 extern int do_wait_intr_irq(wait_queue_head_t *, wait_queue_entry_t *);
H A Dpoll.h90 wait_queue_entry_t wait;
H A Dvfio.h357 wait_queue_entry_t wait;
/linux/drivers/gpu/drm/i915/
H A Di915_sw_fence.c145 wait_queue_entry_t *pos, *next; in __i915_sw_fence_wake_up_all()
269 static int i915_sw_fence_wake(wait_queue_entry_t *wq, unsigned mode, int flags, void *key) in i915_sw_fence_wake()
285 wait_queue_entry_t *wq; in __i915_sw_fence_check_if_after()
306 wait_queue_entry_t *wq; in __i915_sw_fence_clear_checked_bit()
342 wait_queue_entry_t *wq, gfp_t gfp) in __i915_sw_fence_await_sw_fence()
398 wait_queue_entry_t *wq) in i915_sw_fence_await_sw_fence()
H A Di915_request.h245 wait_queue_entry_t submitq;
354 wait_queue_entry_t hucq;
H A Di915_sw_fence.h74 wait_queue_entry_t *wq);
/linux/kernel/sched/
H A Dwait.c76 wait_queue_entry_t *curr, *next; in __wake_up_common()
80 curr = list_first_entry(&wq_head->head, wait_queue_entry_t, entry); in __wake_up_common()
313 int do_wait_intr(wait_queue_head_t *wq, wait_queue_entry_t *wait) in do_wait_intr()
330 int do_wait_intr_irq(wait_queue_head_t *wq, wait_queue_entry_t *wait) in do_wait_intr_irq()
/linux/kernel/
H A Dexit.h21 wait_queue_entry_t child_wait;
/linux/fs/
H A Dfs_pin.c32 wait_queue_entry_t wait; in pin_kill()
/linux/include/net/
H A Daf_unix.h87 wait_queue_entry_t peer_wake;
/linux/sound/pci/mixart/
H A Dmixart_core.c224 wait_queue_entry_t wait; in snd_mixart_send_msg()
271 wait_queue_entry_t wait; in snd_mixart_send_msg_wait_notif()
/linux/block/
H A Dkyber-iosched.c193 static int kyber_domain_wake(wait_queue_entry_t *wait, unsigned mode, int flags,
695 static int kyber_domain_wake(wait_queue_entry_t *wqe, unsigned mode, int flags, in kyber_domain_wake()
949 wait_queue_entry_t *wait = &khd->domain_wait[domain].wait; \
/linux/sound/core/seq/
H A Dseq_fifo.c165 wait_queue_entry_t wait; in snd_seq_fifo_cell_out()
H A Dseq_memory.c275 wait_queue_entry_t wait; in snd_seq_cell_alloc()
/linux/drivers/md/bcache/
H A Dbtree.h214 wait_queue_entry_t wait;
/linux/net/smc/
H A Dsmc.h192 wait_queue_entry_t wait_entry;
/linux/sound/core/
H A Drawmidi.c439 wait_queue_entry_t wait; in snd_rawmidi_open()
1284 wait_queue_entry_t wait; in snd_rawmidi_read()
1601 wait_queue_entry_t wait; in snd_rawmidi_write()
1636 wait_queue_entry_t wait; in snd_rawmidi_write()
H A Dhwdep.c73 wait_queue_entry_t wait; in snd_hwdep_open()
/linux/mm/
H A Dmemcontrol-v1.c110 wait_queue_entry_t wait;
1855 static int memcg_event_wake(wait_queue_entry_t *wait, unsigned mode, in memcg_event_wake()
2169 wait_queue_entry_t wait;
2172 static int memcg_oom_wake_function(wait_queue_entry_t *wait, in memcg_oom_wake_function()
H A Dmempool.c388 wait_queue_entry_t wait;
/linux/net/9p/
H A Dtrans_fd.c84 wait_queue_entry_t wait;
526 static int p9_pollwake(wait_queue_entry_t *wait, unsigned int mode, int sync, void *key) in p9_pollwake()
/linux/sound/soc/sof/
H A Dipc4-mtrace.c153 wait_queue_entry_t wait; in sof_wait_mtrace_avail()
/linux/Documentation/translations/zh_CN/kernel-hacking/
H A Dhacking.rst423 一个关于它们自己的 :c:type:`wait_queue_entry_t` ,并将其放入队列中。

123