Searched refs:slot_timeout_secs (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/orangefs/ |
H A D | orangefs-mod.c | 33 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 D | orangefs-sysfs.c | 54 * What: /sys/fs/orangefs/slot_timeout_secs 63 * the wait times out after slot_timeout_secs. 226 "slot_timeout_secs")) { in sysfs_int_show() 230 slot_timeout_secs); in sysfs_int_show() 292 } else if (!strcmp(attr->attr.name, "slot_timeout_secs")) { in sysfs_int_store() 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 D | orangefs-bufmap.c | 83 long left = slot_timeout_secs * HZ; in wait_for_free()
|
H A D | orangefs-kernel.h | 433 extern int slot_timeout_secs;
|
/kernel/linux/linux-6.6/fs/orangefs/ |
H A D | orangefs-mod.c | 33 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 D | orangefs-sysfs.c | 54 * What: /sys/fs/orangefs/slot_timeout_secs 63 * the wait times out after slot_timeout_secs. 226 "slot_timeout_secs")) { in sysfs_int_show() 230 slot_timeout_secs); in sysfs_int_show() 292 } else if (!strcmp(attr->attr.name, "slot_timeout_secs")) { in sysfs_int_store() 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 D | orangefs-kernel.h | 437 extern int slot_timeout_secs;
|
H A D | orangefs-bufmap.c | 83 long left = slot_timeout_secs * HZ; in wait_for_free()
|
Completed in 6 milliseconds