Searched refs:ps_gc_next (Results 1 – 5 of 5) sorted by relevance
72 sec->ps_gc_next = get_seconds() + sec->ps_gc_interval; in sptlrpc_gc_add_sec()149 if (unlikely(sec->ps_gc_next == 0)) { in sec_do_gc()157 if (cfs_time_after(sec->ps_gc_next, get_seconds())) in sec_do_gc()161 sec->ps_gc_next = get_seconds() + sec->ps_gc_interval; in sec_do_gc()
107 sec->ps_gc_next - get_seconds() : 0); in sptlrpc_info_lprocfs_seq_show()
422 null_sec.ps_gc_next = 0; in null_init_internal()
467 sec->ps_gc_next = 0; in plain_create_sec()
836 unsigned long ps_gc_next; /* in seconds */ member