Home
last modified time | relevance | path

Searched refs:sendtime (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/common_modules/tzdriver/core/
H A Dcmdmonitor.c282 get_time_spec(&monitor->sendtime); in cmd_monitor_reset_context()
304 * get time value D (timedif=nowtime-sendtime), in auto_report_memstat()
339 * only 5bytes, so timedif (timedif=nowtime-sendtime) will not overflow in show_timeout_cmd_info()
341 timedif = S_TO_MS * (nowtime.ts.tv_sec - monitor->sendtime.ts.tv_sec) + in show_timeout_cmd_info()
342 (nowtime.ts.tv_nsec - monitor->sendtime.ts.tv_nsec) / S_TO_US; in show_timeout_cmd_info()
469 get_time_spec(&newitem->sendtime); in init_monitor_locked()
470 newitem->lasttime = newitem->sendtime; in init_monitor_locked()
508 get_time_spec(&monitor->sendtime); in cmd_monitor_log()
509 monitor->lasttime = monitor->sendtime; in cmd_monitor_log()
556 * get time value D (timedif=nowtime-sendtime), in cmd_monitor_logend()
[all...]
H A Dcmdmonitor.h50 struct time_spec sendtime; member
/kernel/linux/linux-5.10/samples/bpf/
H A Dhbm_edt_kern.c59 unsigned long long curtime, sendtime; in _hbm_out_cg() local
100 sendtime = qdp->lasttime; in _hbm_out_cg()
107 skb->tstamp = sendtime; in _hbm_out_cg()
/kernel/linux/linux-6.6/samples/bpf/
H A Dhbm_edt_kern.c59 unsigned long long curtime, sendtime; in _hbm_out_cg() local
100 sendtime = qdp->lasttime; in _hbm_out_cg()
107 skb->tstamp = sendtime; in _hbm_out_cg()

Completed in 2 milliseconds