Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_gc.c72 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()
Dsec_lproc.c107 sec->ps_gc_next - get_seconds() : 0); in sptlrpc_info_lprocfs_seq_show()
Dsec_null.c422 null_sec.ps_gc_next = 0; in null_init_internal()
Dsec_plain.c467 sec->ps_gc_next = 0; in plain_create_sec()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_sec.h836 unsigned long ps_gc_next; /* in seconds */ member