Home
last modified time | relevance | path

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

12

/linux/drivers/md/dm-vdo/
A Dvdo.h58 thread_id_t thread_id;
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;
141 thread_id_t *hash_zone_threads;
[all …]
A Ddata-vio.h371 thread_id_t expected = data_vio->hash_zone->thread_id; in assert_data_vio_in_hash_zone()
372 thread_id_t thread_id = vdo_get_callback_thread_id(); in assert_data_vio_in_hash_zone()
403 thread_id_t thread_id = vdo_get_callback_thread_id(); in assert_data_vio_in_logical_zone()
431 thread_id_t thread_id = vdo_get_callback_thread_id(); in assert_data_vio_in_allocated_zone()
461 thread_id_t thread_id = vdo_get_callback_thread_id(); in assert_data_vio_in_duplicate_zone()
490 thread_id_t expected = data_vio->mapped.zone->thread_id; in assert_data_vio_in_mapped_zone()
491 thread_id_t thread_id = vdo_get_callback_thread_id(); in assert_data_vio_in_mapped_zone()
508 thread_id_t thread_id = vdo_get_callback_thread_id(); in assert_data_vio_in_new_mapped_zone()
526 thread_id_t thread_id = vdo_get_callback_thread_id(); in assert_data_vio_in_journal_zone()
556 thread_id_t thread_id = vdo_get_callback_thread_id(); in assert_data_vio_in_packer_zone()
[all …]
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);
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,
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()
A Dvdo.c182 thread_id_t thread_ids[], zone_count_t count) in assign_thread_ids()
230 result = vdo_allocate(config->hash_zone_count, thread_id_t, in initialize_thread_config()
318 thread_id_t id, const char *prefix, in get_zone_thread_name()
322 thread_id_t index = id - thread_ids[0]; in get_zone_thread_name()
995 thread_id_t thread_id) in vdo_register_read_only_listener()
1049 thread_id_t id; in vdo_enable_read_only_entry()
1146 thread_id_t thread_id = completion->callback_thread_id; in make_thread_read_only()
1251 thread_id_t thread_id = vdo_get_callback_thread_id(); in vdo_enter_read_only_mode()
1355 thread_id_t thread_id, void *parent) in perform_synchronous_action()
1606 thread_id_t vdo_get_callback_thread_id(void) in vdo_get_callback_thread_id()
[all …]
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,
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()
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);
A Dtypes.h70 typedef u8 thread_id_t; typedef
308 thread_id_t callback_thread_id;
A Dflush.h32 thread_id_t __must_check vdo_get_flusher_thread_id(struct flusher *flusher);
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()
A Dlogical-zone.h25 thread_id_t thread_id;
A Dpacker.h76 thread_id_t thread_id;
A Dphysical-zone.h60 thread_id_t thread_id;
A Ddedupe.h40 thread_id_t thread_id;
A Dvio.c34 thread_id_t thread_id;
311 int make_vio_pool(struct vdo *vdo, size_t pool_size, thread_id_t thread_id, in make_vio_pool()
A Ddump.c70 thread_id_t id; in do_dump()
A Dblock-map.h235 thread_id_t thread_id;
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()
A Dslab-depot.h380 thread_id_t thread_id;
A Drecovery-journal.c859 thread_id_t vdo_get_recovery_journal_thread_id(struct recovery_journal *journal) in vdo_get_recovery_journal_thread_id()
A Dslab-depot.c1157 thread_id_t thread_id = block->slab->allocator->thread_id; in write_reference_block_endio()
2993 static inline void assert_on_allocator_thread(thread_id_t thread_id, in assert_on_allocator_thread()
3835 static thread_id_t get_allocator_thread_id(void *context, zone_count_t zone_number) in get_allocator_thread_id()
A Drepair.c208 thread_id_t thread_id; in prepare_repair_completion()
A Dblock-map.c247 thread_id_t thread_id = vdo_get_callback_thread_id(); in assert_on_cache_thread()
2776 static thread_id_t get_block_map_zone_thread_id(void *context, zone_count_t zone_number) in get_block_map_zone_thread_id()

Completed in 56 milliseconds

12