Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_crtc.c53 wait_queue_head_t pending_wait; member
83 return wait_event_timeout(omap_crtc->pending_wait, in omap_crtc_wait_pending()
323 wake_up(&omap_crtc->pending_wait); in omap_crtc_vblank_irq()
510 init_waitqueue_head(&omap_crtc->pending_wait); in omap_crtc_init()
/linux-4.4.14/fs/btrfs/
Dtransaction.h64 wait_queue_head_t pending_wait; member
Dtransaction.c235 init_waitqueue_head(&cur_trans->pending_wait); in join_transaction()
1805 wait_event(cur_trans->pending_wait, in btrfs_wait_pending_ordered()
Dordered-data.c629 wake_up(&trans->pending_wait); in btrfs_remove_ordered_extent()