Home
last modified time | relevance | path

Searched refs:total_bytes (Results 1 – 9 of 9) sorted by relevance

/u-boot/test/
A Dut.c98 int ut_check_console_dump(struct unit_test_state *uts, int total_bytes) in ut_check_console_dump() argument
104 if (!total_bytes) in ut_check_console_dump()
107 for (upto = 0; upto < total_bytes;) { in ut_check_console_dump()
119 return upto == total_bytes ? 0 : 1; in ut_check_console_dump()
/u-boot/lib/
A Dgunzip.c95 u64 total_bytes) in gzwrite_progress() argument
98 printf("%llu/%llu\r", bytes_written, total_bytes); in gzwrite_progress()
104 u64 total_bytes, in gzwrite_progress_finish() argument
110 total_bytes, calculated_crc); in gzwrite_progress_finish()
114 bytes_written, total_bytes, in gzwrite_progress_finish()
/u-boot/include/test/
A Dut.h105 int ut_check_console_dump(struct unit_test_state *uts, int total_bytes);
316 #define ut_assert_nextlines_are_dump(total_bytes) \ argument
317 if (ut_check_console_dump(uts, total_bytes)) { \
321 total_bytes, uts->actual_str); \
/u-boot/fs/btrfs/
A Dconv-funcs.h122 DEFINE_CONV(btrfs_dev_item, devid, total_bytes, bytes_used, io_align, io_width,
162 dev_root, dev_root_gen, csum_root, csum_root_gen, total_bytes,
165 chunk_root, log_root, log_root_transid, total_bytes, bytes_used,
A Dvolumes.h28 u64 total_bytes; member
A Dctree.h218 BTRFS_SETGET_FUNCS(device_total_bytes, struct btrfs_dev_item, total_bytes, 64);
233 total_bytes, 64);
927 total_bytes, 64);
957 total_bytes, 64);
A Dvolumes.c235 device->total_bytes = in device_list_add()
598 device->total_bytes = btrfs_device_total_bytes(leaf, dev_item); in fill_device_from_item()
/u-boot/include/
A Dgzip.h59 void gzwrite_progress(int iteration, u64 bytes_written, u64 total_bytes);
/u-boot/fs/btrfs/kernel-shared/
A Dbtrfs_tree.h404 __le64 total_bytes; member
1121 __le64 total_bytes; member
1163 __le64 total_bytes; member

Completed in 23 milliseconds