| /fs/bcachefs/ |
| A D | btree_io.c | 306 u64 start_time, seq = 0; in btree_node_sort() local 328 start_time = local_clock(); in btree_node_sort() 338 start_time); in btree_node_sort() 394 u64 start_time = local_clock(); in bch2_btree_sort_into() local 408 start_time); in bch2_btree_sort_into() 1068 u64 start_time = local_clock(); in bch2_btree_node_read_done() local 1482 rb->start_time); in btree_node_read_work() 2129 if (start_time) in __btree_node_write_done() 2182 u64 start_time = wbio->start_time; in btree_node_write_work() local 2336 u64 start_time = local_clock(); in __bch2_btree_node_write() local [all …]
|
| A D | six.c | 435 wait->start_time = local_clock(); in six_lock_slowpath() 442 if (time_before_eq64(wait->start_time, last->start_time)) in six_lock_slowpath() 443 wait->start_time = last->start_time + 1; in six_lock_slowpath() 547 wait->start_time = 0; in six_lock_ip_waiter()
|
| A D | io_read.h | 12 u64 start_time; member 196 rbio->start_time = local_clock(); in rbio_init()
|
| A D | nocow_locking.c | 85 u64 start_time = local_clock(); in __bch2_bucket_nocow_lock() local 88 bch2_time_stats_update(&c->times[BCH_TIME_nocow_lock_contended], start_time); in __bch2_bucket_nocow_lock()
|
| A D | recovery_passes.c | 139 s64 start_time) in bch2_sb_recovery_pass_complete() argument 150 e->last_runtime = cpu_to_le32(max(0, end_time - start_time)); in bch2_sb_recovery_pass_complete() 483 s64 start_time = ktime_get_real_seconds(); in bch2_run_recovery_pass() local 496 bch2_sb_recovery_pass_complete(c, pass, start_time); in bch2_run_recovery_pass()
|
| A D | btree_io.h | 41 u64 start_time; member 58 u64 start_time; member
|
| A D | data_update.h | 55 u64 start_time; member
|
| A D | io_write_types.h | 72 u64 start_time; member
|
| A D | io_read.c | 182 bch2_time_stats_update(&c->times[BCH_TIME_data_promote], op->start_time); in promote_done() 247 op->start_time = local_clock(); in __promote_alloc() 457 if (rbio->start_time) in bch2_rbio_done() 459 rbio->start_time); in bch2_rbio_done() 1483 prt_printf(out, "start_time:\t%llu\n", rbio->start_time ? now - rbio->start_time : 0); in bch2_read_bio_to_text()
|
| A D | btree_update_interior.c | 565 as->start_time); in bch2_btree_update_free() 1124 u64 start_time = as->start_time; in bch2_btree_update_done() local 1138 start_time); in bch2_btree_update_done() 1155 u64 start_time = local_clock(); in bch2_btree_update_start() local 1223 as->start_time = start_time; in bch2_btree_update_start() 1639 u64 start_time = local_clock(); in btree_split() local 1801 start_time); in btree_split() 2019 u64 start_time = local_clock(); in __bch2_foreground_maybe_merge() local 2187 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_merge], start_time); in __bch2_foreground_maybe_merge()
|
| A D | btree_locking.c | 147 i->trans->locking_wait.start_time != i[-1].lock_start_time) { in lock_graph_remove_non_waiters() 382 time_after_eq64(top->lock_start_time, trans->locking_wait.start_time)) in bch2_check_for_deadlock() 385 top->lock_start_time = trans->locking_wait.start_time; in bch2_check_for_deadlock()
|
| A D | six.h | 155 u64 start_time; member
|
| A D | btree_update_interior.h | 48 u64 start_time; member
|
| A D | btree_locking.h | 240 WRITE_ONCE(trans->locking_wait.start_time, 0); in __btree_node_lock_nopath()
|
| A D | io_write.c | 545 bch2_time_stats_update(&c->times[BCH_TIME_data_write], op->start_time); in bch2_write_done() 1688 op->start_time = local_clock(); in CLOSURE_CALLBACK() 1751 bch2_pr_time_units(out, local_clock() - op->start_time); in bch2_write_op_to_text()
|
| /fs/nfs/flexfilelayout/ |
| A D | flexfilelayout.h | 65 ktime_t start_time; member 92 ktime_t start_time; member
|
| A D | flexfilelayout.c | 601 timer->start_time = now; in nfs4_ff_start_busy_timer() 613 start = timer->start_time; in nfs4_ff_end_busy_timer() 614 timer->start_time = now; in nfs4_ff_end_busy_timer() 627 if (!mirror->start_time) in nfs4_ff_layoutstat_start_io() 628 mirror->start_time = now; in nfs4_ff_layoutstat_start_io() 2569 ff_layout_encode_nfstime(xdr, ktime_sub(ktime_get(), mirror->start_time)); in ff_layout_encode_ff_layoutupdate()
|
| /fs/nfsd/ |
| A D | export.h | 59 time64_t start_time; member
|
| /fs/proc/ |
| A D | array.c | 479 unsigned long long start_time; in do_task_stat() local 586 start_time = in do_task_stat() 612 seq_put_decimal_ull(m, " ", start_time); in do_task_stat()
|
| /fs/jbd2/ |
| A D | commit.c | 359 ktime_t start_time; in jbd2_journal_commit_transaction() local 535 start_time = ktime_get(); in jbd2_journal_commit_transaction() 1106 commit_time = ktime_to_ns(ktime_sub(ktime_get(), start_time)); in jbd2_journal_commit_transaction()
|
| /fs/btrfs/ |
| A D | transaction.h | 76 time64_t start_time; member
|
| /fs/ |
| A D | eventpoll.c | 407 static bool busy_loop_ep_timeout(unsigned long start_time, in busy_loop_ep_timeout() argument 413 unsigned long end_time = start_time + bp_usec; in busy_loop_ep_timeout() 418 return busy_loop_timeout(start_time); in busy_loop_ep_timeout() 429 static bool ep_busy_loop_end(void *p, unsigned long start_time) in ep_busy_loop_end() argument 433 return ep_events_available(ep) || busy_loop_ep_timeout(start_time, ep); in ep_busy_loop_end()
|
| A D | fs-writeback.c | 1892 unsigned long start_time = jiffies; in writeback_sb_inodes() local 2019 if (time_is_before_jiffies(start_time + HZ / 10UL)) in writeback_sb_inodes() 2031 unsigned long start_time = jiffies; in __writeback_inodes_wb() local 2052 if (time_is_before_jiffies(start_time + HZ / 10UL)) in __writeback_inodes_wb()
|
| /fs/gfs2/ |
| A D | glock.c | 1309 unsigned long start_time) in gfs2_glock_update_hold_time() argument 1312 if (time_after(jiffies, start_time + HZ)) { in gfs2_glock_update_hold_time() 1347 unsigned long start_time = jiffies; in gfs2_glock_wait() local 1351 gfs2_glock_update_hold_time(gh->gh_gl, start_time); in gfs2_glock_wait() 1379 unsigned long start_time = jiffies; in gfs2_glock_async_wait() local 1401 start_time); in gfs2_glock_async_wait()
|
| /fs/ext4/ |
| A D | extents_status.c | 1592 ktime_t start_time; in __es_shrink() local 1599 start_time = ktime_get(); in __es_shrink() 1656 scan_time = ktime_to_ns(ktime_sub(ktime_get(), start_time)); in __es_shrink()
|