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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dpipes_tests.c510 unsigned int total_bytes; member in struct:thread_work_data
614 int i = m->total_bytes/m->chunk_size;
632 int i = m->total_bytes/m->chunk_size;
/darwin-on-arm/xnu/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); \
556 int bufsize, amt_flushed, total_bytes; local
581 total_bytes = tr->total_bytes;
600 if ((amt_flushed + bufsize) < total_bytes) {
607 if (tr->total_bytes == (int)0xfbadc0de) {
615 tr->total_bytes = 0xfbadc0de;
2477 tr->total_bytes
[all...]
H A Dvfs_journal.h92 int total_bytes; // total # of bytes in transaction member in struct:transaction

Completed in 36 milliseconds