Home
last modified time | relevance | path

Searched refs:pending_wait (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/omapdrm/
H A Domap_crtc.c43 wait_queue_head_t pending_wait; member
88 return wait_event_timeout(omap_crtc->pending_wait, in omap_crtc_wait_pending()
309 wake_up(&omap_crtc->pending_wait); in omap_crtc_vblank_irq()
333 wake_up(&omap_crtc->pending_wait); in omap_crtc_framedone_irq()
364 wake_up(&omap_crtc->pending_wait); in omap_crtc_manual_display_update()
801 init_waitqueue_head(&omap_crtc->pending_wait); in omap_crtc_init()
/openbmc/linux/fs/btrfs/
H A Dtransaction.h106 wait_queue_head_t pending_wait; member
H A Dtransaction.c339 init_waitqueue_head(&cur_trans->pending_wait); in join_transaction()
2327 wait_event(cur_trans->pending_wait, in btrfs_commit_transaction()
H A Dordered-data.c648 wake_up(&trans->pending_wait); in btrfs_remove_ordered_extent()