| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | watchdog_hld.c | 46 static DEFINE_PER_CPU(ktime_t, last_timestamp); 80 delta = now - __this_cpu_read(last_timestamp); in watchdog_check_timestamp() 91 __this_cpu_write(last_timestamp, now); in watchdog_check_timestamp()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/sti/ |
| H A D | sti_plane.c | 63 ms_since_last = ktime_to_ms(ktime_sub(now, fps->last_timestamp)); in sti_plane_update_fps() 69 fps->last_timestamp = now; in sti_plane_update_fps()
|
| H A D | sti_plane.h | 57 ktime_t last_timestamp; member
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | xibarriers.c | 73 Time last_timestamp; member 472 ev.dt = new_sequence ? 0 : ms - pbd->last_timestamp; in input_constrain_cursor() 474 pbd->last_timestamp = ms; in input_constrain_cursor() 506 ev.dt = ms - pbd->last_timestamp; in input_constrain_cursor() 508 pbd->last_timestamp = ms; in input_constrain_cursor() 687 ev.dt = ms - pbd->last_timestamp; in BarrierFreeBarrier() 754 .dt = ms - pbd->last_timestamp, in remove_master_func()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/stm/ |
| H A D | ltdc.h | 29 ktime_t last_timestamp; member
|
| H A D | ltdc.c | 917 ms_since_last = ktime_to_ms(ktime_sub(now, fpsi->last_timestamp)); in ltdc_plane_atomic_print_state() 922 fpsi->last_timestamp = now; in ltdc_plane_atomic_print_state()
|
| /OK3568_Linux_fs/kernel/drivers/iio/accel/ |
| H A D | sca3000.c | 166 s64 last_timestamp; member 1048 s64 last_timestamp = iio_get_time_ns(indio_dev); in sca3000_event_handler() local 1070 last_timestamp); in sca3000_event_handler() 1079 last_timestamp); in sca3000_event_handler() 1088 last_timestamp); in sca3000_event_handler() 1097 last_timestamp); in sca3000_event_handler()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| H A D | fw_tracer.c | 691 while (block_timestamp > tracer->last_timestamp) { in mlx5_fw_tracer_handle_traces() 693 if (!tracer->last_timestamp) { in mlx5_fw_tracer_handle_traces() 712 if (tracer->last_timestamp != last_block_timestamp) { in mlx5_fw_tracer_handle_traces() 714 tracer->last_timestamp = block_timestamp; in mlx5_fw_tracer_handle_traces() 730 tracer->last_timestamp = block_timestamp; in mlx5_fw_tracer_handle_traces() 777 tracer->last_timestamp = 0; in mlx5_fw_tracer_set_mtrc_ctrl()
|
| H A D | fw_tracer.h | 103 u64 last_timestamp; member
|
| /OK3568_Linux_fs/kernel/drivers/thermal/ |
| H A D | rk_virtual_thermal.c | 356 static ktime_t last_timestamp; in update_working_time_for_gpu_vpu() local 361 delta = ktime_sub(timestamp, last_timestamp); in update_working_time_for_gpu_vpu() 363 last_timestamp = timestamp; in update_working_time_for_gpu_vpu()
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-top.c | 877 static u64 last_timestamp; variable 893 ret = perf_evlist__parse_sample_timestamp(evlist, event, &last_timestamp); in perf_top__mmap_read_idx() 897 ret = ordered_events__queue(top->qe.in, event, last_timestamp, 0); in perf_top__mmap_read_idx() 1135 return delay_timestamp < last_timestamp; in should_drop()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_beamforming.c | 2014 systime last_timestamp; 2037 last_timestamp = bfee->tx_timestamp; 2041 if (last_timestamp) { 2046 time = rtw_get_time_interval_ms(last_timestamp, bfee->tx_timestamp);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_beamforming.c | 2014 systime last_timestamp; 2037 last_timestamp = bfee->tx_timestamp; 2041 if (last_timestamp) { 2046 time = rtw_get_time_interval_ms(last_timestamp, bfee->tx_timestamp);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_beamforming.c | 2003 systime last_timestamp; in rtw_bf_update_traffic() local 2026 last_timestamp = bfee->tx_timestamp; in rtw_bf_update_traffic() 2030 if (last_timestamp) { in rtw_bf_update_traffic() 2035 time = rtw_get_time_interval_ms(last_timestamp, bfee->tx_timestamp); in rtw_bf_update_traffic()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_beamforming.c | 2003 systime last_timestamp; in rtw_bf_update_traffic() local 2026 last_timestamp = bfee->tx_timestamp; in rtw_bf_update_traffic() 2030 if (last_timestamp) { in rtw_bf_update_traffic() 2035 time = rtw_get_time_interval_ms(last_timestamp, bfee->tx_timestamp); in rtw_bf_update_traffic()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/ |
| H A D | rtw_beamforming.c | 1931 systime last_timestamp; in rtw_bf_update_traffic() local 1954 last_timestamp = bfee->tx_timestamp; in rtw_bf_update_traffic() 1958 if (last_timestamp) { in rtw_bf_update_traffic() 1963 time = rtw_get_time_interval_ms(last_timestamp, bfee->tx_timestamp); in rtw_bf_update_traffic()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_beamforming.c | 1931 systime last_timestamp; in rtw_bf_update_traffic() local 1954 last_timestamp = bfee->tx_timestamp; in rtw_bf_update_traffic() 1958 if (last_timestamp) { in rtw_bf_update_traffic() 1963 time = rtw_get_time_interval_ms(last_timestamp, bfee->tx_timestamp); in rtw_bf_update_traffic()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_beamforming.c | 2003 systime last_timestamp; in rtw_bf_update_traffic() local 2026 last_timestamp = bfee->tx_timestamp; in rtw_bf_update_traffic() 2030 if (last_timestamp) { in rtw_bf_update_traffic() 2035 time = rtw_get_time_interval_ms(last_timestamp, bfee->tx_timestamp); in rtw_bf_update_traffic()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_beamforming.c | 2003 systime last_timestamp; in rtw_bf_update_traffic() local 2026 last_timestamp = bfee->tx_timestamp; in rtw_bf_update_traffic() 2030 if (last_timestamp) { in rtw_bf_update_traffic() 2035 time = rtw_get_time_interval_ms(last_timestamp, bfee->tx_timestamp); in rtw_bf_update_traffic()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/ |
| H A D | rtw_beamforming.c | 1930 systime last_timestamp; in rtw_bf_update_traffic() local 1953 last_timestamp = bfee->tx_timestamp; in rtw_bf_update_traffic() 1957 if (last_timestamp) { in rtw_bf_update_traffic() 1962 time = rtw_get_time_interval_ms(last_timestamp, bfee->tx_timestamp); in rtw_bf_update_traffic()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_beamforming.c | 2004 systime last_timestamp; in rtw_bf_update_traffic() local 2027 last_timestamp = bfee->tx_timestamp; in rtw_bf_update_traffic() 2031 if (last_timestamp) { in rtw_bf_update_traffic() 2036 time = rtw_get_time_interval_ms(last_timestamp, bfee->tx_timestamp); in rtw_bf_update_traffic()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/ |
| H A D | rtw_beamforming.c | 1931 systime last_timestamp; in rtw_bf_update_traffic() local 1954 last_timestamp = bfee->tx_timestamp; in rtw_bf_update_traffic() 1958 if (last_timestamp) { in rtw_bf_update_traffic() 1963 time = rtw_get_time_interval_ms(last_timestamp, bfee->tx_timestamp); in rtw_bf_update_traffic()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/ |
| H A D | rtw_beamforming.c | 1931 systime last_timestamp; in rtw_bf_update_traffic() local 1954 last_timestamp = bfee->tx_timestamp; in rtw_bf_update_traffic() 1958 if (last_timestamp) { in rtw_bf_update_traffic() 1963 time = rtw_get_time_interval_ms(last_timestamp, bfee->tx_timestamp); in rtw_bf_update_traffic()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_beamforming.c | 1930 systime last_timestamp; in rtw_bf_update_traffic() local 1953 last_timestamp = bfee->tx_timestamp; in rtw_bf_update_traffic() 1957 if (last_timestamp) { in rtw_bf_update_traffic() 1962 time = rtw_get_time_interval_ms(last_timestamp, bfee->tx_timestamp); in rtw_bf_update_traffic()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_beamforming.c | 1930 systime last_timestamp; in rtw_bf_update_traffic() local 1953 last_timestamp = bfee->tx_timestamp; in rtw_bf_update_traffic() 1957 if (last_timestamp) { in rtw_bf_update_traffic() 1962 time = rtw_get_time_interval_ms(last_timestamp, bfee->tx_timestamp); in rtw_bf_update_traffic()
|