Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ceph/
Dcaps.c1029 unsigned long idle_cutoff = jiffies - opt->caps_wanted_delay_min * HZ; in __ceph_caps_file_wanted() local
1057 } else if (time_after(ci->i_last_rd, idle_cutoff)) { in __ceph_caps_file_wanted()
1065 } else if (time_after(ci->i_last_wr, idle_cutoff)) { in __ceph_caps_file_wanted()