Lines Matching full:remain
59 ssize_t remain = size; in kvm_stats_read() local
70 len = min(len, remain); in kvm_stats_read()
73 remain = len; in kvm_stats_read()
78 * The pos is 0 and the copylen and remain would be the size of header. in kvm_stats_read()
84 copylen = min(copylen, remain); in kvm_stats_read()
89 remain -= copylen; in kvm_stats_read()
104 copylen = min(copylen, remain); in kvm_stats_read()
109 remain -= copylen; in kvm_stats_read()
122 copylen = min(copylen, remain); in kvm_stats_read()
127 remain -= copylen; in kvm_stats_read()
134 copylen = min(copylen, remain); in kvm_stats_read()