Home
last modified time | relevance | path

Searched refs:deduct (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/nopwrite/
H A Dnopwrite.shlib38 # If we are dealing with a volume, deduct the refreserv from the used
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c3092 uint32_t ran, deduct; in bbr_randomize_extra_state_time() local
3096 deduct = bbr->r_ctl.rc_level_state_extra / ran; in bbr_randomize_extra_state_time()
3097 bbr->r_ctl.rc_level_state_extra -= deduct; in bbr_randomize_extra_state_time()