Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/namespaces/
H A Dstress_test.c359 int total_found = 0; in TEST() local
433 for (i = 0; i < ret && total_found < 512; i++) { in TEST()
434 all_ns_ids[total_found++] = batch[i]; in TEST()
444 TH_LOG("Paginated through %d user namespaces", total_found); in TEST()
447 for (i = 0; i < total_found; i++) { in TEST()
448 for (int j = i + 1; j < total_found; j++) { in TEST()
/linux/fs/btrfs/
H A Dfree-space-tree.c1549 u64 total_found = 0; in load_free_space_bitmaps() local
1586 total_found += space_added; in load_free_space_bitmaps()
1587 if (total_found > CACHING_CTL_WAKE_UP) { in load_free_space_bitmaps()
1588 total_found = 0; in load_free_space_bitmaps()
1625 u64 total_found = 0; in load_free_space_extents() local
1653 total_found += space_added; in load_free_space_extents()
1654 if (total_found > CACHING_CTL_WAKE_UP) { in load_free_space_extents()
1655 total_found = 0; in load_free_space_extents()
H A Dfree-space-cache.c3337 unsigned long total_found = 0; in btrfs_bitmap_cluster() local
3375 if (!total_found) { in btrfs_bitmap_cluster()
3380 total_found += found_bits; in btrfs_bitmap_cluster()
3385 if (total_found < want_bits || cluster->max_size < cont1_bytes) { in btrfs_bitmap_cluster()
3407 total_found * ctl->unit, 1); in btrfs_bitmap_cluster()
H A Dblock-group.c730 u64 total_found = 0; in load_extent_tree_free() local
838 total_found += space_added; in load_extent_tree_free()
845 if (total_found > CACHING_CTL_WAKE_UP) { in load_extent_tree_free()
846 total_found = 0; in load_extent_tree_free()