Home
last modified time | relevance | path

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

/linux/tools/arch/x86/kcpuid/
A Dkcpuid.c57 struct subleaf *leafs; member
151 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 …]
/linux/tools/testing/selftests/drivers/net/netdevsim/
A Ddevlink.sh606 local leafs=`rate_leafs_get $DL_HANDLE`
607 local num_leafs=`echo $leafs | wc -w`
612 for r_obj in $leafs
620 for r_obj in $leafs
/linux/Documentation/virt/kvm/
A Dcpuid.rst30 This function queries the presence of KVM cpuid leafs.
A Dmmu.rst256 possible for non-leafs. This field counts the number of emulations
/linux/Documentation/networking/devlink/
A Ddevlink-port.rst179 Represents a group of rate objects (leafs and/or nodes); created/deleted by
183 collisions with leafs.
/linux/fs/btrfs/
A Dbackref.h46 u64 time_seq, struct ulist **leafs,
A Dbackref.c1416 u64 time_seq, struct ulist **leafs, argument
1421 *leafs = ulist_alloc(GFP_NOFS);
1422 if (!*leafs)
1426 *leafs, NULL, extent_item_pos, NULL, ignore_offset);
1428 free_leaf_list(*leafs);

Completed in 14 milliseconds