Searched refs:nelem_hint (Results 1 – 24 of 24) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | rhashtable-types.h | 57 u16 nelem_hint; member
|
/openbmc/linux/net/bridge/ |
H A D | br_vlan_tunnel.c | 32 .nelem_hint = 3,
|
H A D | br_vlan.c | 26 .nelem_hint = 3,
|
/openbmc/linux/net/rds/ |
H A D | bind.c | 45 .nelem_hint = 768,
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | peer.c | 529 param->nelem_hint = ab->num_radios * TARGET_NUM_PEERS_PDEV(ab); in ath11k_peer_rhash_id_tbl_init() 584 param->nelem_hint = ab->num_radios * TARGET_NUM_PEERS_PDEV(ab); in ath11k_peer_rhash_addr_tbl_init()
|
/openbmc/linux/lib/ |
H A D | test_rhashtable.c | 108 .nelem_hint = 128, 696 test_rht_params.nelem_hint = size; in test_rht_init()
|
H A D | rhashtable.c | 962 if (params->nelem_hint) in rounded_hashtable_size() 963 retsize = max(roundup_pow_of_two(params->nelem_hint * 4 / 3), in rounded_hashtable_size()
|
/openbmc/linux/net/mac80211/ |
H A D | mesh_pathtbl.c | 28 .nelem_hint = 2, 37 .nelem_hint = 10,
|
H A D | sta_info.c | 74 .nelem_hint = 3, /* start small */ 83 .nelem_hint = 3, /* start small */
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | main.c | 17 .nelem_hint = 4,
|
/openbmc/linux/net/ipv6/ila/ |
H A D | ila_xlat.c | 85 .nelem_hint = 1024,
|
/openbmc/linux/net/core/ |
H A D | xdp.c | 60 .nelem_hint = 64,
|
/openbmc/linux/kernel/bpf/ |
H A D | offload.c | 52 .nelem_hint = 4,
|
/openbmc/linux/net/netfilter/ |
H A D | nft_set_hash.c | 407 params.nelem_hint = desc->size ?: NFT_RHASH_ELEMENT_HINT; in nft_rhash_init()
|
/openbmc/linux/drivers/net/vxlan/ |
H A D | vxlan_vnifilter.c | 33 .nelem_hint = 3,
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_flower.c | 1104 .nelem_hint = 384,
|
/openbmc/linux/security/apparmor/ |
H A D | policy_unpack.c | 1052 params.nelem_hint = 3; in unpack_profile()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_buf.c | 493 .nelem_hint = 16,
|
/openbmc/linux/net/ipv6/ |
H A D | ip6mr.c | 358 .nelem_hint = 3,
|
/openbmc/linux/fs/gfs2/ |
H A D | glock.c | 78 .nelem_hint = GFS2_GL_HASH_SIZE * 3 / 4,
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | sdma.c | 807 .nelem_hint = NR_CPUS_HINT,
|
/openbmc/linux/net/ipv4/ |
H A D | ipmr.c | 374 .nelem_hint = 3,
|
/openbmc/linux/net/tipc/ |
H A D | socket.c | 3047 .nelem_hint = 192,
|
/openbmc/linux/drivers/net/wireless/virtual/ |
H A D | mac80211_hwsim.c | 731 .nelem_hint = 2,
|