Searched refs:start_time (Results 1 – 13 of 13) sorted by relevance
/fs/nfs/flexfilelayout/ |
D | flexfilelayout.h | 65 ktime_t start_time; member 91 ktime_t start_time; member
|
D | flexfilelayout.c | 610 timer->start_time = now; in nfs4_ff_start_busy_timer() 622 start = timer->start_time; in nfs4_ff_end_busy_timer() 623 timer->start_time = now; in nfs4_ff_end_busy_timer() 636 if (!mirror->start_time) in nfs4_ff_layoutstat_start_io() 637 mirror->start_time = now; in nfs4_ff_layoutstat_start_io() 2380 ff_layout_encode_nfstime(xdr, ktime_sub(ktime_get(), mirror->start_time)); in ff_layout_encode_ff_layoutupdate()
|
/fs/proc/ |
D | array.c | 442 unsigned long long start_time; in do_task_stat() local 536 start_time = nsec_to_clock_t(task->real_start_time); in do_task_stat() 561 seq_put_decimal_ull(m, " ", start_time); in do_task_stat()
|
/fs/gfs2/ |
D | glock.c | 940 unsigned long start_time) in gfs2_glock_update_hold_time() argument 943 if (time_after(jiffies, start_time + HZ)) { in gfs2_glock_update_hold_time() 959 unsigned long start_time = jiffies; in gfs2_glock_wait() local 963 gfs2_glock_update_hold_time(gh->gh_gl, start_time); in gfs2_glock_wait() 991 unsigned long start_time = jiffies; in gfs2_glock_async_wait() local 1037 start_time); in gfs2_glock_async_wait()
|
/fs/btrfs/ |
D | transaction.h | 50 time64_t start_time; member
|
D | disk-io.c | 1746 (now < cur->start_time || in transaction_kthread() 1747 now - cur->start_time < fs_info->commit_interval)) { in transaction_kthread()
|
D | transaction.c | 231 cur_trans->start_time = ktime_get_seconds(); in join_transaction()
|
/fs/jbd2/ |
D | commit.c | 366 ktime_t start_time; in jbd2_journal_commit_transaction() local 530 start_time = ktime_get(); in jbd2_journal_commit_transaction() 1097 commit_time = ktime_to_ns(ktime_sub(ktime_get(), start_time)); in jbd2_journal_commit_transaction()
|
/fs/ |
D | fs-writeback.c | 1638 unsigned long start_time = jiffies; in writeback_sb_inodes() local 1757 if (time_is_before_jiffies(start_time + HZ / 10UL)) in writeback_sb_inodes() 1769 unsigned long start_time = jiffies; in __writeback_inodes_wb() local 1790 if (time_is_before_jiffies(start_time + HZ / 10UL)) in __writeback_inodes_wb()
|
D | exec.c | 1134 tsk->start_time = leader->start_time; in de_thread()
|
D | eventpoll.c | 386 static bool ep_busy_loop_end(void *p, unsigned long start_time) in ep_busy_loop_end() argument 390 return ep_events_available(ep) || busy_loop_timeout(start_time); in ep_busy_loop_end()
|
/fs/fscache/ |
D | page.c | 292 fscache_hist(fscache_retrieval_histogram, op->start_time); in fscache_release_retrieval_op() 327 op->start_time = jiffies; in fscache_alloc_retrieval()
|
/fs/ext4/ |
D | extents_status.c | 1450 ktime_t start_time; in __es_shrink() local 1457 start_time = ktime_get(); in __es_shrink() 1514 scan_time = ktime_to_ns(ktime_sub(ktime_get(), start_time)); in __es_shrink()
|