Home
last modified time | relevance | path

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

/Linux-v6.1/net/netfilter/ipvs/
Dip_vs_fo.c24 struct ip_vs_dest *dest, *hweight = NULL; in ip_vs_fo_schedule() local
35 hweight = dest; in ip_vs_fo_schedule()
40 if (hweight) { in ip_vs_fo_schedule()
42 IP_VS_DBG_ADDR(hweight->af, &hweight->addr), in ip_vs_fo_schedule()
43 ntohs(hweight->port), in ip_vs_fo_schedule()
44 atomic_read(&hweight->activeconns), in ip_vs_fo_schedule()
45 atomic_read(&hweight->weight)); in ip_vs_fo_schedule()
46 return hweight; in ip_vs_fo_schedule()
/Linux-v6.1/tools/perf/
DMANIFEST13 tools/lib/hweight.c
/Linux-v6.1/tools/perf/util/
Dpython-ext-sources22 ../lib/hweight.c
DBuild39 perf-y += hweight.o
325 $(OUTPUT)util/hweight.o: ../lib/hweight.c FORCE
/Linux-v6.1/drivers/net/ethernet/aquantia/atlantic/
Daq_filters.c827 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-v6.1/arch/x86/lib/
DMakefile54 obj-y += msr.o msr-reg.o msr-reg-export.o hweight.o
/Linux-v6.1/arch/sparc/lib/
DMakefile52 lib-$(CONFIG_SPARC64) += mcount.o ipcsum.o xor.o hweight.o ffs.o
/Linux-v6.1/lib/
DMakefile154 obj-$(CONFIG_GENERIC_HWEIGHT) += hweight.o