Searched refs:dst_index (Results 1 – 3 of 3) sorted by relevance
1093 int src_index, dst_index, src_pin_state, dst_pin_state; in skl_unbind_modules() local1106 if (dst_index < 0) in skl_unbind_modules()1109 msg.dst_queue = dst_index; in skl_unbind_modules()1112 dst_pin_state = dst_mcfg->m_in_pin[dst_index].pin_state; in skl_unbind_modules()1128 skl_free_queue(dst_mcfg->m_in_pin, dst_index); in skl_unbind_modules()1157 int src_index, dst_index; in skl_bind_modules() local1174 dst_index = skl_alloc_queue(dst_mcfg->m_in_pin, src_mcfg, in_max); in skl_bind_modules()1175 if (dst_index < 0) { in skl_bind_modules()1203 msg.dst_queue = dst_index; in skl_bind_modules()1219 dst_mcfg->m_in_pin[dst_index].pin_state = SKL_PIN_BIND_DONE; in skl_bind_modules()[all …]
4308 int dst_index; in copy_items() local4361 dst_index = 0; in copy_items()4376 if (ins_keys[dst_index].type != BTRFS_EXTENT_DATA_KEY) in copy_items()4399 ins_keys[dst_index].offset < i_size && in copy_items()4452 batch.total_data_size += ins_sizes[dst_index]; in copy_items()4454 dst_index++; in copy_items()4468 dst_index = 0; in copy_items()4471 const int dst_slot = dst_path->slots[0] + dst_index; in copy_items()4480 if (dst_index >= batch.nr) in copy_items()4512 src_offset, ins_sizes[dst_index]); in copy_items()[all …]
2001 unsigned int dst_index = 0; in make_association() local2013 if (dst_index == src_index) { in make_association()2036 ++dst_index; in make_association()
Completed in 23 milliseconds