Home
last modified time | relevance | path

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

/freebsd/sys/dev/nmdm/
H A Dnmdm.c87 u_long np_accumulator; member
241 np->np_accumulator += np->np_credits; in nmdm_timeout()
242 np->np_quota = np->np_accumulator >> QS; in nmdm_timeout()
243 np->np_accumulator &= ((1 << QS) - 1); in nmdm_timeout()