Searched refs:leafs (Results 1 – 7 of 7) sorted by relevance
57 struct subleaf *leafs; member151 if (!func->leafs) { in cpuid_store()152 func->leafs = malloc(sizeof(struct subleaf)); in cpuid_store()153 if (!func->leafs) in cpuid_store()159 func->leafs = realloc(func->leafs, (s + 1) * sizeof(*leaf)); in cpuid_store()160 if (!func->leafs) in cpuid_store()166 leaf = &func->leafs[s]; in cpuid_store()199 leaf_print_raw(&func->leafs[i]); in raw_dump_range()354 leaf = &func->leafs[sub]; in parse_line()488 show_leaf(&func->leafs[i]); in show_func()[all …]
606 local leafs=`rate_leafs_get $DL_HANDLE`607 local num_leafs=`echo $leafs | wc -w`612 for r_obj in $leafs620 for r_obj in $leafs
30 This function queries the presence of KVM cpuid leafs.
256 possible for non-leafs. This field counts the number of emulations
46 u64 time_seq, struct ulist **leafs,
1416 u64 time_seq, struct ulist **leafs, argument1421 *leafs = ulist_alloc(GFP_NOFS);1422 if (!*leafs)1426 *leafs, NULL, extent_item_pos, NULL, ignore_offset);1428 free_leaf_list(*leafs);
179 Represents a group of rate objects (leafs and/or nodes); created/deleted by183 collisions with leafs.