Searched refs:nelem_hint (Results 1 – 21 of 21) sorted by relevance
| /linux/include/linux/ |
| H A D | rhashtable-types.h | 60 u16 nelem_hint; member
|
| /linux/net/bridge/ |
| H A D | br_vlan_tunnel.c | 32 .nelem_hint = 3,
|
| /linux/net/rds/ |
| H A D | bind.c | 45 .nelem_hint = 768,
|
| /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()
|
| /linux/lib/ |
| H A D | test_rhashtable.c | 109 .nelem_hint = 128, 697 test_rht_params.nelem_hint = size; in test_rht_init()
|
| H A D | rhashtable.c | 995 if (params->nelem_hint) in rounded_hashtable_size() 996 retsize = max(roundup_pow_of_two(params->nelem_hint * 4 / 3), in rounded_hashtable_size()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | peer.c | 426 param->nelem_hint = ab->num_radios * ath12k_core_get_max_peers_per_radio(ab); in ath12k_link_sta_rhash_tbl_init()
|
| H A D | dp_peer.c | 246 param->nelem_hint = ab->num_radios * ath12k_core_get_max_peers_per_radio(ab); in ath12k_dp_link_peer_rhash_addr_tbl_init()
|
| /linux/net/mac80211/ |
| H A D | mesh_pathtbl.c | 29 .nelem_hint = 2, 38 .nelem_hint = 10,
|
| H A D | sta_info.c | 73 .nelem_hint = 3, /* start small */ 82 .nelem_hint = 3, /* start small */
|
| /linux/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | main.c | 17 .nelem_hint = 4,
|
| /linux/net/ipv6/ila/ |
| H A D | ila_xlat.c | 85 .nelem_hint = 1024,
|
| /linux/net/core/ |
| H A D | xdp.c | 62 .nelem_hint = 64,
|
| /linux/fs/dlm/ |
| H A D | config.c | 68 .nelem_hint = 3, /* start small */
|
| /linux/net/netfilter/ |
| H A D | nft_set_hash.c | 523 params.nelem_hint = desc->size ?: NFT_RHASH_ELEMENT_HINT; in nft_rhash_init()
|
| /linux/drivers/net/vxlan/ |
| H A D | vxlan_vnifilter.c | 33 .nelem_hint = 3,
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_tc_flower.c | 1111 .nelem_hint = 384,
|
| /linux/security/apparmor/ |
| H A D | policy_unpack.c | 1354 params.nelem_hint = 3; in unpack_profile()
|
| /linux/net/ipv4/ |
| H A D | ipmr.c | 403 .nelem_hint = 3,
|
| /linux/net/tipc/ |
| H A D | socket.c | 3041 .nelem_hint = 192,
|
| /linux/drivers/net/wireless/virtual/ |
| H A D | mac80211_hwsim.c | 772 .nelem_hint = 2,
|