Searched refs:ln_remote_nets_hbits (Results 1 – 3 of 3) sorted by relevance
507 #define LNET_REMOTE_NETS_HASH_SIZE (1 << the_lnet.ln_remote_nets_hbits)689 unsigned int ln_remote_nets_hbits; member
635 ((1U << the_lnet.ln_remote_nets_hbits) - 1)]; in lnet_net2rnethash()
114 LASSERT(the_lnet.ln_remote_nets_hbits > 0); in lnet_create_remote_nets_table()1226 the_lnet.ln_remote_nets_hbits = max_t(int, 1, in LNetInit()