Searched refs:nelem_hint (Results 1 – 22 of 22) sorted by relevance
| /linux/include/linux/ |
| A D | rhashtable-types.h | 57 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/lib/ |
| A D | test_rhashtable.c | 108 .nelem_hint = 128, 712 test_rht_params.nelem_hint = size; in test_rht_init()
|
| A 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/drivers/net/ethernet/netronome/nfp/bpf/ |
| A D | main.c | 17 .nelem_hint = 4,
|
| /linux/net/core/ |
| A D | xdp.c | 58 .nelem_hint = 64,
|
| /linux/net/ipv6/ila/ |
| A D | ila_xlat.c | 86 .nelem_hint = 1024,
|
| /linux/kernel/bpf/ |
| A D | offload.c | 51 .nelem_hint = 4,
|
| /linux/net/mac80211/ |
| A D | mesh_pathtbl.c | 27 .nelem_hint = 2,
|
| A D | sta_info.c | 68 .nelem_hint = 3, /* start small */
|
| /linux/net/netfilter/ |
| A D | nft_set_hash.c | 387 params.nelem_hint = desc->size ?: NFT_RHASH_ELEMENT_HINT; in nft_rhash_init()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| A D | cxgb4_tc_flower.c | 1104 .nelem_hint = 384,
|
| /linux/security/apparmor/ |
| A D | policy_unpack.c | 882 params.nelem_hint = 3; in unpack_profile()
|
| /linux/fs/xfs/ |
| A D | xfs_buf.c | 482 .nelem_hint = 16,
|
| /linux/fs/gfs2/ |
| A D | glock.c | 74 .nelem_hint = GFS2_GL_HASH_SIZE * 3 / 4,
|
| /linux/net/ipv6/ |
| A D | ip6mr.c | 356 .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 | 374 .nelem_hint = 3,
|
| /linux/net/tipc/ |
| A D | socket.c | 3040 .nelem_hint = 192,
|
| /linux/drivers/net/wireless/ |
| A D | mac80211_hwsim.c | 696 .nelem_hint = 2,
|
Completed in 85 milliseconds