Searched refs:nelem_hint (Results 1 – 24 of 24) sorted by relevance
/Linux-v6.1/include/linux/ |
D | rhashtable-types.h | 57 u16 nelem_hint; member
|
/Linux-v6.1/net/bridge/ |
D | br_vlan_tunnel.c | 32 .nelem_hint = 3,
|
D | br_vlan.c | 26 .nelem_hint = 3,
|
/Linux-v6.1/net/rds/ |
D | bind.c | 45 .nelem_hint = 768,
|
/Linux-v6.1/drivers/net/wireless/ath/ath11k/ |
D | peer.c | 528 param->nelem_hint = ab->num_radios * TARGET_NUM_PEERS_PDEV(ab); in ath11k_peer_rhash_id_tbl_init() 583 param->nelem_hint = ab->num_radios * TARGET_NUM_PEERS_PDEV(ab); in ath11k_peer_rhash_addr_tbl_init()
|
/Linux-v6.1/lib/ |
D | test_rhashtable.c | 108 .nelem_hint = 128, 698 test_rht_params.nelem_hint = size; in test_rht_init()
|
D | rhashtable.c | 958 if (params->nelem_hint) in rounded_hashtable_size() 959 retsize = max(roundup_pow_of_two(params->nelem_hint * 4 / 3), in rounded_hashtable_size()
|
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/bpf/ |
D | main.c | 17 .nelem_hint = 4,
|
/Linux-v6.1/net/ipv6/ila/ |
D | ila_xlat.c | 86 .nelem_hint = 1024,
|
/Linux-v6.1/net/core/ |
D | xdp.c | 58 .nelem_hint = 64,
|
/Linux-v6.1/kernel/bpf/ |
D | offload.c | 51 .nelem_hint = 4,
|
/Linux-v6.1/net/mac80211/ |
D | mesh_pathtbl.c | 27 .nelem_hint = 2,
|
D | sta_info.c | 74 .nelem_hint = 3, /* start small */ 83 .nelem_hint = 3, /* start small */
|
/Linux-v6.1/net/netfilter/ |
D | nft_set_hash.c | 389 params.nelem_hint = desc->size ?: NFT_RHASH_ELEMENT_HINT; in nft_rhash_init()
|
/Linux-v6.1/drivers/net/vxlan/ |
D | vxlan_vnifilter.c | 33 .nelem_hint = 3,
|
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_tc_flower.c | 1104 .nelem_hint = 384,
|
/Linux-v6.1/security/apparmor/ |
D | policy_unpack.c | 892 params.nelem_hint = 3; in unpack_profile()
|
/Linux-v6.1/fs/xfs/ |
D | xfs_buf.c | 493 .nelem_hint = 16,
|
/Linux-v6.1/net/ipv6/ |
D | ip6mr.c | 358 .nelem_hint = 3,
|
/Linux-v6.1/fs/gfs2/ |
D | glock.c | 79 .nelem_hint = GFS2_GL_HASH_SIZE * 3 / 4,
|
/Linux-v6.1/drivers/infiniband/hw/hfi1/ |
D | sdma.c | 807 .nelem_hint = NR_CPUS_HINT,
|
/Linux-v6.1/net/ipv4/ |
D | ipmr.c | 374 .nelem_hint = 3,
|
/Linux-v6.1/net/tipc/ |
D | socket.c | 3042 .nelem_hint = 192,
|
/Linux-v6.1/drivers/net/wireless/ |
D | mac80211_hwsim.c | 726 .nelem_hint = 2,
|