Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec_gc.c70 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()
Dsec_lproc.c103 (s64)(sec->ps_gc_next - ktime_get_real_seconds()) : 0ll); in sptlrpc_info_lprocfs_seq_show()
Dsec_null.c424 null_sec.ps_gc_next = 0; in null_init_internal()
Dsec_plain.c466 sec->ps_gc_next = 0; in plain_create_sec()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_sec.h819 time64_t ps_gc_next; /* in seconds */ member