Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dcaps.c1015 unsigned long idle_cutoff = jiffies - opt->caps_wanted_delay_min * HZ; in __ceph_caps_file_wanted() local
1043 } else if (time_after(ci->i_last_rd, idle_cutoff)) { in __ceph_caps_file_wanted()
1051 } else if (time_after(ci->i_last_wr, idle_cutoff)) { in __ceph_caps_file_wanted()