hweight           819 drivers/net/ethernet/aquantia/atlantic/aq_filters.c 	int hweight = 0;
hweight           833 drivers/net/ethernet/aquantia/atlantic/aq_filters.c 			hweight += hweight_long(aq_nic->active_vlans[i]);
hweight           847 drivers/net/ethernet/aquantia/atlantic/aq_filters.c 		if (hweight <= AQ_VLAN_MAX_FILTERS && hweight > 0) {
hweight            24 net/netfilter/ipvs/ip_vs_fo.c 	struct ip_vs_dest *dest, *hweight = NULL;
hweight            35 net/netfilter/ipvs/ip_vs_fo.c 			hweight = dest;
hweight            40 net/netfilter/ipvs/ip_vs_fo.c 	if (hweight) {
hweight            42 net/netfilter/ipvs/ip_vs_fo.c 			      IP_VS_DBG_ADDR(hweight->af, &hweight->addr),
hweight            43 net/netfilter/ipvs/ip_vs_fo.c 			      ntohs(hweight->port),
hweight            44 net/netfilter/ipvs/ip_vs_fo.c 			      atomic_read(&hweight->activeconns),
hweight            45 net/netfilter/ipvs/ip_vs_fo.c 			      atomic_read(&hweight->weight));
hweight            46 net/netfilter/ipvs/ip_vs_fo.c 		return hweight;