Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/dm-vdo/
H A Dwait-queue.c106 struct vdo_waiter *vdo_waitq_get_first_waiter(const struct vdo_wait_queue *waitq) in vdo_waitq_get_first_waiter() function
156 struct vdo_waiter *first_waiter = vdo_waitq_get_first_waiter(waitq); in vdo_waitq_dequeue_waiter()
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)); in notify_flush()
328 vdo_waiter_as_flush(vdo_waitq_get_first_waiter(&flusher->pending_flushes)); in vdo_complete_flushes()
H A Ddump.c154 struct vdo_waiter *waiter, *first = vdo_waitq_get_first_waiter(waitq); in dump_vio_waiters()
H A Dblock-map.c908 oldest_waiter = vdo_waitq_get_first_waiter(&cache->free_waiters); in allocate_free_page()
H A Dslab-depot.c1753 struct vdo_waiter *waiter = vdo_waitq_get_first_waiter(&journal->entry_waiters); in is_next_entry_a_block_map_increment()