Home
last modified time | relevance | path

Searched refs:wait_queue_head_t (Results 1 – 25 of 30) sorted by relevance

12

/openbsd/sys/dev/pci/drm/include/linux/
H A Dwait.h44 typedef struct wait_queue_head wait_queue_head_t; typedef
46 void prepare_to_wait(wait_queue_head_t *, wait_queue_entry_t *, int);
47 void finish_wait(wait_queue_head_t *, wait_queue_entry_t *);
50 init_waitqueue_head(wait_queue_head_t *wqh) in init_waitqueue_head()
70 __add_wait_queue(wait_queue_head_t *wqh, wait_queue_entry_t *wqe) in __add_wait_queue()
76 __add_wait_queue_entry_tail(wait_queue_head_t *wqh, wait_queue_entry_t *wqe) in __add_wait_queue_entry_tail()
82 add_wait_queue(wait_queue_head_t *head, wait_queue_entry_t *new) in add_wait_queue()
90 __remove_wait_queue(wait_queue_head_t *wqh, wait_queue_entry_t *wqe) in __remove_wait_queue()
96 remove_wait_queue(wait_queue_head_t *head, wait_queue_entry_t *old) in remove_wait_queue()
258 wake_up(wait_queue_head_t *wqh) in wake_up()
[all …]
H A Dwait_bit.h13 wait_queue_head_t *bit_waitqueue(void *, int);
14 wait_queue_head_t *__var_waitqueue(void *);
16 extern wait_queue_head_t var_waitq;
/openbsd/sys/dev/pci/drm/i915/gvt/
H A Dscheduler.h54 wait_queue_head_t workload_complete_wq;
56 wait_queue_head_t waitq[I915_NUM_ENGINES];
114 wait_queue_head_t shadow_ctx_status_wq;
H A Dgvt.h351 wait_queue_head_t service_thread_wq;
/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_vblank.h99 wait_queue_head_t queue;
225 wait_queue_head_t work_wait_queue;
255 wait_queue_head_t *drm_crtc_vblank_waitqueue(struct drm_crtc *crtc);
H A Ddrm_debugfs_crc.h60 wait_queue_head_t wq;
H A Ddrm_auth.h47 wait_queue_head_t lock_queue;
H A Dgpu_scheduler.h508 wait_queue_head_t wake_up_worker;
509 wait_queue_head_t job_scheduled;
H A Ddrm_suballoc.h25 wait_queue_head_t wq;
H A Ddrm_file.h357 wait_queue_head_t event_wait;
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_reset_types.h56 wait_queue_head_t queue;
/openbsd/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_events.h64 wait_queue_head_t wq; /* List of event waiters. */
H A Dkfd_device_queue_manager.h267 wait_queue_head_t destroy_wait;
H A Dkfd_smi_events.c36 wait_queue_head_t wait_queue;
H A Dkfd_priv.h962 wait_queue_head_t wait_irq_drain;
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_display_core.h350 wait_queue_head_t waitqueue;
406 wait_queue_head_t wait_queue;
H A Dintel_crtc.c538 wait_queue_head_t *wq = drm_crtc_vblank_waitqueue(&crtc->base); in intel_pipe_update_start()
/openbsd/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_guc_ct.h75 wait_queue_head_t wq;
/openbsd/sys/dev/pci/drm/i915/
H A Di915_sw_fence.h31 wait_queue_head_t wait;
H A Di915_perf_types.h268 wait_queue_head_t poll_wq;
H A Di915_sw_fence.c144 wait_queue_head_t *x = &fence->wait; in __i915_sw_fence_wake_up_all()
H A Di915_hwmon.c54 wait_queue_head_t waitq;
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ih.h74 wait_queue_head_t wait_process;
/openbsd/sys/dev/pci/drm/
H A Ddrm_linux.c181 prepare_to_wait(wait_queue_head_t *wqh, wait_queue_entry_t *wqe, int state) in prepare_to_wait()
192 finish_wait(wait_queue_head_t *wqh, wait_queue_entry_t *wqe) in finish_wait()
2752 static wait_queue_head_t bit_waitq;
2753 wait_queue_head_t var_waitq;
2812 wait_queue_head_t *
2819 wait_queue_head_t *
/openbsd/sys/dev/pci/drm/include/drm/display/
H A Ddrm_dp_mst_helper.h745 wait_queue_head_t tx_waitq;

12