Home
last modified time | relevance | path

Searched refs:current_ns (Results 1 – 4 of 4) sorted by relevance

/drivers/ptp/
A Dptp_fc3.c785 s64 current_ns = 0; in idtfc3_set_overhead() local
807 current_ns = ktime_to_ns(diff); in idtfc3_set_overhead()
810 lowest_ns = current_ns; in idtfc3_set_overhead()
812 if (current_ns < lowest_ns) in idtfc3_set_overhead()
813 lowest_ns = current_ns; in idtfc3_set_overhead()
A Dptp_clockmatrix.c979 s64 current_ns = 0; in set_tod_write_overhead() local
1005 current_ns = ktime_to_ns(diff); in set_tod_write_overhead()
1008 lowest_ns = current_ns; in set_tod_write_overhead()
1010 if (current_ns < lowest_ns) in set_tod_write_overhead()
1011 lowest_ns = current_ns; in set_tod_write_overhead()
/drivers/net/dsa/hirschmann/
A Dhellcreek.c1653 s64 base_time_ns, current_ns; in hellcreek_schedule_startable() local
1664 current_ns = hellcreek->seconds * NSEC_PER_SEC + hellcreek->last_ts; in hellcreek_schedule_startable()
1670 return base_time_ns - current_ns < (s64)4 * NSEC_PER_SEC; in hellcreek_schedule_startable()
1677 s64 current_ns; in hellcreek_start_schedule() local
1685 current_ns = hellcreek->seconds * NSEC_PER_SEC + hellcreek->last_ts; in hellcreek_start_schedule()
1688 current_time = ns_to_ktime(current_ns); in hellcreek_start_schedule()
/drivers/nvme/host/
A Dmultipath.c1104 struct nvme_ns *current_ns; in numa_nodes_show() local
1115 current_ns = srcu_dereference(head->current_path[node], in numa_nodes_show()
1117 if (ns == current_ns) in numa_nodes_show()

Completed in 17 milliseconds