Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
A Drecovery-journal.c287 (vdo_waitq_has_waiters(&block->entry_waiters) || in has_block_waiters()
343 vdo_waitq_notify_all_waiters(&journal->entry_waiters, in check_for_drain_complete()
350 vdo_waitq_has_waiters(&journal->entry_waiters) || in check_for_drain_complete()
1099 if (!vdo_waitq_has_waiters(&block->entry_waiters)) in assign_entry()
1102 vdo_waitq_enqueue_waiter(&block->entry_waiters, &data_vio->waiter); in assign_entry()
1127 while (vdo_waitq_has_waiters(&journal->entry_waiters) && in assign_entries()
1129 vdo_waitq_notify_next_waiter(&journal->entry_waiters, in assign_entries()
1220 vdo_waitq_notify_all_waiters(&block->entry_waiters, in notify_commit_waiters()
1330 while (vdo_waitq_has_waiters(&block->entry_waiters)) { in add_queued_recovery_entries()
1725 vdo_waitq_num_waiters(&block->entry_waiters), in dump_recovery_block()
[all …]
A Drecovery-journal.h140 struct vdo_wait_queue entry_waiters; member
153 struct vdo_wait_queue entry_waiters; member
A Dslab-depot.h75 struct vdo_wait_queue entry_waiters; member
A Dslab-depot.c69 vdo_waitq_has_waiters(&journal->entry_waiters)); in must_make_entries_to_flush()
1755 struct vdo_waiter *waiter = vdo_waitq_get_first_waiter(&journal->entry_waiters); in is_next_entry_a_block_map_increment()
1777 while (vdo_waitq_has_waiters(&journal->entry_waiters)) { in add_entries()
1874 vdo_waitq_notify_next_waiter(&journal->entry_waiters, in add_entries()
1883 !vdo_waitq_has_waiters(&journal->entry_waiters)) in add_entries()
3089 vdo_waitq_notify_all_waiters(&slab->journal.entry_waiters, in notify_block_allocator_of_read_only_mode()
3254 vdo_waitq_enqueue_waiter(&slab->journal.entry_waiters, &updater->waiter); in vdo_modify_reference_count()
3599 vdo_waitq_num_waiters(&journal->entry_waiters), in vdo_dump_block_allocator()

Completed in 20 milliseconds