Searched refs:vdo_get_callback_thread_id (Results 1 - 16 of 16) sorted by path

/linux-master/drivers/md/dm-vdo/
H A Daction-manager.c180 VDO_ASSERT_LOG_ONLY((vdo_get_callback_thread_id() == get_acting_zone_thread_id(manager)),
360 VDO_ASSERT_LOG_ONLY((vdo_get_callback_thread_id() == manager->initiator_thread_id),
H A Dblock-map.c247 thread_id_t thread_id = vdo_get_callback_thread_id();
H A Dcompletion.c91 if (completion->requeue || (callback_thread != vdo_get_callback_thread_id())) {
134 if (vdo_get_callback_thread_id() == callback_thread_id)
H A Ddata-vio.c1000 VDO_ASSERT_LOG_ONLY((vdo_get_callback_thread_id() == vdo->thread_config.cpu_thread),
1932 (vdo_get_callback_thread_id() == vdo->thread_config.bio_ack_thread)),
H A Ddata-vio.h372 thread_id_t thread_id = vdo_get_callback_thread_id();
403 thread_id_t thread_id = vdo_get_callback_thread_id();
431 thread_id_t thread_id = vdo_get_callback_thread_id();
461 thread_id_t thread_id = vdo_get_callback_thread_id();
491 thread_id_t thread_id = vdo_get_callback_thread_id();
508 thread_id_t thread_id = vdo_get_callback_thread_id();
526 thread_id_t thread_id = vdo_get_callback_thread_id();
556 thread_id_t thread_id = vdo_get_callback_thread_id();
586 thread_id_t thread_id = vdo_get_callback_thread_id();
H A Ddedupe.c328 VDO_ASSERT_LOG_ONLY((vdo_get_callback_thread_id() == zone->thread_id),
H A Ddm-vdo-target.c1242 VDO_ASSERT_LOG_ONLY(vdo_get_callback_thread_id() == get_thread_id_for_phase(vdo),
H A Dflush.c62 VDO_ASSERT_LOG_ONLY((vdo_get_callback_thread_id() == flusher->thread_id),
H A Dlogical-zone.c145 VDO_ASSERT_LOG_ONLY((vdo_get_callback_thread_id() == zone->thread_id),
H A Dpacker.c89 VDO_ASSERT_LOG_ONLY((vdo_get_callback_thread_id() == packer->thread_id),
H A Drecovery-journal.c257 VDO_ASSERT_LOG_ONLY((vdo_get_callback_thread_id() == journal->thread_id),
H A Dslab-depot.c2996 VDO_ASSERT_LOG_ONLY((vdo_get_callback_thread_id() == thread_id),
H A Dvdo.c1251 thread_id_t thread_id = vdo_get_callback_thread_id();
1296 return vdo->threads[vdo_get_callback_thread_id()].is_read_only;
1601 * vdo_get_callback_thread_id() - Get the id of the callback thread on which a completion is
1606 thread_id_t vdo_get_callback_thread_id(void) function
1655 VDO_ASSERT_LOG_ONLY((vdo_get_callback_thread_id() == vdo->thread_config.admin_thread),
1669 VDO_ASSERT_LOG_ONLY((vdo_get_callback_thread_id() ==
1684 VDO_ASSERT_LOG_ONLY((vdo_get_callback_thread_id() ==
H A Dvdo.h321 thread_id_t vdo_get_callback_thread_id(void);
H A Dvio.c406 VDO_ASSERT_LOG_ONLY((pool->thread_id == vdo_get_callback_thread_id()),
427 VDO_ASSERT_LOG_ONLY((pool->thread_id == vdo_get_callback_thread_id()),
H A Dvio.h68 thread_id_t thread_id = vdo_get_callback_thread_id();

Completed in 354 milliseconds