Home
last modified time | relevance | path

Searched refs:leafs (Results 1 – 2 of 2) sorted by relevance

/tools/arch/x86/kcpuid/
A Dkcpuid.c65 struct subleaf *leafs; member
191 if (!func->leafs) { in cpuid_store()
192 func->leafs = malloc(sizeof(struct subleaf)); in cpuid_store()
193 if (!func->leafs) in cpuid_store()
199 func->leafs = realloc(func->leafs, (s + 1) * sizeof(*leaf)); in cpuid_store()
200 if (!func->leafs) in cpuid_store()
206 leaf = &func->leafs[s]; in cpuid_store()
232 leaf_print_raw(&func->leafs[i]); in raw_dump_range()
412 leaf = &func->leafs[sub]; in parse_line()
521 show_leaf(&func->leafs[i]); in show_func()
[all …]
/tools/testing/selftests/drivers/net/netdevsim/
A Ddevlink.sh673 local leafs=`rate_leafs_get $DL_HANDLE`
674 local num_leafs=`echo $leafs | wc -w`
679 for r_obj in $leafs
687 for r_obj in $leafs
695 for r_obj in $leafs

Completed in 7 milliseconds