Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h633 #define LNET_LH_HASH_SIZE (1ULL << LNET_LH_HASH_BITS) macro
634 #define LNET_LH_HASH_MASK (LNET_LH_HASH_SIZE - 1)
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dapi-ni.c478 LNET_LH_HASH_SIZE * sizeof(rec->rec_lh_hash[0])); in lnet_res_container_cleanup()
507 LNET_LH_HASH_SIZE * sizeof(rec->rec_lh_hash[0])); in lnet_res_container_setup()
513 for (i = 0; i < LNET_LH_HASH_SIZE; i++) in lnet_res_container_setup()