Lines Matching defs:manager
109 struct action_manager *manager; in vdo_make_action_manager() local
133 const struct admin_state_code *vdo_get_current_manager_operation(struct action_manager *manager) in vdo_get_current_manager_operation()
138 void *vdo_get_current_action_context(struct action_manager *manager) in vdo_get_current_action_context()
146 static thread_id_t get_acting_zone_thread_id(struct action_manager *manager) in get_acting_zone_thread_id()
160 static void prepare_for_next_zone(struct action_manager *manager) in prepare_for_next_zone()
168 static void prepare_for_conclusion(struct action_manager *manager) in prepare_for_conclusion()
178 struct action_manager *manager = as_action_manager(completion); in apply_to_zone() local
205 static void launch_current_action(struct action_manager *manager) in launch_current_action()
241 bool vdo_schedule_default_action(struct action_manager *manager) in vdo_schedule_default_action()
254 struct action_manager *manager = as_action_manager(completion); in finish_action_callback() local
293 bool vdo_schedule_action(struct action_manager *manager, vdo_action_preamble_fn preamble, in vdo_schedule_action()
320 bool vdo_schedule_operation(struct action_manager *manager, in vdo_schedule_operation()
351 bool vdo_schedule_operation_with_context(struct action_manager *manager, in vdo_schedule_operation_with_context()