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