Home
last modified time | relevance | path

Searched refs:LNET_MT_HASH_BITS (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h433 #define LNET_MT_HASH_BITS 8 macro
434 #define LNET_MT_HASH_SIZE (1 << LNET_MT_HASH_BITS)
443 #define LNET_MT_EXHAUSTED_BITS (LNET_MT_HASH_BITS - LNET_MT_BITS_U64)
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-ptl.c367 hash = hash_long(hash, LNET_MT_HASH_BITS); in lnet_mt_match_head()