Home
last modified time | relevance | path

Searched refs:baseval (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/amd64/vmm/io/
H A Dvpmtmr.c57 uint32_t baseval; member
70 vpmtmr->baseval = 0; in vpmtmr_init()
105 *val = vpmtmr->baseval + delta / vpmtmr->freq_sbt; in vpmtmr_handler()
116 SNAPSHOT_VAR_OR_LEAVE(vpmtmr->baseval, meta, ret, done); in vpmtmr_snapshot()
/f-stack/app/redis-5.0.5/utils/lru/
H A Dlfu-simulation.c39 double baseval = counter-COUNTER_INIT_VAL; in log_incr() local
40 if (baseval < 0) baseval = 0; in log_incr()
41 double limit = 1.0/(baseval*10+1); in log_incr()
/f-stack/app/redis-5.0.5/src/
H A Devict.c318 double baseval = counter - LFU_INIT_VAL; in LFULogIncr() local
319 if (baseval < 0) baseval = 0; in LFULogIncr()
320 double p = 1.0/(baseval*server.lfu_log_factor+1); in LFULogIncr()
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c3508 uint32_t baseval; in vmx_setcap() local
3523 baseval = *pptr; in vmx_setcap()
3532 baseval = *pptr; in vmx_setcap()
3541 baseval = *pptr; in vmx_setcap()
3561 baseval = *pptr; in vmx_setcap()
3570 baseval = *pptr; in vmx_setcap()
3581 baseval = *pptr; in vmx_setcap()
3595 baseval |= flag; in vmx_setcap()
3597 baseval &= ~flag; in vmx_setcap()
3600 error = vmwrite(reg, baseval); in vmx_setcap()
[all …]
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c10861 uint32_t cur_rttp, fval, newval, baseval; in bbr_check_probe_rtt_limits() local
10864 baseval = (bbr_get_rtt(bbr, BBR_RTT_PROP) * (BBR_SUBSTATE_COUNT + 1)); in bbr_check_probe_rtt_limits()
10865 cur_rttp = roundup(baseval, USECS_IN_SECOND); in bbr_check_probe_rtt_limits()