Searched refs:ps_gc_next (Results 1 – 5 of 5) sorted by relevance
70 sec->ps_gc_next = ktime_get_real_seconds() + sec->ps_gc_interval; in sptlrpc_gc_add_sec()132 if (unlikely(sec->ps_gc_next == 0)) { in sec_do_gc()140 if (sec->ps_gc_next > ktime_get_real_seconds()) in sec_do_gc()144 sec->ps_gc_next = ktime_get_real_seconds() + sec->ps_gc_interval; in sec_do_gc()
103 (s64)(sec->ps_gc_next - ktime_get_real_seconds()) : 0ll); in sptlrpc_info_lprocfs_seq_show()
424 null_sec.ps_gc_next = 0; in null_init_internal()
466 sec->ps_gc_next = 0; in plain_create_sec()
819 time64_t ps_gc_next; /* in seconds */ member