Searched refs:wait_queue_entry_t (Results 1 – 25 of 42) sorted by relevance
12
| /linux/include/linux/ |
| H A D | eventfd.h | 39 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 D | kvm_irqfd.h | 42 wait_queue_entry_t wait;
|
| H A D | poll.h | 88 wait_queue_entry_t wait;
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_sw_fence.c | 145 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 D | i915_sw_fence.h | 74 wait_queue_entry_t *wq);
|
| /linux/kernel/sched/ |
| H A D | wait.c | 95 wait_queue_entry_t *curr, *next; in __wake_up_common() 99 curr = list_first_entry(&wq_head->head, wait_queue_entry_t, entry); in __wake_up_common() 332 int do_wait_intr(wait_queue_head_t *wq, wait_queue_entry_t *wait) in do_wait_intr() 349 int do_wait_intr_irq(wait_queue_head_t *wq, wait_queue_entry_t *wait) in do_wait_intr_irq()
|
| /linux/kernel/ |
| H A D | exit.h | 21 wait_queue_entry_t child_wait;
|
| /linux/include/net/ |
| H A D | af_unix.h | 48 wait_queue_entry_t peer_wake;
|
| /linux/drivers/hv/ |
| H A D | mshv_eventfd.h | 35 wait_queue_entry_t irqfd_wait;
|
| H A D | mshv_eventfd.c | 295 static int mshv_irqfd_wakeup(wait_queue_entry_t *wait, unsigned int mode, in mshv_irqfd_wakeup()
|
| /linux/fs/ |
| H A D | fs_pin.c | 32 wait_queue_entry_t wait; in pin_kill()
|
| H A D | eventfd.c | 198 int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, wait_queue_entry_t *wait, in eventfd_ctx_remove_wait_queue()
|
| /linux/drivers/vfio/ |
| H A D | virqfd.c | 40 static int virqfd_wakeup(wait_queue_entry_t *wait, unsigned mode, int sync, void *key) in virqfd_wakeup()
|
| /linux/sound/core/seq/ |
| H A D | seq_fifo.c | 176 wait_queue_entry_t wait; in snd_seq_fifo_cell_out()
|
| H A D | seq_memory.c | 275 wait_queue_entry_t wait; in snd_seq_cell_alloc()
|
| /linux/drivers/md/bcache/ |
| H A D | btree.h | 214 wait_queue_entry_t wait;
|
| /linux/net/smc/ |
| H A D | smc.h | 192 wait_queue_entry_t wait_entry;
|
| /linux/sound/core/ |
| H A D | rawmidi.c | 439 wait_queue_entry_t wait; in snd_rawmidi_open() 1289 wait_queue_entry_t wait; in snd_rawmidi_read() 1606 wait_queue_entry_t wait; in snd_rawmidi_write() 1641 wait_queue_entry_t wait; in snd_rawmidi_write()
|
| H A D | hwdep.c | 73 wait_queue_entry_t wait; in snd_hwdep_open()
|
| /linux/sound/soc/sof/ |
| H A D | ipc4-mtrace.c | 147 wait_queue_entry_t wait; in sof_ipc4_mtrace_dfs_open()
|
| H A D | ipc3-dtrace.c | 291 wait_queue_entry_t wait; in sof_wait_dtrace_avail()
|
| /linux/Documentation/translations/zh_CN/kernel-hacking/ |
| H A D | hacking.rst | 423 一个关于它们自己的 :c:type:`wait_queue_entry_t` ,并将其放入队列中。
|
| /linux/sound/hda/core/ |
| H A D | controller.c | 318 wait_queue_entry_t wait; in snd_hdac_bus_get_response_rirb()
|
| /linux/drivers/bluetooth/ |
| H A D | btmrvl_main.c | 588 wait_queue_entry_t wait; in btmrvl_service_main_thread()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_fence.c | 165 static int radeon_fence_check_signaled(wait_queue_entry_t *wait, in radeon_fence_check_signaled()
|
12