Home
last modified time | relevance | path

Searched refs:op_timeout_secs (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/orangefs/
H A Dorangefs-mod.c32 int op_timeout_secs = ORANGEFS_DEFAULT_OP_TIMEOUT_SECS; variable
42 MODULE_PARM_DESC(op_timeout_secs, "Operation timeout in seconds");
56 module_param(op_timeout_secs, int, 0);
85 if (op_timeout_secs < 0) in orangefs_init()
86 op_timeout_secs = 0; in orangefs_init()
H A Dwaitqueue.c139 timeout = op_timeout_secs * HZ; in service_operation()
179 timeout = op_timeout_secs * HZ; in service_operation()
H A Dorangefs-sysfs.c223 op_timeout_secs); in sysfs_int_show()
290 rc = kstrtoint(buf, 0, &op_timeout_secs); in sysfs_int_store()
834 __ATTR(op_timeout_secs, 0664, sysfs_int_show, sysfs_int_store);
H A Dorangefs-kernel.h436 extern int op_timeout_secs;
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-fs-orangefs43 What: /sys/fs/orangefs/op_timeout_secs