Searched refs:vdo_waitq_notify_all_waiters (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/md/dm-vdo/ |
| H A D | wait-queue.h | 111 void vdo_waitq_notify_all_waiters(struct vdo_wait_queue *waitq,
|
| H A D | wait-queue.c | 83 void vdo_waitq_notify_all_waiters(struct vdo_wait_queue *waitq, in vdo_waitq_notify_all_waiters() function
|
| H A D | block-map.c | 545 vdo_waitq_notify_all_waiters(waitq, complete_waiter_with_page, info); in distribute_page_over_waitq() 571 vdo_waitq_notify_all_waiters(&cache->free_waiters, in set_persistent_error() 576 vdo_waitq_notify_all_waiters(&info->waiting, in set_persistent_error() 676 vdo_waitq_notify_all_waiters(&info->waiting, complete_waiter_with_error, &result); in handle_load_error() 921 vdo_waitq_notify_all_waiters(&info->waiting, in allocate_free_page() 1187 vdo_waitq_notify_all_waiters(&info->waiting, in load_page_for_completion() 1575 vdo_waitq_notify_all_waiters(&zone->flush_waiters, in finish_page_write() 1744 vdo_waitq_notify_all_waiters(&data_vio->tree_lock.waiters, in abort_lookup() 1844 vdo_waitq_notify_all_waiters(&tree_lock->waiters, continue_load_for_waiter, page); in finish_block_map_page_load() 2115 vdo_waitq_notify_all_waiters(&tree_lock->waiters, in finish_block_map_allocation()
|
| H A D | recovery-journal.c | 343 vdo_waitq_notify_all_waiters(&journal->entry_waiters, in check_for_drain_complete() 1217 vdo_waitq_notify_all_waiters(&block->commit_waiters, in notify_commit_waiters() 1220 vdo_waitq_notify_all_waiters(&block->entry_waiters, in notify_commit_waiters() 1423 vdo_waitq_notify_all_waiters(&journal->pending_writes, write_block, NULL); in write_blocks()
|
| H A D | slab-depot.c | 253 vdo_waitq_notify_all_waiters(queue, NULL, &result); in notify_summary_waiters() 1055 vdo_waitq_notify_all_waiters(&slab->dirty_blocks, in save_dirty_reference_blocks() 2795 vdo_waitq_notify_all_waiters(&scrubber->waiters, NULL, NULL); in finish_scrubbing() 3019 vdo_waitq_notify_all_waiters(&scrubber->waiters, NULL, NULL); in scrub_next_slab() 3165 vdo_waitq_notify_all_waiters(&slab->journal.entry_waiters, in notify_block_allocator_of_read_only_mode()
|
| H A D | dedupe.c | 608 vdo_waitq_notify_all_waiters(&lock->waiters, abort_waiter, NULL); in vdo_clean_failed_hash_lock() 963 vdo_waitq_notify_all_waiters(&old_lock->waiters, enter_forked_lock, new_lock); in fork_hash_lock()
|