Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/orangefs/
H A Dorangefs-mod.c33 int slot_timeout_secs = ORANGEFS_DEFAULT_SLOT_TIMEOUT_SECS; variable
44 MODULE_PARM_DESC(slot_timeout_secs, "Slot timeout in seconds");
58 module_param(slot_timeout_secs, int, 0);
89 if (slot_timeout_secs < 0) in orangefs_init()
90 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.h433 extern int slot_timeout_secs;
H A Dorangefs-bufmap.c83 long left = slot_timeout_secs * HZ; in wait_for_free()
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-fs-orangefs50 What: /sys/fs/orangefs/slot_timeout_secs
59 the wait times out after slot_timeout_secs.