Searched refs:hash_table_size (Results 1 – 3 of 3) sorted by relevance
27 int hash_table_size = 509; variable42 MODULE_PARM_DESC(hash_table_size,52 module_param(hash_table_size, int, 0);99 kcalloc(hash_table_size, sizeof(struct list_head), GFP_KERNEL); in orangefs_init()106 for (i = 0; i < hash_table_size; i++) in orangefs_init()193 for (i = 0; i < hash_table_size; i++) in orangefs_exit()212 for (i = 0; i < hash_table_size; i++) { in purge_inprogress_ops()
50 int index = hash_func(op->tag, hash_table_size); in orangefs_devreq_add_op()64 index = hash_func(tag, hash_table_size); in orangefs_devreq_remove_op()
527 extern int hash_table_size;