Home
last modified time | relevance | path

Searched refs:hash_table_size (Results 1 – 3 of 3) sorted by relevance

/fs/orangefs/
A Dorangefs-mod.c28 int hash_table_size = 509; variable
44 MODULE_PARM_DESC(hash_table_size,
55 module_param(hash_table_size, int, 0);
102 kcalloc(hash_table_size, sizeof(struct list_head), GFP_KERNEL); in orangefs_init()
109 for (i = 0; i < hash_table_size; i++) in orangefs_init()
191 for (i = 0; i < hash_table_size; i++) in orangefs_exit()
210 for (i = 0; i < hash_table_size; i++) { in purge_inprogress_ops()
A Ddevorangefs-req.c50 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()
A Dorangefs-kernel.h438 extern int hash_table_size;

Completed in 6 milliseconds