Searched defs:total_bal (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc_shm.c871 uint64_t copy_size, copied_len = 0, total_bal = 0, idx = 0; local
923 total_bal = min(export_size, *size);
977 " total_bal=0x%llx\n",
980 total_bal);
997 " copied_len=0x%lx, total_bal=0x%lx\n",
1000 copy_size, copied_len, total_bal);
1002 *size = *size - total_bal;
1035 total_bal -= copied_len;
1040 if (export_psize == 0 && total_bal != 0) {
1058 if (local_psize == 0 && total_bal !
[all...]

Completed in 84 milliseconds