Home
last modified time | relevance | path

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

/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h457 #define LNET_MT_HASH_BITS 8 macro
458 #define LNET_MT_HASH_SIZE (1 << LNET_MT_HASH_BITS)
471 #define LNET_MT_EXHAUSTED_BITS (LNET_MT_HASH_BITS - LNET_MT_BITS_U64)
/drivers/staging/lustre/lnet/lnet/
Dlib-ptl.c369 hash = hash_long(hash, LNET_MT_HASH_BITS); in lnet_mt_match_head()