Home
last modified time | relevance | path

Searched refs:start_time (Results 1 – 25 of 37) sorted by relevance

12

/fs/bcachefs/
A Dbtree_io.c306 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 Dsix.c435 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 Dio_read.h12 u64 start_time; member
196 rbio->start_time = local_clock(); in rbio_init()
A Dnocow_locking.c85 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 Drecovery_passes.c139 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 Dbtree_io.h41 u64 start_time; member
58 u64 start_time; member
A Ddata_update.h55 u64 start_time; member
A Dio_write_types.h72 u64 start_time; member
A Dio_read.c182 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 Dbtree_update_interior.c565 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 Dbtree_locking.c147 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 Dsix.h155 u64 start_time; member
A Dbtree_update_interior.h48 u64 start_time; member
A Dbtree_locking.h240 WRITE_ONCE(trans->locking_wait.start_time, 0); in __btree_node_lock_nopath()
A Dio_write.c545 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 Dflexfilelayout.h65 ktime_t start_time; member
92 ktime_t start_time; member
A Dflexfilelayout.c601 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 Dexport.h59 time64_t start_time; member
/fs/proc/
A Darray.c479 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 Dcommit.c359 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 Dtransaction.h76 time64_t start_time; member
/fs/
A Deventpoll.c407 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 Dfs-writeback.c1892 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 Dglock.c1309 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 Dextents_status.c1592 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()

Completed in 66 milliseconds

12