Searched refs:hold_count (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/coreutils/src/
H A Dcsplit.c123 static size_t hold_count = 0; variable
242 hold_count = num;
473 if (bytes_wanted < hold_count)
474 bytes_wanted = hold_count;
483 if (hold_count)
485 memcpy (p, hold_area, hold_count);
486 p += hold_count;
487 b->bytes_used += hold_count;
488 bytes_avail -= hold_count;
489 hold_count
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp63 int firewire_debug=1, try_bmr=1, hold_count=0; variable
1885 "fwdev->rcnt(%d), hold_count(%d)\n",
1886 __func__, fwdev->rcnt, hold_count);
1887 if (fwdev->rcnt > hold_count) {

Completed in 43 milliseconds