Searched refs:leafs (Results 1 – 5 of 5) sorted by relevance
62 struct subleaf *leafs; member145 if (!func->leafs) { in cpuid_store()146 func->leafs = malloc(sizeof(struct subleaf)); in cpuid_store()147 if (!func->leafs) in cpuid_store()153 func->leafs = realloc(func->leafs, (s + 1) * sizeof(*leaf)); in cpuid_store()154 if (!func->leafs) in cpuid_store()160 leaf = &func->leafs[s]; in cpuid_store()193 leaf_print_raw(&func->leafs[i]); in raw_dump_range()386 leaf = &func->leafs[sub]; in parse_line()513 show_leaf(&func->leafs[i]); in show_func()[all …]
631 local leafs=`rate_leafs_get $DL_HANDLE`632 local num_leafs=`echo $leafs | wc -w`637 for r_obj in $leafs645 for r_obj in $leafs
30 This function queries the presence of KVM cpuid leafs.
281 possible for non-leafs. This field counts the number of emulations
386 Represents a group of rate objects (leafs and/or nodes); created/deleted by390 collisions with leafs.442 may export nodes/leafs and their child-parent relationships.