Searched refs:initiator_thread_id (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/md/dm-vdo/
H A Daction-manager.c49 * @initiator_thread_id: The ID of the thread on which actions may be initiated.
61 thread_id_t initiator_thread_id; member in struct:action_manager
94 * @initiator_thread_id: The thread on which actions may initiated.
105 thread_id_t initiator_thread_id, void *context,
120 .initiator_thread_id = initiator_thread_id,
171 preserve_error, manager->initiator_thread_id,
360 VDO_ASSERT_LOG_ONLY((vdo_get_callback_thread_id() == manager->initiator_thread_id),
103 vdo_make_action_manager(zone_count_t zones, vdo_zone_thread_getter_fn get_zone_thread_id, thread_id_t initiator_thread_id, void *context, vdo_action_scheduler_fn scheduler, struct vdo *vdo, struct action_manager **manager_ptr) argument
H A Daction-manager.h81 thread_id_t initiator_thread_id, void *context,

Completed in 150 milliseconds