Searched refs:unit (Results 1 – 7 of 7) sorted by relevance
918 u64 bytes = ctl->unit; in copy_free_space_cache()1809 ctl->unit > offset) in tree_search_offset()2005 *bytes = (u64)(max_bits) * ctl->unit; in search_bitmap()2171 search_bytes = ctl->unit; in remove_from_bitmap()2217 search_bytes = ctl->unit; in remove_from_bitmap()2518 bytes = (j - i) * ctl->unit; in steal_from_bitmap_to_end()2568 bytes = (i + 1) * ctl->unit; in steal_from_bitmap_to_front()2570 bytes = (i - prev_j) * ctl->unit; in steal_from_bitmap_to_front()2956 ctl->unit = fs_info->sectorsize; in btrfs_init_free_space_ctl()3404 total_found * ctl->unit, 1); in btrfs_bitmap_cluster()[all …]
84 int unit; member
72 bool "bcachefs unit and performance tests"75 Include some unit and performance tests for the core btree code115 tristate "mean_and_variance unit tests" if !KUNIT_ALL_TESTS
90 unsigned int unit, blksz = sb->s_blocksize; in erofs_map_blocks() local125 unit = sizeof(*idx); /* chunk index */ in erofs_map_blocks()127 unit = EROFS_BLOCK_MAP_ENTRY_SIZE; /* block map */ in erofs_map_blocks()131 vi->xattr_isize, unit) + unit * chunknr; in erofs_map_blocks()
116 For more information on KUnit and unit tests in general please refer
128 For more information on KUnit and unit tests in general, please refer
608 const char *unit; member665 if (lnames[i].unit) in proc_pid_limits()666 seq_printf(m, "%-10s\n", lnames[i].unit); in proc_pid_limits()
Completed in 23 milliseconds