Searched refs:current_ts (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/php-zmq/ |
| H A D | 0001-updates-for-php7.4-and-php8.0.patch | 156 -zend_bool s_invoke_device_cb (php_zmq_device_cb_t *cb, uint64_t current_ts TSRMLS_DC) 157 +zend_bool s_invoke_device_cb (php_zmq_device_cb_t *cb, uint64_t current_ts) 161 @@ -59,7 +59,7 @@ zend_bool s_invoke_device_cb (php_zmq_device_cb_t *cb, uint64_t current_ts TSRML 189 uint64_t current_ts = 0; 200 if (intern->timer_cb.scheduled_at <= current_ts) { 201 - if (!s_invoke_device_cb (&intern->timer_cb, current_ts TSRMLS_CC)) { 202 + if (!s_invoke_device_cb (&intern->timer_cb, current_ts)) { 208 if ((current_ts - last_message_received) >= intern->idle_cb.timeout && 209 intern->idle_cb.scheduled_at <= current_ts) { 210 - if (!s_invoke_device_cb (&intern->idle_cb, current_ts TSRMLS_CC)) { [all …]
|
| H A D | 0003-fix-for-php-8.0.0beta2.patch | 31 @@ -53,7 +53,9 @@ zend_bool s_invoke_device_cb (php_zmq_device_cb_t *cb, uint64_t current_ts)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76x02_dfs.c | 229 u32 current_ts, delta_ts; in mt76x02_dfs_check_chirp() local 232 current_ts = mt76_rr(dev, MT_PBF_LIFE_TIMER); in mt76x02_dfs_check_chirp() 233 delta_ts = current_ts - dfs_pd->chirp_pulse_ts; in mt76x02_dfs_check_chirp() 234 dfs_pd->chirp_pulse_ts = current_ts; in mt76x02_dfs_check_chirp()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux_exportfs.c | 744 uint64 current_ts; member 913 pwrstats_sysfs.current_ts = in show_pwrstats_path() 914 dtoh64(stats->accum_data.current_ts); in show_pwrstats_path() 942 time_delta = ts_sec * USEC_PER_SEC + ts_usec - pwrstats_sysfs.current_ts; in show_pwrstats_path()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux_exportfs.c | 746 uint64 current_ts; member 915 pwrstats_sysfs.current_ts = in show_pwrstats_path() 916 dtoh64(stats->accum_data.current_ts); in show_pwrstats_path() 944 time_delta = ts_sec * USEC_PER_SEC + ts_usec - pwrstats_sysfs.current_ts; in show_pwrstats_path()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce110/ |
| H A D | dce110_hw_sequencer.c | 814 unsigned long long current_ts = dm_get_timestamp(ctx); in dce110_edp_power_control() local 818 current_ts, in dce110_edp_power_control() 823 current_ts, in dce110_edp_power_control() 829 current_ts, in dce110_edp_power_control()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | wlioctl.h | 9779 uint64 current_ts; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | wlioctl.h | 9797 uint64 current_ts; member
|