Searched refs:hweight (Results 1 – 10 of 10) sorted by relevance
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_fo.c | 23 struct ip_vs_dest *dest, *hweight = NULL; in ip_vs_fo_schedule() 34 hweight = dest; in ip_vs_fo_schedule() 39 if (hweight) { in ip_vs_fo_schedule() 41 IP_VS_DBG_ADDR(hweight->af, &hweight->addr), in ip_vs_fo_schedule() 42 ntohs(hweight->port), in ip_vs_fo_schedule() 43 atomic_read(&hweight->activeconns), in ip_vs_fo_schedule() 44 atomic_read(&hweight->weight)); in ip_vs_fo_schedule() 45 return hweight; in ip_vs_fo_schedule() 24 struct ip_vs_dest *dest, *hweight = NULL; ip_vs_fo_schedule() local
|
| /linux/tools/sched_ext/ |
| H A D | scx_flatcg.bpf.c | 216 cgc->hweight = FCG_HWEIGHT_ONE; in cgrp_refresh_hweight() 228 * However, hweight updates are already cached and in cgrp_refresh_hweight() 236 cgc->hweight = in cgrp_refresh_hweight() 237 div_round_up(pcgc->hweight * cgc->weight, in cgrp_refresh_hweight() 264 * hweight such that a full-hweight cgroup can immediately take up half in cgrp_cap_budget() 267 max_budget = (cgrp_slice_ns * nr_cpus * cgc->hweight) / in cgrp_cap_budget() 444 * If @cgrp is becoming runnable, its hweight should be refreshed after in update_active_weight_sums() 446 * value. If @cgrp is becoming quiescent, the hweight should be in update_active_weight_sums() 671 * cgroup for the new slice. Refresh its hweight in try_pick_next_cgroup() [all...] |
| H A D | scx_flatcg.h | 44 u32 hweight; member
|
| /linux/tools/perf/ |
| H A D | MANIFEST | 19 tools/lib/hweight.c
|
| /linux/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_filters.c | 827 int hweight = 0; in aq_filters_vlans_update() local 839 hweight = bitmap_weight(aq_nic->active_vlans, VLAN_N_VID); in aq_filters_vlans_update() 853 if (hweight <= AQ_VLAN_MAX_FILTERS && hweight > 0) { in aq_filters_vlans_update()
|
| /linux/arch/x86/lib/ |
| H A D | Makefile | 41 obj-y += msr.o msr-reg.o msr-reg-export.o hweight.o
|
| /linux/tools/testing/shared/ |
| H A D | shared.mk | 10 LIBS := slab.o find_bit.o bitmap.o hweight.o vsprintf.o
|
| /linux/tools/perf/util/ |
| H A D | Build | 47 perf-util-y += hweight.o 410 $(OUTPUT)util/hweight.o: ../lib/hweight.c FORCE
|
| /linux/lib/ |
| H A D | Makefile | 138 obj-$(CONFIG_GENERIC_HWEIGHT) += hweight.o
|
| /linux/ |
| H A D | MAINTAINERS | 4554 F: lib/hweight.c
|