Lines Matching defs:copy
175 * mesh_path_move_to_queue - Move or copy frames from one mpath queue to another
179 * @copy: When true, copy all the frames to the new mpath queue. When false,
182 * This function is used to transfer or copy frames from an unresolved mpath to
193 bool copy)
224 if (copy)
234 if (!copy)
969 bool copy = false;
977 mesh_path_move_to_queue(gate, from_mpath, copy);
979 copy = true;