Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h434 #define LNET_MT_HASH_SIZE (1 << LNET_MT_HASH_BITS) macro
435 #define LNET_MT_HASH_MASK (LNET_MT_HASH_SIZE - 1)
438 #define LNET_MT_HASH_IGNORE LNET_MT_HASH_SIZE
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-ptl.c735 for (j = 0; j < LNET_MT_HASH_SIZE + 1; j++) { in lnet_ptl_cleanup()
745 LIBCFS_FREE(mhash, sizeof(*mhash) * (LNET_MT_HASH_SIZE + 1)); in lnet_ptl_cleanup()
774 sizeof(*mhash) * (LNET_MT_HASH_SIZE + 1)); in lnet_ptl_setup()
785 for (j = 0; j < LNET_MT_HASH_SIZE + 1; j++) in lnet_ptl_setup()