Searched refs:nelem_hint (Results 1 – 22 of 22) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | rhashtable-types.h | 57 u16 nelem_hint; member
|
/kernel/linux/linux-5.10/net/bridge/ |
D | br_vlan_tunnel.c | 32 .nelem_hint = 3,
|
D | br_vlan.c | 26 .nelem_hint = 3,
|
/kernel/linux/linux-5.10/net/rds/ |
D | bind.c | 45 .nelem_hint = 768,
|
/kernel/linux/linux-5.10/lib/ |
D | test_rhashtable.c | 108 .nelem_hint = 128, 711 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()
|
/kernel/linux/linux-5.10/net/core/ |
D | xdp.c | 58 .nelem_hint = 64,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/ |
D | main.c | 17 .nelem_hint = 4,
|
/kernel/linux/linux-5.10/net/ipv6/ila/ |
D | ila_xlat.c | 86 .nelem_hint = 1024,
|
/kernel/linux/linux-5.10/kernel/bpf/ |
D | offload.c | 51 .nelem_hint = 4,
|
/kernel/linux/linux-5.10/net/mac80211/ |
D | mesh_pathtbl.c | 27 .nelem_hint = 2,
|
D | sta_info.c | 68 .nelem_hint = 3, /* start small */
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | nft_set_hash.c | 367 params.nelem_hint = desc->size ?: NFT_RHASH_ELEMENT_HINT; in nft_rhash_init()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_tc_flower.c | 1104 .nelem_hint = 384,
|
/kernel/linux/linux-5.10/security/apparmor/ |
D | policy_unpack.c | 882 params.nelem_hint = 3; in unpack_profile()
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_buf.c | 542 .nelem_hint = 16,
|
/kernel/linux/linux-5.10/fs/gfs2/ |
D | glock.c | 73 .nelem_hint = GFS2_GL_HASH_SIZE * 3 / 4,
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | ip6mr.c | 356 .nelem_hint = 3,
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
D | sdma.c | 849 .nelem_hint = NR_CPUS_HINT,
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | ipmr.c | 374 .nelem_hint = 3,
|
/kernel/linux/linux-5.10/net/tipc/ |
D | socket.c | 3038 .nelem_hint = 192,
|
/kernel/linux/linux-5.10/drivers/net/wireless/ |
D | mac80211_hwsim.c | 626 .nelem_hint = 2,
|