Lines Matching defs:copy
138 * mesh_path_move_to_queue - Move or copy frames from one mpath queue to another
140 * This function is used to transfer or copy frames from an unresolved mpath to
151 * @copy: When true, copy all the frames to the new mpath queue. When false,
156 bool copy)
187 if (copy)
197 if (!copy)
675 bool copy = false;
683 mesh_path_move_to_queue(gate, from_mpath, copy);
685 copy = true;