Searched refs:nelem_hint (Results 1 – 25 of 25) sorted by relevance
| /linux/include/linux/ |
| A D | rhashtable-types.h | 58 u16 nelem_hint; member
|
| /linux/net/bridge/ |
| A D | br_vlan_tunnel.c | 32 .nelem_hint = 3,
|
| A D | br_vlan.c | 26 .nelem_hint = 3,
|
| /linux/net/rds/ |
| A D | bind.c | 45 .nelem_hint = 768,
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| 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/ |
| A D | test_rhashtable.c | 109 .nelem_hint = 128, 697 test_rht_params.nelem_hint = size; in test_rht_init()
|
| A D | rhashtable.c | 966 if (params->nelem_hint) in rounded_hashtable_size() 967 retsize = max(roundup_pow_of_two(params->nelem_hint * 4 / 3), in rounded_hashtable_size()
|
| /linux/net/mac80211/ |
| A D | mesh_pathtbl.c | 29 .nelem_hint = 2, 38 .nelem_hint = 10,
|
| A D | sta_info.c | 74 .nelem_hint = 3, /* start small */ 83 .nelem_hint = 3, /* start small */
|
| /linux/drivers/net/ethernet/netronome/nfp/bpf/ |
| A D | main.c | 17 .nelem_hint = 4,
|
| /linux/net/ipv6/ila/ |
| A D | ila_xlat.c | 85 .nelem_hint = 1024,
|
| /linux/net/core/ |
| A D | xdp.c | 61 .nelem_hint = 64,
|
| /linux/kernel/bpf/ |
| A D | offload.c | 52 .nelem_hint = 4,
|
| /linux/fs/dlm/ |
| A D | config.c | 67 .nelem_hint = 3, /* start small */
|
| /linux/net/netfilter/ |
| A D | nft_set_hash.c | 416 params.nelem_hint = desc->size ?: NFT_RHASH_ELEMENT_HINT; in nft_rhash_init()
|
| /linux/drivers/net/vxlan/ |
| A D | vxlan_vnifilter.c | 33 .nelem_hint = 3,
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| A D | cxgb4_tc_flower.c | 1103 .nelem_hint = 384,
|
| /linux/security/apparmor/ |
| A D | policy_unpack.c | 1050 params.nelem_hint = 3; in unpack_profile()
|
| /linux/fs/xfs/ |
| A D | xfs_buf.c | 510 .nelem_hint = 16,
|
| /linux/fs/gfs2/ |
| A D | glock.c | 76 .nelem_hint = GFS2_GL_HASH_SIZE * 3 / 4,
|
| /linux/net/ipv6/ |
| A D | ip6mr.c | 358 .nelem_hint = 3,
|
| /linux/drivers/infiniband/hw/hfi1/ |
| A D | sdma.c | 807 .nelem_hint = NR_CPUS_HINT,
|
| /linux/net/ipv4/ |
| A D | ipmr.c | 375 .nelem_hint = 3,
|
| /linux/net/tipc/ |
| A D | socket.c | 3041 .nelem_hint = 192,
|
| /linux/drivers/net/wireless/virtual/ |
| A D | mac80211_hwsim.c | 758 .nelem_hint = 2,
|
Completed in 99 milliseconds