Searched refs:root_count (Results 1 - 13 of 13) sorted by relevance

/linux-master/include/linux/
H A Dobjagg.h45 unsigned int root_count; member in struct:objagg_stats
/linux-master/lib/
H A Dtest_objagg.c30 unsigned int root_count; member in struct:world
138 world->root_count++;
147 world->root_count--;
154 unsigned int orig_root_count = world->root_count;
169 if (world->root_count != orig_root_count + 1) {
175 if (world->root_count != orig_root_count) {
207 unsigned int orig_root_count = world->root_count;
212 if (world->root_count != orig_root_count - 1) {
217 if (world->root_count != orig_root_count) {
598 if (orig_root_count != world->root_count) {
[all...]
H A Dobjagg.c20 unsigned int root_count; member in struct:objagg_hints
241 min = objagg->hints->root_count;
623 objagg_stats->root_count++;
666 hnode->root_id = objagg_hints->root_count++;
1036 objagg_stats->root_count++;
/linux-master/arch/x86/kernel/
H A Damd_nb.c237 u16 root_count = 0; local
258 root_count++;
260 if (root_count) {
261 roots_per_misc = root_count / misc_count;
267 if (!roots_per_misc || (root_count % roots_per_misc)) {
/linux-master/arch/x86/kvm/mmu/
H A Dmmutrace.h15 __field(__u32, root_count) \
22 __entry->root_count = sp->root_count; \
45 __entry->root_count, \
H A Dmmu_internal.h101 int root_count; member in union:kvm_mmu_page::__anon270
H A Dmmu.c2591 if (!sp->root_count) {
2598 * !sp->root_count.
2608 * will be explicitly freed when the root_count hits zero.
2663 WARN_ON_ONCE(!sp->role.invalid || sp->root_count);
2686 if (sp->root_count)
3583 if (!--sp->root_count && sp->role.invalid)
3696 ++sp->root_count;
/linux-master/drivers/md/dm-vdo/
H A Dencodings.c370 block_count_t flat_page_count, root_count; local
398 decode_u64_le(buffer, offset, &root_count);
409 .root_count = root_count,
426 encode_u64_le(buffer, offset, state.root_count);
439 block_count_t vdo_compute_new_forest_pages(root_count_t root_count, argument
445 page_count_t level_size = DIV_ROUND_UP(leaf_pages, root_count);
457 total_pages += (new_pages * root_count);
H A Dblock-map.c2237 page_index = (lock->tree_slots[0].page_index / zone->block_map->root_count);
2302 root_count_t root_index = page_number % map->root_count;
2303 page_number_t page_index = page_number / map->root_count;
2380 for (root = 0; root < forest->map->root_count; root++) {
2431 for (root = 0; root < forest->map->root_count; root++)
2455 new_pages = vdo_compute_new_forest_pages(map->root_count, old_boundary,
2462 result = vdo_allocate_extended(struct forest, map->root_count,
2655 page_count_t last_tree_root = (leaf_pages - 1) % map->root_count;
2656 page_count_t level_pages = leaf_pages / map->root_count;
2684 result = vdo_allocate_extended(struct cursors, map->root_count,
[all...]
H A Dblock-map.h259 block_count_t root_count; member in struct:block_map
H A Dencodings.h188 block_count_t root_count; member in struct:block_map_state_2_0
892 block_count_t __must_check vdo_compute_new_forest_pages(root_count_t root_count,
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_erp.c1407 if (hstats->root_count < ostats->root_count)
/linux-master/fs/btrfs/
H A Dbackref.c45 int root_count; local
66 &root_count);
70 for (int i = 0; i < root_count; i++) {
2468 int root_count; local
2472 &root_ids, &root_count);
2474 for (int i = 0; i < root_count; i++) {

Completed in 199 milliseconds