Home
last modified time | relevance | path

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

/Linux-v4.19/fs/orangefs/
Dorangefs-mod.c32 int slot_timeout_secs = ORANGEFS_DEFAULT_SLOT_TIMEOUT_SECS; variable
41 MODULE_PARM_DESC(slot_timeout_secs, "Slot timeout in seconds");
55 module_param(slot_timeout_secs, int, 0);
86 if (slot_timeout_secs < 0) in orangefs_init()
87 slot_timeout_secs = 0; in orangefs_init()
Dorangefs-sysfs.c222 slot_timeout_secs); in sysfs_int_show()
278 rc = kstrtoint(buf, 0, &slot_timeout_secs); in sysfs_int_store()
819 __ATTR(slot_timeout_secs, 0664, sysfs_int_show, sysfs_int_store);
Dorangefs-kernel.h402 extern int slot_timeout_secs;
Dorangefs-bufmap.c83 long left = slot_timeout_secs * HZ; in wait_for_free()
/Linux-v4.19/Documentation/ABI/stable/
Dsysfs-fs-orangefs50 What: /sys/fs/orangefs/slot_timeout_secs
59 the wait times out after slot_timeout_secs.