Home
last modified time | relevance | path

Searched refs:get_zone_thread_id (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Daction-manager.c47 * @get_zone_thread_id: A function to get the id of the thread on which to apply an action to a
60 vdo_zone_thread_getter_fn get_zone_thread_id; member
93 * @get_zone_thread_id: A function to get the thread id associated with a zone.
104 vdo_zone_thread_getter_fn get_zone_thread_id, in vdo_make_action_manager() argument
119 .get_zone_thread_id = get_zone_thread_id, in vdo_make_action_manager()
148 return manager->get_zone_thread_id(manager->context, manager->acting_zone); in get_acting_zone_thread_id()
H A Daction-manager.h80 vdo_zone_thread_getter_fn get_zone_thread_id,