Home
last modified time | relevance | path

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

/openbmc/linux/fs/orangefs/
H A Dorangefs-mod.c33 int slot_timeout_secs = ORANGEFS_DEFAULT_SLOT_TIMEOUT_SECS; variable
43 MODULE_PARM_DESC(slot_timeout_secs, "Slot timeout in seconds");
57 module_param(slot_timeout_secs, int, 0);
88 if (slot_timeout_secs < 0) in orangefs_init()
89 slot_timeout_secs = 0; in orangefs_init()
H A Dorangefs-sysfs.c230 slot_timeout_secs); in sysfs_int_show()
293 rc = kstrtoint(buf, 0, &slot_timeout_secs); in sysfs_int_store()
837 __ATTR(slot_timeout_secs, 0664, sysfs_int_show, sysfs_int_store);
H A Dorangefs-kernel.h437 extern int slot_timeout_secs;
H A Dorangefs-bufmap.c83 long left = slot_timeout_secs * HZ; in wait_for_free()
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-fs-orangefs50 What: /sys/fs/orangefs/slot_timeout_secs
59 the wait times out after slot_timeout_secs.