Searched refs:sz2 (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/md/
H A Ddm-ps-service-time.c218 size_t sz1, sz2, st1, st2; local
221 sz2 = atomic_read(&pi2->in_flight_size);
227 return sz1 - sz2;
233 if (sz1 == sz2 ||
242 * st2 = (sz2 + incoming) / pi2->relative_throughput
249 * (sz2 + incoming) / pi2->relative_throughput
251 * (sz2 + incoming) * pi1->relative_throughput
255 sz2 += incoming;
257 sz2 >= ST_MAX_INFLIGHT_SIZE)) {
264 sz2 >>
[all...]
/linux-master/tools/perf/
H A Dbuiltin-inject.c322 size_t sz2 = event->header.size - sample->aux_sample.size - sz1; local
331 if (sz1 > event->header.size || sz2 > event->header.size ||
332 sz1 + sz2 > event->header.size ||
337 memcpy((void *)ev + sz1, (void *)event + event->header.size - sz2, sz2);
338 ev->header.size = sz1 + sz2;
/linux-master/arch/x86/kvm/
H A Dxen.c914 size_t sz, sz1, sz2; local
949 sz2 = sz - sz1;
952 data->u.gpa + sz1, sz2);

Completed in 108 milliseconds