Searched refs:LNET_PEER_HASH_SIZE (Results 1 – 3 of 3) sorted by relevance
62 LNET_PEER_HASH_SIZE * sizeof(*hash)); in lnet_peer_tables_create()69 for (j = 0; j < LNET_PEER_HASH_SIZE; j++) in lnet_peer_tables_create()96 for (j = 0; j < LNET_PEER_HASH_SIZE; j++) in lnet_peer_tables_destroy()99 LIBCFS_FREE(hash, LNET_PEER_HASH_SIZE * sizeof(*hash)); in lnet_peer_tables_destroy()118 for (j = 0; j < LNET_PEER_HASH_SIZE; j++) { in lnet_peer_tables_cleanup()
487 while (hash < LNET_PEER_HASH_SIZE) { in proc_lnet_peers()567 if (hash == LNET_PEER_HASH_SIZE) { in proc_lnet_peers()
479 #define LNET_PEER_HASH_SIZE (1 << LNET_PEER_HASH_BITS) macro