Home
last modified time | relevance | path

Searched refs:period_update (Results 1 – 9 of 9) sorted by relevance

/dports/security/distcache/distcache-1.5.1/ssl/swamp/
H A Dswamp_conf.c144 sc->period_update = def_period_update; in swamp_config_init()
266 if(!int_strtoul(val, &sc->period_update) || in swamp_config_process_command_line()
267 (sc->period_update > MAX_PERIOD_UPDATE)) { in swamp_config_process_command_line()
H A Dswamp.c534 last_update += config.period_update; \
604 if(config.period_update > 0) { in main()
605 if((unsigned long)(finish - last_update) >= config.period_update) in main()
H A Dswamp.h232 unsigned long period_update; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/pwm/
H A Dpwm-imx-tpm.c176 bool period_update = false; in pwm_imx_tpm_apply_hw() local
213 period_update = true; in pwm_imx_tpm_apply_hw()
236 if (period_update || duty_update) { in pwm_imx_tpm_apply_hw()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/pwm/
H A Dpwm-imx-tpm.c176 bool period_update = false; in pwm_imx_tpm_apply_hw() local
213 period_update = true; in pwm_imx_tpm_apply_hw()
236 if (period_update || duty_update) { in pwm_imx_tpm_apply_hw()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/pwm/
H A Dpwm-imx-tpm.c176 bool period_update = false; in pwm_imx_tpm_apply_hw() local
213 period_update = true; in pwm_imx_tpm_apply_hw()
236 if (period_update || duty_update) { in pwm_imx_tpm_apply_hw()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/rpc/
H A Dproxy.py330 def _update_tracker(self, period_update=False): argument
346 if self._tracker_conn and period_update:
395 if period_update:
/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/rpc/
H A Dproxy.py313 def _update_tracker(self, period_update=False): argument
328 if self._tracker_conn and period_update:
375 if period_update:
/dports/misc/py-tvm/incubator-tvm-0.6.1/python/tvm/rpc/
H A Dproxy.py313 def _update_tracker(self, period_update=False): argument
328 if self._tracker_conn and period_update:
375 if period_update: