Home
last modified time | relevance | path

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

/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h578 #define LNET_MT_HASH_SIZE (1 << LNET_MT_HASH_BITS) macro
579 #define LNET_MT_HASH_MASK (LNET_MT_HASH_SIZE - 1)
582 #define LNET_MT_HASH_IGNORE LNET_MT_HASH_SIZE
/drivers/staging/lustre/lnet/lnet/
Dlib-ptl.c736 for (j = 0; j < LNET_MT_HASH_SIZE + 1; j++) { in lnet_ptl_cleanup()
746 LIBCFS_FREE(mhash, sizeof(*mhash) * (LNET_MT_HASH_SIZE + 1)); in lnet_ptl_cleanup()
775 sizeof(*mhash) * (LNET_MT_HASH_SIZE + 1)); in lnet_ptl_setup()
786 for (j = 0; j < LNET_MT_HASH_SIZE + 1; j++) in lnet_ptl_setup()