Searched refs:vdo_waitq_get_first_waiter (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/md/dm-vdo/
H A Dwait-queue.c101 * vdo_waitq_get_first_waiter() - Return the waiter that is at the head end of a waitq.
106 struct vdo_waiter *vdo_waitq_get_first_waiter(const struct vdo_wait_queue *waitq) function
156 struct vdo_waiter *first_waiter = vdo_waitq_get_first_waiter(waitq);
H A Dwait-queue.h120 struct vdo_waiter *vdo_waitq_get_first_waiter(const struct vdo_wait_queue *waitq);
H A Dflush.c252 vdo_waiter_as_flush(vdo_waitq_get_first_waiter(&flusher->notifiers));
328 vdo_waiter_as_flush(vdo_waitq_get_first_waiter(&flusher->pending_flushes));
H A Ddump.c154 struct vdo_waiter *waiter, *first = vdo_waitq_get_first_waiter(waitq);
H A Dblock-map.c910 oldest_waiter = vdo_waitq_get_first_waiter(&cache->free_waiters);
H A Dslab-depot.c1755 struct vdo_waiter *waiter = vdo_waitq_get_first_waiter(&journal->entry_waiters);

Completed in 282 milliseconds