Searched refs:thread_id_t (Results 1 – 21 of 21) sorted by relevance
/linux/drivers/md/dm-vdo/ |
H A D | vdo.h | 58 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 D | completion.h | 95 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 D | vio.h | 54 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 D | completion.c | 89 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 D | action-manager.h | 75 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 D | action-manager.c | 61 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 D | recovery-journal.h | 147 thread_id_t thread_id; 272 thread_id_t __must_check vdo_get_recovery_journal_thread_id(struct recovery_journal *journal);
|
H A D | types.h | 70 typedef u8 thread_id_t; typedef 308 thread_id_t callback_thread_id;
|
H A D | flush.c | 42 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 D | flush.h | 32 thread_id_t __must_check vdo_get_flusher_thread_id(struct flusher *flusher);
|
H A D | logical-zone.h | 25 thread_id_t thread_id;
|
H A D | packer.h | 76 thread_id_t thread_id;
|
H A D | physical-zone.h | 60 thread_id_t thread_id;
|
H A D | dedupe.h | 40 thread_id_t thread_id;
|
H A D | dump.c | 70 thread_id_t id; in do_dump()
|
H A D | block-map.h | 235 thread_id_t thread_id;
|
H A D | logical-zone.c | 39 static thread_id_t get_thread_id_for_zone(void *context, zone_count_t zone_number) in get_thread_id_for_zone()
|
H A D | slab-depot.h | 380 thread_id_t thread_id;
|
H A D | repair.c | 208 thread_id_t thread_id; in prepare_repair_completion()
|
H A D | dm-vdo-target.c | 1148 static thread_id_t __must_check get_thread_id_for_phase(struct vdo *vdo) in get_thread_id_for_phase()
|
H A D | dedupe.c | 2394 static thread_id_t get_thread_id_for_zone(void *context, zone_count_t zone_number) in get_thread_id_for_zone()
|