Searched refs:total_bytes (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dpipes_tests.c511 unsigned int total_bytes; member in struct:thread_work_data
615 int i = m->total_bytes/m->chunk_size;
633 int i = m->total_bytes/m->chunk_size;
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_journal.c230 if (tr->total_bytes < 0) { \
231 panic("%s:%d: tr total_bytes looks bad: %d\n", __FILE__, __LINE__, tr->total_bytes); \
557 int bufsize, amt_flushed, total_bytes; local
582 total_bytes = tr->total_bytes;
601 if ((amt_flushed + bufsize) < total_bytes) {
608 if (tr->total_bytes == (int)0xfbadc0de) {
616 tr->total_bytes = 0xfbadc0de;
2488 tr->total_bytes
[all...]
H A Dvfs_journal.h92 int total_bytes; // total # of bytes in transaction member in struct:transaction
/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor.c1411 uint64_t total_bytes; local
1413 total_bytes = compressor_object->resident_page_count * PAGE_SIZE_64;
1415 if ((total_bytes - compressor_bytes_used) > total_bytes / 10)

Completed in 35 milliseconds