Home
last modified time | relevance | path

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

/drivers/staging/lustre/lnet/selftest/
Dconsole.c143 unsigned int idx = LNET_NIDADDR(id.nid) % LST_NODE_HASHSIZE; in lstcon_ndlink_find()
203 grp_ndl_hash[LST_NODE_HASHSIZE])); in lstcon_group_alloc()
215 for (i = 0; i < LST_NODE_HASHSIZE; i++) in lstcon_group_alloc()
256 for (i = 0; i < LST_NODE_HASHSIZE; i++) { in lstcon_group_decref()
261 grp_ndl_hash[LST_NODE_HASHSIZE])); in lstcon_group_decref()
319 LST_NODE_HASHSIZE; in lstcon_group_ndlink_move()
863 sizeof(struct list_head) * LST_NODE_HASHSIZE); in lstcon_batch_add()
872 sizeof(struct list_head) * LST_NODE_HASHSIZE); in lstcon_batch_add()
875 LIBCFS_FREE(bat->bat_cli_hash, LST_NODE_HASHSIZE); in lstcon_batch_add()
893 for (i = 0; i < LST_NODE_HASHSIZE; i++) { in lstcon_batch_add()
[all …]
Dconsole.h128 #define LST_NODE_HASHSIZE 239 /* node hash table (for batch or group) */ macro
180 unsigned int idx = LNET_NIDADDR(id.nid) % LST_NODE_HASHSIZE; in lstcon_id2hash()