Home
last modified time | relevance | path

Searched refs:block_idx (Results 1 – 4 of 4) sorted by relevance

/tools/testing/selftests/filesystems/incfs/
Dincfs_test.c526 int block_idx) in read_test_file() argument
532 off_t offset = ((off_t)block_idx) * INCFS_DATA_FILE_BLOCK_SIZE; in read_test_file()
625 int block_idx = block_indexes[i]; in validate_test_file_content_with_seed() local
628 int seed = get_file_block_seed(file->index, block_idx); in validate_test_file_content_with_seed()
631 size - ((off_t)block_idx) * INCFS_DATA_FILE_BLOCK_SIZE); in validate_test_file_content_with_seed()
634 filename, block_idx); in validate_test_file_content_with_seed()
638 block_idx, filename, strerror(-read_result)); in validate_test_file_content_with_seed()
646 file->name, block_idx); in validate_test_file_content_with_seed()
/tools/perf/util/
Dsort.h272 int block_idx; member
/tools/perf/
Dbuiltin-diff.c1339 block_he = hists__get_entry(&bh_pair->block_hists, bh->block_idx); in cycles_printf()
1388 if (bh->block_idx) in __hpp__color_compare()
/tools/perf/ui/stdio/
Dhist.c551 bh->block_idx = i; in hist_entry__block_fprintf()