Home
last modified time | relevance | path

Searched refs:hweight (Results 1 – 8 of 8) sorted by relevance

/linux/tools/sched_ext/
H A Dscx_flatcg.bpf.c216 cgc->hweight = FCG_HWEIGHT_ONE; in cgrp_refresh_hweight()
236 cgc->hweight = in cgrp_refresh_hweight()
237 div_round_up(pcgc->hweight * cgc->weight, in cgrp_refresh_hweight()
267 max_budget = (cgrp_slice_ns * nr_cpus * cgc->hweight) / in cgrp_cap_budget()
574 FCG_HWEIGHT_ONE / (cgc->hweight ?: 1)); in BPF_STRUCT_OPS()
690 cgv_node->cvtime += cgrp_slice_ns * FCG_HWEIGHT_ONE / (cgc->hweight ?: 1); in try_pick_next_cgroup()
782 (cgc->hweight ?: 1)); in BPF_STRUCT_OPS()
786 (cgc->hweight ?: 1)); in BPF_STRUCT_OPS()
872 cgc->hweight = FCG_HWEIGHT_ONE; in BPF_STRUCT_OPS_SLEEPABLE()
H A Dscx_flatcg.h44 u32 hweight; member
/linux/tools/perf/
H A DMANIFEST19 tools/lib/hweight.c
/linux/arch/x86/lib/
H A DMakefile41 obj-y += msr.o msr-reg.o msr-reg-export.o hweight.o
/linux/tools/testing/shared/
H A Dshared.mk10 LIBS := slab.o find_bit.o bitmap.o hweight.o vsprintf.o
/linux/tools/perf/util/
H A DBuild50 perf-util-y += hweight.o
409 $(OUTPUT)util/hweight.o: ../lib/hweight.c FORCE
/linux/lib/
H A DMakefile140 obj-$(CONFIG_GENERIC_HWEIGHT) += hweight.o
/linux/
H A DMAINTAINERS4699 F: lib/hweight.c