Searched refs:current_ns (Results 1 – 4 of 4) sorted by relevance
785 s64 current_ns = 0; in idtfc3_set_overhead() local807 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()
979 s64 current_ns = 0; in set_tod_write_overhead() local1005 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()
1653 s64 base_time_ns, current_ns; in hellcreek_schedule_startable() local1664 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() local1685 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()
1104 struct nvme_ns *current_ns; in numa_nodes_show() local1115 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