Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/bpf_skel/
H A Dbperf_cgroup.bpf.c9 #define MAX_LEVELS 10 // max cgroup hierarchy level: arbitrary macro
100 for (cnt = 0; i < MAX_LEVELS; i++) { in get_cgroup_v1_idx()
126 for (cnt = 0; i < MAX_LEVELS; i++) { in get_cgroup_v2_idx()
151 __u32 cgrp_idx[MAX_LEVELS]; in bperf_cgroup_count()
157 cgrp_cnt = get_cgroup_v2_idx(cgrp_idx, MAX_LEVELS); in bperf_cgroup_count()
159 cgrp_cnt = get_cgroup_v1_idx(cgrp_idx, MAX_LEVELS); in bperf_cgroup_count()
189 for (c = 0; c < MAX_LEVELS; c++) { in bperf_cgroup_count()
/openbmc/linux/drivers/md/
H A Ddm-cache-policy-smq.c251 #define MAX_LEVELS 64u macro
258 struct ilist qs[MAX_LEVELS];
267 unsigned int target_count[MAX_LEVELS];