Home
last modified time | relevance | path

Searched refs:start_ns (Results 1 – 8 of 8) sorted by relevance

/linux/fs/btrfs/
A Dlocking.c42 u64 start_ns = 0; in __btrfs_tree_read_lock() local
45 start_ns = ktime_get_ns(); in __btrfs_tree_read_lock()
49 trace_btrfs_tree_read_lock(eb, start_ns); in __btrfs_tree_read_lock()
107 u64 start_ns = 0; in __btrfs_tree_lock() local
110 start_ns = ktime_get_ns(); in __btrfs_tree_lock()
114 trace_btrfs_tree_lock(eb, start_ns); in __btrfs_tree_lock()
A Dspace-info.c1352 u64 start_ns, u64 orig_bytes, in handle_reserve_ticket() argument
1409 start_ns, flush, ticket->error); in handle_reserve_ticket()
1462 u64 start_ns = 0; in __reserve_bytes() local
1516 start_ns = ktime_get_ns(); in __reserve_bytes()
1563 return handle_reserve_ticket(fs_info, space_info, &ticket, start_ns, in __reserve_bytes()
/linux/tools/testing/selftests/timers/
A Draw_skew.c62 long long start_ns, end_ns; in diff_timespec() local
64 start_ns = ts_to_nsec(start); in diff_timespec()
66 return end_ns - start_ns; in diff_timespec()
A Dadjtick.c61 long long start_ns, end_ns; in diff_timespec() local
63 start_ns = ts_to_nsec(start); in diff_timespec()
66 return end_ns - start_ns; in diff_timespec()
/linux/drivers/net/ethernet/renesas/
A Dravb_ptp.c231 u64 start_ns; in ravb_ptp_perout() local
234 start_ns = req->start.sec * NSEC_PER_SEC + req->start.nsec; in ravb_ptp_perout()
237 if (start_ns > U32_MAX) { in ravb_ptp_perout()
252 perout->target = (u32)start_ns; in ravb_ptp_perout()
254 error = ravb_ptp_update_compare(priv, (u32)start_ns); in ravb_ptp_perout()
/linux/tools/testing/selftests/vm/
A Dmremap_test.c114 long long start_ns, end_ns, align_mask, ret, offset; in remap_region() local
170 start_ns = t_start.tv_sec * NS_PER_SEC + t_start.tv_nsec; in remap_region()
172 ret = end_ns - start_ns; in remap_region()
/linux/include/trace/events/
A Dbtrfs.h2116 u64 start_ns, int flush, int error),
2123 __field( u64, start_ns )
2131 __entry->start_ns = start_ns;
2138 __entry->bytes, __entry->start_ns,
2146 TP_ARGS(eb, start_ns),
2151 __field( u64, start_ns )
2161 __entry->start_ns = start_ns;
2163 __entry->diff_ns = __entry->end_ns - start_ns;
2171 __entry->start_ns, __entry->end_ns, __entry->diff_ns,
2178 TP_ARGS(eb, start_ns)
[all …]
/linux/drivers/net/ethernet/sfc/
A Dptp.c895 unsigned start_ns, end_ns; in efx_ptp_read_timeset() local
904 start_ns = timeset->host_start & MC_NANOSECOND_MASK; in efx_ptp_read_timeset()
907 if (end_ns < start_ns) in efx_ptp_read_timeset()
910 timeset->window = end_ns - start_ns; in efx_ptp_read_timeset()

Completed in 15 milliseconds