Searched refs:vdo_waitq_notify_all_waiters (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/md/dm-vdo/ |
D | wait-queue.h | 111 void vdo_waitq_notify_all_waiters(struct vdo_wait_queue *waitq,
|
D | wait-queue.c | 83 void vdo_waitq_notify_all_waiters(struct vdo_wait_queue *waitq, in vdo_waitq_notify_all_waiters() function
|
D | block-map.c | 547 vdo_waitq_notify_all_waiters(waitq, complete_waiter_with_page, info); in distribute_page_over_waitq() 573 vdo_waitq_notify_all_waiters(&cache->free_waiters, in set_persistent_error() 578 vdo_waitq_notify_all_waiters(&info->waiting, in set_persistent_error() 678 vdo_waitq_notify_all_waiters(&info->waiting, complete_waiter_with_error, &result); in handle_load_error() 923 vdo_waitq_notify_all_waiters(&info->waiting, in allocate_free_page() 1189 vdo_waitq_notify_all_waiters(&info->waiting, in load_page_for_completion() 1577 vdo_waitq_notify_all_waiters(&zone->flush_waiters, in finish_page_write() 1746 vdo_waitq_notify_all_waiters(&data_vio->tree_lock.waiters, in abort_lookup() 1846 vdo_waitq_notify_all_waiters(&tree_lock->waiters, continue_load_for_waiter, page); in finish_block_map_page_load() 2118 vdo_waitq_notify_all_waiters(&tree_lock->waiters, in finish_block_map_allocation()
|
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()
|
D | slab-depot.c | 253 vdo_waitq_notify_all_waiters(queue, NULL, &result); in notify_summary_waiters() 1056 vdo_waitq_notify_all_waiters(&slab->dirty_blocks, in save_dirty_reference_blocks() 2719 vdo_waitq_notify_all_waiters(&scrubber->waiters, NULL, NULL); in finish_scrubbing() 2943 vdo_waitq_notify_all_waiters(&scrubber->waiters, NULL, NULL); in scrub_next_slab() 3089 vdo_waitq_notify_all_waiters(&slab->journal.entry_waiters, in notify_block_allocator_of_read_only_mode()
|
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()
|