Home
last modified time | relevance | path

Searched refs:ntotal (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/codecs/
H A Dwm_adsp.c1993 int ntotal = 0; in wm_adsp_compr_read() local
2017 if (copy_to_user(buf + ntotal, compr->raw_buf, nbytes)) { in wm_adsp_compr_read()
2019 ntotal, nbytes); in wm_adsp_compr_read()
2024 ntotal += nbytes; in wm_adsp_compr_read()
2027 compr->copied_total += ntotal; in wm_adsp_compr_read()
2029 return ntotal; in wm_adsp_compr_read()
/linux/tools/perf/
H A Dbuiltin-kvm.c1270 s64 n, ntotal = 0; in perf_kvm__mmap_read()
1288 ntotal += n; in perf_kvm__mmap_read()
1294 if (ntotal) { in perf_kvm__mmap_read()
1267 s64 n, ntotal = 0; perf_kvm__mmap_read() local