Lines Matching full:zones
18 * struct action - An action to be performed in each of a set of zones.
45 * @zones: The number of zones in which an action is to be applied.
58 zone_count_t zones; member
92 * @zones: The number of zones to which actions will be applied.
103 int vdo_make_action_manager(zone_count_t zones, in vdo_make_action_manager() argument
116 .zones = zones, in vdo_make_action_manager()
181 "%s() called on acting zones's thread", __func__); in apply_to_zone()
184 if (manager->acting_zone == manager->zones) { in apply_to_zone()
276 * vdo_schedule_action() - Schedule an action to be applied to all zones.
282 * applied to all zones; may be NULL.
302 * vdo_schedule_operation() - Schedule an operation to be applied to all zones.
309 * applied to all zones; may be NULL.
331 * vdo_schedule_operation_with_context() - Schedule an operation on all zones.
338 * applied to all zones; may be NULL.