Searched refs:LST_NODE_HASHSIZE (Results 1 – 2 of 2) sorted by relevance
141 unsigned int idx = LNET_NIDADDR(id.nid) % LST_NODE_HASHSIZE; in lstcon_ndlink_find()201 grp_ndl_hash[LST_NODE_HASHSIZE])); in lstcon_group_alloc()209 grp_ndl_hash[LST_NODE_HASHSIZE])); in lstcon_group_alloc()219 for (i = 0; i < LST_NODE_HASHSIZE; i++) in lstcon_group_alloc()260 for (i = 0; i < LST_NODE_HASHSIZE; i++) in lstcon_group_decref()264 grp_ndl_hash[LST_NODE_HASHSIZE])); in lstcon_group_decref()316 LST_NODE_HASHSIZE; in lstcon_group_ndlink_move()861 sizeof(struct list_head) * LST_NODE_HASHSIZE); in lstcon_batch_add()870 sizeof(struct list_head) * LST_NODE_HASHSIZE); in lstcon_batch_add()873 LIBCFS_FREE(bat->bat_cli_hash, LST_NODE_HASHSIZE); in lstcon_batch_add()[all …]
132 #define LST_NODE_HASHSIZE 239 /* node hash table (for batch or group) */ macro182 unsigned int idx = LNET_NIDADDR(id.nid) % LST_NODE_HASHSIZE; in lstcon_id2hash()