Home
last modified time | relevance | path

Searched refs:callback_thread_id (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Dcompletion.h95 thread_id_t callback_thread_id) in vdo_set_completion_callback() argument
98 completion->callback_thread_id = callback_thread_id; in vdo_set_completion_callback()
106 thread_id_t callback_thread_id) in vdo_launch_completion_callback() argument
108 vdo_set_completion_callback(completion, callback, callback_thread_id); in vdo_launch_completion_callback()
120 thread_id_t callback_thread_id, void *parent) in vdo_prepare_completion() argument
123 vdo_set_completion_callback(completion, callback, callback_thread_id); in vdo_prepare_completion()
137 thread_id_t callback_thread_id, in vdo_prepare_completion_for_requeue() argument
141 callback_thread_id, parent); in vdo_prepare_completion_for_requeue()
150 thread_id_t callback_thread_id);
[all...]
H A Dcompletion.c29 * operating on the correct thread (as specified by its callback_thread_id). If the value of its
35 * completion's "callback_thread_id". When it is dequeued, it will be on the correct thread, and
82 * If called on the correct thread (i.e. the one specified in the completion's callback_thread_id
89 thread_id_t callback_thread = completion->callback_thread_id; in vdo_launch_completion_with_priority()
112 thread_id_t thread_id = completion->callback_thread_id; in vdo_enqueue_completion()
132 thread_id_t callback_thread_id) in vdo_requeue_completion_if_needed() argument
134 if (vdo_get_callback_thread_id() == callback_thread_id) in vdo_requeue_completion_if_needed()
137 completion->callback_thread_id = callback_thread_id; in vdo_requeue_completion_if_needed()
H A Dtypes.h308 thread_id_t callback_thread_id; member
H A Dvdo.c769 parent->callback_thread_id); in read_super_block_endio()
941 parent->callback_thread_id); in super_block_write_endio()
967 super_block->vio.completion.callback_thread_id = parent->callback_thread_id; in vdo_save_components()
1137 thread_id_t thread_id = completion->callback_thread_id; in make_thread_read_only()
H A Dphysical-zone.c575 completion->callback_thread_id = allocation->zone->thread_id; in continue_allocating()
H A Ddm-vdo-target.c1183 completion->callback_thread_id = get_thread_id_for_phase(vdo); in prepare_admin_completion()
1199 vdo->admin.completion.callback_thread_id = get_thread_id_for_phase(vdo); in advance_phase()
H A Dblock-map.c199 info->vio->completion.callback_thread_id = cache->zone->thread_id; in initialize_info()
1666 completion->callback_thread_id = zone->thread_id; in write_page()
2633 pooled->vio.completion.callback_thread_id = cursor->parent->zone->thread_id; in launch_cursor()
H A Drecovery-journal.c774 journal->flush_vio->completion.callback_thread_id = journal->thread_id; in vdo_decode_recovery_journal()
H A Drepair.c804 completion->callback_thread_id, repair); in add_slab_journal_entries()
H A Dslab-depot.c1214 completion->callback_thread_id = ((struct block_allocator *) pooled->context)->thread_id; in write_reference_block()
2559 vio->completion.callback_thread_id = slab->allocator->thread_id; in read_slab_journal_tail()