Home
last modified time | relevance | path

Searched refs:leaves (Results 1 – 25 of 115) sorted by relevance

12345

/linux-6.15/arch/arm64/kernel/
H A Dcacheinfo.c43 unsigned int ctype, level, leaves; in detect_cache_level() local
45 for (level = 1, leaves = 0; level <= MAX_CACHE_LEVEL; level++) { in detect_cache_level()
52 leaves += (ctype == CACHE_TYPE_SEPARATE) ? 2 : 1; in detect_cache_level()
56 *leaves_p = leaves; in detect_cache_level()
70 unsigned int level, leaves; in init_cache_level() local
74 detect_cache_level(&level, &leaves); in init_cache_level()
90 leaves += (fw_level - level); in init_cache_level()
95 this_cpu_ci->num_leaves = leaves; in init_cache_level()
/linux-6.15/arch/arm/kernel/
H A Dcacheinfo.c85 unsigned int ctype, level, leaves; in detect_cache_level() local
98 for (level = 1, leaves = 0; level <= MAX_CACHE_LEVEL; level++) { in detect_cache_level()
105 leaves += (ctype == CACHE_TYPE_SEPARATE) ? 2 : 1; in detect_cache_level()
109 *leaves_p = leaves; in detect_cache_level()
123 unsigned int level, leaves; in init_cache_level() local
128 ret = detect_cache_level(&level, &leaves); in init_cache_level()
140 leaves += (fw_level - level); in init_cache_level()
145 this_cpu_ci->num_leaves = leaves; in init_cache_level()
/linux-6.15/net/shaper/
H A Dshaper.c941 leaves, node, in __net_shaper_group()
987 node->leaves++; in __net_shaper_group()
998 parent->leaves++; in __net_shaper_group()
1019 if (!shaper->leaves) in net_shaper_pre_del_node()
1036 leaves = kcalloc(shaper->leaves, sizeof(struct net_shaper), in net_shaper_pre_del_node()
1038 if (!leaves) in net_shaper_pre_del_node()
1060 leaves, &node, extack); in net_shaper_pre_del_node()
1063 kfree(leaves); in net_shaper_pre_del_node()
1168 if (!leaves) { in net_shaper_nl_group_doit()
1232 if (--tmp->leaves > 0) in net_shaper_nl_group_doit()
[all …]
/linux-6.15/arch/mips/kernel/
H A Dcacheinfo.c24 int levels = 0, leaves = 0; in init_cache_level() local
36 leaves += (c->icache.waysize) ? 2 : 1; in init_cache_level()
40 leaves++; in init_cache_level()
45 leaves++; in init_cache_level()
50 leaves++; in init_cache_level()
54 this_cpu_ci->num_leaves = leaves; in init_cache_level()
/linux-6.15/arch/openrisc/kernel/
H A Dcacheinfo.c33 int leaves = 0, levels = 0; in init_cache_level() local
50 leaves += 1; in init_cache_level()
65 leaves += 1; in init_cache_level()
73 if (!leaves) in init_cache_level()
78 this_cpu_ci->num_leaves = leaves; in init_cache_level()
/linux-6.15/drivers/gpu/drm/nouveau/nvkm/core/
H A Dintr.c65 if (type < intr->leaves * sizeof(*intr->stat) * 8) { in nvkm_intr_xlat()
213 for (leaf = 0; leaf < intr->leaves; leaf++) { in nvkm_intr()
233 struct nvkm_subdev *subdev, int leaves, struct nvkm_intr *intr) in nvkm_intr_add() argument
241 intr->leaves = leaves; in nvkm_intr_add()
242 intr->stat = kcalloc(leaves, sizeof(*intr->stat), GFP_KERNEL); in nvkm_intr_add()
243 intr->mask = kcalloc(leaves, sizeof(*intr->mask), GFP_KERNEL); in nvkm_intr_add()
250 for (i = 0; i < intr->leaves; i++) in nvkm_intr_add()
329 for (i = 0; intr->func->block && i < intr->leaves; i++) { in nvkm_intr_rearm()
/linux-6.15/Documentation/netlink/specs/
H A Dnet_shaper.yaml58 leaves and root.
125 name: leaves
130 Describes a set of leaves shapers for a @group operation.
266 a @node shaper, reattach all the node's leaves to the
269 leaves and the parent shaper scope is @node, the parent
289 @leaves shapers under the specified node identified by @handle.
290 The @leaves shapers scope must be @queue and the node shaper
295 When updating an existing node shaper, the specified @leaves are
299 of all the leaves, provided all the leaves share the same parent.
324 - leaves
/linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
H A Dnv04.c77 for (leaf = 0; leaf < intr->leaves; leaf++) in nv04_mc_intr_rearm()
87 for (leaf = 0; leaf < intr->leaves; leaf++) in nv04_mc_intr_unarm()
100 for (leaf = 0; leaf < intr->leaves; leaf++) { in nv04_mc_intr_pending()
H A Dgp100.c68 for (i = 0; i < intr->leaves; i++) in gp100_mc_intr_rearm()
77 for (i = 0; i < intr->leaves; i++) in gp100_mc_intr_unarm()
/linux-6.15/drivers/base/
H A Dcacheinfo.c255 unsigned int leaves = 0; in of_count_cache_leaves() local
258 ++leaves; in of_count_cache_leaves()
260 ++leaves; in of_count_cache_leaves()
262 ++leaves; in of_count_cache_leaves()
264 if (!leaves) { in of_count_cache_leaves()
274 return leaves; in of_count_cache_leaves()
281 unsigned int levels = 0, leaves, level; in init_of_cache_level() local
287 leaves = of_count_cache_leaves(np); in init_of_cache_level()
288 if (leaves > 0) in init_of_cache_level()
304 leaves += of_count_cache_leaves(np); in init_of_cache_level()
[all …]
/linux-6.15/include/net/
H A Dnet_shaper.h55 u32 leaves; /* accounted only for NODE scope */ member
87 const struct net_shaper *leaves,
/linux-6.15/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dintr.h37 int leaves; member
51 struct nvkm_subdev *, int leaves, struct nvkm_intr *);
/linux-6.15/arch/s390/kernel/
H A Dcache.c128 unsigned int level = 0, leaves = 0; in init_cache_level() local
140 leaves += (ctype == CACHE_TYPE_SEPARATE) ? 2 : 1; in init_cache_level()
143 this_cpu_ci->num_leaves = leaves; in init_cache_level()
/linux-6.15/arch/x86/include/asm/cpuid/
H A Dapi.h190 static inline u32 hypervisor_cpuid_base(const char *sig, u32 leaves) in hypervisor_cpuid_base() argument
203 (leaves == 0 || ((eax - base) >= leaves))) in hypervisor_cpuid_base()
/linux-6.15/Documentation/core-api/
H A Dassoc_array.rst228 This deletes all the objects from an associative array and leaves it
243 This destroys the contents of the associative array and leaves it
331 This will cause leaves with different length keys to scatter away from each
340 can contain mixtures of leaves and metadata pointers.
434 pointers - even if some of those leaves would like to be in the same slot.
436 A node can contain a heterogeneous mix of leaves and metadata pointers.
477 Each node has a maximum capacity of 16 leaves and metadata pointers. If the
483 If the leaves in a full node and the leaf that is being inserted are
524 already examined the leaves in the replaced node (we iterate over all the
525 leaves in a node before following any of its metadata pointers).
[all …]
/linux-6.15/tools/power/pm-graph/config/
H A Dcgskip.txt7 # as leaves with no child calls. It can be editted by
/linux-6.15/Documentation/devicetree/bindings/pci/
H A Dpci.txt59 If firmware leaves the ARI Forwarding Enable bit set in the bridge
62 recommends that firmware only leaves ARI enabled when it knows that the
/linux-6.15/Documentation/networking/
H A Dfib_trie.rst36 searching, making it necessary to save the keys in the leaves to
54 (in other words, they aren't NULL or leaves and their "pos" is equal
103 leaves which have to be removed.
/linux-6.15/Documentation/arch/x86/
H A Dcpuinfo.rst82 Feature flags can be derived from the contents of CPUID leaves
86 leaves and grouped in words with offsets as mapped in enum cpuid_leafs
96 Hardware features enumerated in sparsely populated CPUID leaves get
102 The intent of scattering CPUID leaves is to not bloat struct
/linux-6.15/fs/unicode/
H A Dmkutf8data.c424 int nodes, singletons, leaves; in tree_walk() local
426 nodes = singletons = leaves = 0; in tree_walk()
432 leaves = 1; in tree_walk()
456 leaves += 1; in tree_walk()
470 leaves += 1; in tree_walk()
1197 int leaves; in emit() local
1202 leaves = 0; in emit()
1214 leaves++; in emit()
1280 leaves++; in emit()
1297 leaves++; in emit()
[all …]
/linux-6.15/kernel/power/
H A Dsnapshot.c395 struct list_head leaves; /* Radix Tree leaves */ member
497 block = alloc_rtree_node(gfp_mask, safe_needed, ca, &zone->leaves); in add_rtree_block()
554 INIT_LIST_HEAD(&zone->leaves); in create_zone_bm_rtree()
584 list_for_each_entry(node, &zone->leaves, list) in free_zone_bm_rtree()
592 bm->cur.node = list_entry(bm->cur.zone->leaves.next, in memory_bm_position_reset()
894 if (!list_is_last(&bm->cur.node->list, &bm->cur.zone->leaves)) { in rtree_next_node()
907 bm->cur.node = list_entry(bm->cur.zone->leaves.next, in rtree_next_node()
970 list_for_each_entry(node, &zone->leaves, list) in recycle_zone_bm_rtree()
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dsc7280-qcard.dtsi493 * Technically this i2c bus actually leaves the Qcard, but it leaves directly
510 * direction or leaves the pin fully unpowered.
607 * direction or leaves the pin fully unpowered.
/linux-6.15/Documentation/devicetree/bindings/
H A DABI.rst10 "That still leaves the question of, what does a stable binding look
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dpixfmt-yuv-luma.rst207 leaves the 6 most significant bits of the last byte padded with 0.
/linux-6.15/Documentation/filesystems/
H A Dqnx6.rst68 Data leaves are always on the lowest level. So no data is stored on upper
146 Each data block (tree leaves) holds one long filename. That filename is

12345