Home
last modified time | relevance | path

Searched refs:thread_id_t (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Dvdo.h58 thread_id_t thread_id;
125 #define VDO_INVALID_THREAD_ID ((thread_id_t) -1)
133 thread_id_t admin_thread;
134 thread_id_t journal_thread;
135 thread_id_t packer_thread;
136 thread_id_t dedupe_thread;
137 thread_id_t bio_ack_thread;
138 thread_id_t cpu_thread;
139 thread_id_t *logical_threads;
140 thread_id_t *physical_threads;
[all …]
H A Dcompletion.h95 thread_id_t callback_thread_id) in vdo_set_completion_callback()
106 thread_id_t callback_thread_id) in vdo_launch_completion_callback()
120 thread_id_t callback_thread_id, void *parent) in vdo_prepare_completion()
137 thread_id_t callback_thread_id, in vdo_prepare_completion_for_requeue()
150 thread_id_t callback_thread_id);
H A Dvio.h54 static inline thread_id_t __must_check get_vio_bio_zone_thread_id(struct vio *vio) in get_vio_bio_zone_thread_id()
67 thread_id_t expected = get_vio_bio_zone_thread_id(vio); in assert_vio_in_bio_zone()
68 thread_id_t thread_id = vdo_get_callback_thread_id(); in assert_vio_in_bio_zone()
173 thread_id_t thread) in continue_vio_after_io()
191 int __must_check make_vio_pool(struct vdo *vdo, size_t pool_size, thread_id_t thread_id,
H A Dcompletion.c89 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()
H A Daction-manager.h75 typedef thread_id_t (*vdo_zone_thread_getter_fn)(void *context, zone_count_t zone_number);
81 thread_id_t initiator_thread_id, void *context,
H A Daction-manager.c61 thread_id_t initiator_thread_id;
105 thread_id_t initiator_thread_id, void *context, in vdo_make_action_manager()
146 static thread_id_t get_acting_zone_thread_id(struct action_manager *manager) in get_acting_zone_thread_id()
H A Drecovery-journal.h147 thread_id_t thread_id;
272 thread_id_t __must_check vdo_get_recovery_journal_thread_id(struct recovery_journal *journal);
H A Dtypes.h70 typedef u8 thread_id_t; typedef
308 thread_id_t callback_thread_id;
H A Dflush.c42 thread_id_t thread_id;
176 thread_id_t vdo_get_flusher_thread_id(struct flusher *flusher) in vdo_get_flusher_thread_id()
491 static thread_id_t select_bio_queue(struct flusher *flusher) in select_bio_queue()
H A Dflush.h32 thread_id_t __must_check vdo_get_flusher_thread_id(struct flusher *flusher);
H A Dlogical-zone.h25 thread_id_t thread_id;
H A Dpacker.h76 thread_id_t thread_id;
H A Dphysical-zone.h60 thread_id_t thread_id;
H A Ddedupe.h40 thread_id_t thread_id;
H A Ddump.c70 thread_id_t id; in do_dump()
H A Dblock-map.h235 thread_id_t thread_id;
H A Dlogical-zone.c39 static thread_id_t get_thread_id_for_zone(void *context, zone_count_t zone_number) in get_thread_id_for_zone()
H A Dslab-depot.h380 thread_id_t thread_id;
H A Drepair.c208 thread_id_t thread_id; in prepare_repair_completion()
H A Ddm-vdo-target.c1148 static thread_id_t __must_check get_thread_id_for_phase(struct vdo *vdo) in get_thread_id_for_phase()
H A Ddedupe.c2394 static thread_id_t get_thread_id_for_zone(void *context, zone_count_t zone_number) in get_thread_id_for_zone()