Home
last modified time | relevance | path

Searched refs:nelem_hint (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/include/linux/
Drhashtable-types.h58 u16 nelem_hint; member
/linux-4.19.296/lib/
Dtest_rhashtable.c111 .nelem_hint = 128,
716 test_rht_params.nelem_hint = size; in test_rht_init()
Drhashtable.c961 if (params->nelem_hint) in rounded_hashtable_size()
962 retsize = max(roundup_pow_of_two(params->nelem_hint * 4 / 3), in rounded_hashtable_size()
/linux-4.19.296/fs/xfs/
Dxfs_buf.c530 .nelem_hint = 16,
/linux-4.19.296/fs/gfs2/
Dglock.c76 .nelem_hint = GFS2_GL_HASH_SIZE * 3 / 4,