Searched refs:start_time (Results 1 – 15 of 15) sorted by relevance
/fs/nfs/flexfilelayout/ |
D | flexfilelayout.h | 65 ktime_t start_time; member 91 ktime_t start_time; member
|
D | flexfilelayout.c | 578 timer->start_time = now; in nfs4_ff_start_busy_timer() 590 start = timer->start_time; in nfs4_ff_end_busy_timer() 591 timer->start_time = now; in nfs4_ff_end_busy_timer() 604 if (!mirror->start_time) in nfs4_ff_layoutstat_start_io() 605 mirror->start_time = now; in nfs4_ff_layoutstat_start_io() 2378 ff_layout_encode_nfstime(xdr, ktime_sub(ktime_get(), mirror->start_time)); in ff_layout_encode_ff_layoutupdate()
|
/fs/proc/ |
D | array.c | 445 unsigned long long start_time; in do_task_stat() local 539 start_time = nsec_to_clock_t(task->start_boottime); in do_task_stat() 564 seq_put_decimal_ull(m, " ", start_time); in do_task_stat()
|
/fs/btrfs/ |
D | transaction.h | 49 time64_t start_time; member
|
D | transaction.c | 349 cur_trans->start_time = ktime_get_seconds(); in join_transaction()
|
D | disk-io.c | 1813 (now < cur->start_time || in transaction_kthread() 1814 now - cur->start_time < fs_info->commit_interval)) { in transaction_kthread()
|
/fs/gfs2/ |
D | glock.c | 1165 unsigned long start_time) in gfs2_glock_update_hold_time() argument 1168 if (time_after(jiffies, start_time + HZ)) { in gfs2_glock_update_hold_time() 1184 unsigned long start_time = jiffies; in gfs2_glock_wait() local 1188 gfs2_glock_update_hold_time(gh->gh_gl, start_time); in gfs2_glock_wait() 1216 unsigned long start_time = jiffies; in gfs2_glock_async_wait() local 1262 start_time); in gfs2_glock_async_wait()
|
/fs/jbd2/ |
D | commit.c | 393 ktime_t start_time; in jbd2_journal_commit_transaction() local 583 start_time = ktime_get(); in jbd2_journal_commit_transaction() 1159 commit_time = ktime_to_ns(ktime_sub(ktime_get(), start_time)); in jbd2_journal_commit_transaction()
|
/fs/ |
D | fs-writeback.c | 1654 unsigned long start_time = jiffies; in writeback_sb_inodes() local 1776 if (time_is_before_jiffies(start_time + HZ / 10UL)) in writeback_sb_inodes() 1788 unsigned long start_time = jiffies; in __writeback_inodes_wb() local 1809 if (time_is_before_jiffies(start_time + HZ / 10UL)) in __writeback_inodes_wb()
|
D | eventpoll.c | 385 static bool ep_busy_loop_end(void *p, unsigned long start_time) in ep_busy_loop_end() argument 389 return ep_events_available(ep) || busy_loop_timeout(start_time); in ep_busy_loop_end()
|
D | exec.c | 1118 tsk->start_time = leader->start_time; in de_thread()
|
/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 | 1549 ktime_t start_time; in __es_shrink() local 1556 start_time = ktime_get(); in __es_shrink() 1613 scan_time = ktime_to_ns(ktime_sub(ktime_get(), start_time)); in __es_shrink()
|
D | fast_commit.c | 1107 ktime_t start_time, commit_time; in ext4_fc_commit() local 1111 start_time = ktime_get(); in ext4_fc_commit() 1168 commit_time = ktime_to_ns(ktime_sub(ktime_get(), start_time)); in ext4_fc_commit()
|
D | super.c | 3435 u64 start_time; in ext4_run_li_request() local 3472 start_time = ktime_get_real_ns(); in ext4_run_li_request() 3477 elr->lr_timeout = nsecs_to_jiffies((ktime_get_real_ns() - start_time) * in ext4_run_li_request()
|