/linux-4.4.14/drivers/connector/ |
D | cn_proc.c | 81 ev->timestamp_ns = ktime_get_ns(); in proc_fork_connector() 112 ev->timestamp_ns = ktime_get_ns(); in proc_exec_connector() 154 ev->timestamp_ns = ktime_get_ns(); in proc_id_connector() 176 ev->timestamp_ns = ktime_get_ns(); in proc_sid_connector() 201 ev->timestamp_ns = ktime_get_ns(); in proc_ptrace_connector() 234 ev->timestamp_ns = ktime_get_ns(); in proc_comm_connector() 260 ev->timestamp_ns = ktime_get_ns(); in proc_coredump_connector() 285 ev->timestamp_ns = ktime_get_ns(); in proc_exit_connector() 320 ev->timestamp_ns = ktime_get_ns(); in cn_proc_ack()
|
/linux-4.4.14/drivers/char/ |
D | hangcheck-timer.c | 133 cur_tsc = ktime_get_ns(); in hangcheck_fire() 162 hangcheck_tsc = ktime_get_ns(); in hangcheck_fire() 174 hangcheck_tsc = ktime_get_ns(); in hangcheck_init()
|
/linux-4.4.14/kernel/ |
D | delayacct.c | 54 s64 ns = ktime_get_ns() - *start; in delayacct_end() 67 current->delays->blkio_start = ktime_get_ns(); in __delayacct_blkio_start() 149 current->delays->freepages_start = ktime_get_ns(); in __delayacct_freepages_start()
|
D | tsacct.c | 40 delta = ktime_get_ns() - tsk->start_time; in bacct_add_tsk()
|
D | acct.c | 428 run_time = ktime_get_ns(); in fill_ac()
|
D | fork.c | 1368 p->start_time = ktime_get_ns(); in copy_process()
|
/linux-4.4.14/drivers/misc/ |
D | ioc4.c | 170 start = ktime_get_ns(); in ioc4_clock_calibrate() 181 start = ktime_get_ns(); in ioc4_clock_calibrate() 183 end = ktime_get_ns(); in ioc4_clock_calibrate()
|
/linux-4.4.14/net/netfilter/ |
D | nft_limit.c | 37 now = ktime_get_ns(); in nft_limit_eval() 81 limit->last = ktime_get_ns(); in nft_limit_init()
|
/linux-4.4.14/net/sched/ |
D | sch_tbf.c | 244 now = ktime_get_ns(); in tbf_dequeue() 298 q->t_c = ktime_get_ns(); in tbf_reset() 438 q->t_c = ktime_get_ns(); in tbf_init()
|
D | act_police.c | 234 police->tcfp_t_c = ktime_get_ns(); in tcf_act_police_locate() 282 now = ktime_get_ns(); in tcf_act_police()
|
D | sch_fq.c | 431 u64 now = ktime_get_ns(); in fq_dequeue() 819 u64 now = ktime_get_ns(); in fq_dump_stats()
|
D | sch_htb.c | 900 q->now = ktime_get_ns(); in htb_dequeue() 1223 parent->t_c = ktime_get_ns(); in htb_parent_to_leaf() 1456 cl->t_c = ktime_get_ns(); in htb_change_class()
|
/linux-4.4.14/lib/ |
D | test_rhashtable.c | 168 start = ktime_get_ns(); in test_rhashtable() 211 end = ktime_get_ns(); in test_rhashtable()
|
D | test_bpf.c | 5311 start = ktime_get_ns(); in __run_one() 5316 finish = ktime_get_ns(); in __run_one()
|
/linux-4.4.14/drivers/mfd/ |
D | cros_ec_spi.c | 119 ec_spi->last_transfer_ns = ktime_get_ns(); in terminate_request() 388 delay = ktime_get_ns() - ec_spi->last_transfer_ns; in cros_ec_pkt_xfer_spi() 517 delay = ktime_get_ns() - ec_spi->last_transfer_ns; in cros_ec_cmd_xfer_spi()
|
/linux-4.4.14/include/net/ |
D | pkt_sched.h | 54 return PSCHED_NS2TICKS(ktime_get_ns()); in psched_get_time()
|
D | codel.h | 69 u64 ns = ktime_get_ns(); in codel_get_time()
|
/linux-4.4.14/drivers/input/gameport/ |
D | gameport.c | 95 t1 = ktime_get_ns(); in gameport_measure_speed() 98 t2 = ktime_get_ns(); in gameport_measure_speed() 99 t3 = ktime_get_ns(); in gameport_measure_speed()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | context.c | 69 ctx->stats.tstamp = ktime_get_ns(); in alloc_spu_context()
|
D | sched.c | 1046 curtime = ktime_get_ns(); in spuctx_switch_state()
|
D | file.c | 2298 time += ktime_get_ns() - ctx->stats.tstamp; in spufs_acct_time()
|
/linux-4.4.14/include/linux/ |
D | timekeeping.h | 209 static inline u64 ktime_get_ns(void) in ktime_get_ns() function
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | spu_base.c | 618 spu->stats.tstamp = ktime_get_ns(); in create_spu() 649 time += ktime_get_ns() - spu->stats.tstamp; in spu_acct_time()
|
/linux-4.4.14/fs/lockd/ |
D | mon.c | 264 ns = ktime_get_ns(); in nsm_init_private()
|
/linux-4.4.14/drivers/hwmon/ |
D | ibmaem.c | 848 time = ktime_get_ns(); in aem_show_power() 860 time = ktime_get_ns() - time; in aem_show_power()
|
/linux-4.4.14/drivers/pci/ |
D | xen-pcifront.c | 137 ns_timeout = ktime_get_ns() + 2 * (s64)NSEC_PER_SEC; in do_pci_op() 145 ns = ktime_get_ns(); in do_pci_op()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cmd.c | 662 ent->ts1 = ktime_get_ns(); in cmd_work_handler() 1272 ent->ts2 = ktime_get_ns(); in mlx5_cmd_comp_handler()
|
/linux-4.4.14/drivers/input/joystick/ |
D | analog.c | 182 return ktime_get_ns(); in get_time()
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | wmm.c | 125 ns = ktime_get_ns(); in mwifiex_get_random_ba_threshold()
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | api-ni.c | 365 return ktime_get_ns(); in lnet_create_interface_cookie()
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd.c | 2339 return ktime_get_ns(); in ksocknal_new_incarnation()
|