Home
last modified time | relevance | path

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

/Linux-v5.15/tools/arch/x86/kcpuid/
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-v5.15/tools/testing/selftests/drivers/net/netdevsim/
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-v5.15/Documentation/virt/kvm/
Dcpuid.rst30 This function queries the presence of KVM cpuid leafs.
Dmmu.rst256 possible for non-leafs. This field counts the number of emulations
/Linux-v5.15/fs/btrfs/
Dbackref.h46 u64 time_seq, struct ulist **leafs,
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);
/Linux-v5.15/Documentation/networking/devlink/
Ddevlink-port.rst179 Represents a group of rate objects (leafs and/or nodes); created/deleted by
183 collisions with leafs.