Searched refs:flip_bytes (Results 1 – 2 of 2) sorted by relevance
9039 unsigned int flip_bytes = 0; in get_pipe_flip_bytes() local9041 flip_bytes += (unsigned int)((vm_bytes * hostvm_inefficiency_factor) + 2 * meta_row_bytes); in get_pipe_flip_bytes()9042 flip_bytes += (unsigned int)(2 * dpte_row_bytes * hostvm_inefficiency_factor); in get_pipe_flip_bytes()9044 return flip_bytes; in get_pipe_flip_bytes()
6868 unsigned int flip_bytes = 0; in get_pipe_flip_bytes() local6870 flip_bytes += (unsigned int) ((vm_bytes * hostvm_inefficiency_factor) + 2*meta_row_bytes); in get_pipe_flip_bytes()6871 flip_bytes += (unsigned int) (2*dpte_row_bytes * hostvm_inefficiency_factor); in get_pipe_flip_bytes()6873 return flip_bytes; in get_pipe_flip_bytes()