Searched refs:taskq_hash (Results 1 – 2 of 2) sorted by relevance
752 uint_t taskq_hash; in zvol_geom_bio_strategy() local779 taskq_hash = cityhash3((uintptr_t)zv, curcpu, bp->bio_offset >> in zvol_geom_bio_strategy()781 tq_idx = taskq_hash % ztqs->tqs_cnt; in zvol_geom_bio_strategy()
559 uint_t taskq_hash; in zvol_request_impl() local567 taskq_hash = cityhash3((uintptr_t)zv, offset >> ZVOL_TASKQ_OFFSET_SHIFT, in zvol_request_impl()569 tq_idx = taskq_hash % ztqs->tqs_cnt; in zvol_request_impl()