Home
last modified time | relevance | path

Searched refs:LNET_CPT_BITS (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-lnet.h61 #define LNET_CPT_BITS (the_lnet.ln_cpt_bits) macro
62 #define LNET_CPT_MASK ((1ULL << LNET_CPT_BITS) - 1)
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dapi-ni.c505 hash = cookie >> (LNET_COOKIE_TYPE_BITS + LNET_CPT_BITS); in lnet_res_lh_lookup()
520 unsigned int ibits = LNET_COOKIE_TYPE_BITS + LNET_CPT_BITS; in lnet_res_lh_initialize()
696 val = hash_long(key, LNET_CPT_BITS); in lnet_nid_cpt_hash()
Drouter_proc.c35 #define LNET_PROC_CPT_BITS (LNET_CPT_BITS + 1)