Searched refs:nelem_hint (Results 1 - 24 of 24) sorted by relevance

/linux-master/include/linux/
H A Drhashtable-types.h45 * @nelem_hint: Hint on number of elements, should be 75% of desired size
57 u16 nelem_hint; member in struct:rhashtable_params
/linux-master/net/rds/
H A Dbind.c45 .nelem_hint = 768,
/linux-master/net/bridge/
H A Dbr_vlan_tunnel.c32 .nelem_hint = 3,
H A Dbr_vlan.c26 .nelem_hint = 3,
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dpeer.c529 param->nelem_hint = ab->num_radios * TARGET_NUM_PEERS_PDEV(ab);
584 param->nelem_hint = ab->num_radios * TARGET_NUM_PEERS_PDEV(ab);
/linux-master/lib/
H A Drhashtable.c962 if (params->nelem_hint)
963 retsize = max(roundup_pow_of_two(params->nelem_hint * 4 / 3),
H A Dtest_rhashtable.c109 .nelem_hint = 128,
697 test_rht_params.nelem_hint = size;
/linux-master/net/mac80211/
H A Dmesh_pathtbl.c29 .nelem_hint = 2,
38 .nelem_hint = 10,
H A Dsta_info.c74 .nelem_hint = 3, /* start small */
83 .nelem_hint = 3, /* start small */
/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.c17 .nelem_hint = 4,
/linux-master/net/ipv6/ila/
H A Dila_xlat.c85 .nelem_hint = 1024,
/linux-master/net/core/
H A Dxdp.c61 .nelem_hint = 64,
/linux-master/drivers/net/vxlan/
H A Dvxlan_vnifilter.c33 .nelem_hint = 3,
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_flower.c1104 .nelem_hint = 384,
/linux-master/kernel/bpf/
H A Doffload.c52 .nelem_hint = 4,
/linux-master/net/netfilter/
H A Dnft_set_hash.c416 params.nelem_hint = desc->size ?: NFT_RHASH_ELEMENT_HINT;
/linux-master/security/apparmor/
H A Dpolicy_unpack.c1042 params.nelem_hint = 3;
/linux-master/fs/xfs/
H A Dxfs_buf.c507 .nelem_hint = 16,
/linux-master/fs/gfs2/
H A Dglock.c78 .nelem_hint = GFS2_GL_HASH_SIZE * 3 / 4,
/linux-master/drivers/infiniband/hw/hfi1/
H A Dsdma.c807 .nelem_hint = NR_CPUS_HINT,
/linux-master/net/ipv6/
H A Dip6mr.c358 .nelem_hint = 3,
/linux-master/net/ipv4/
H A Dipmr.c374 .nelem_hint = 3,
/linux-master/net/tipc/
H A Dsocket.c3046 .nelem_hint = 192,
/linux-master/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c750 .nelem_hint = 2,

Completed in 550 milliseconds