OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_ratio
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/net/
bsd-comp.c
227
u_int
new_ratio
;
local in function:bsd_check
247
new_ratio
= db->in_count << RATIO_SCALE_LOG;
249
new_ratio
/= db->bytes_out;
251
if (
new_ratio
< db->ratio ||
new_ratio
< 1 * RATIO_SCALE) {
255
db->ratio =
new_ratio
;
bsd-comp.c
227
u_int
new_ratio
;
local in function:bsd_check
247
new_ratio
= db->in_count << RATIO_SCALE_LOG;
249
new_ratio
/= db->bytes_out;
251
if (
new_ratio
< db->ratio ||
new_ratio
< 1 * RATIO_SCALE) {
255
db->ratio =
new_ratio
;
bsd-comp.c
227
u_int
new_ratio
;
local in function:bsd_check
247
new_ratio
= db->in_count << RATIO_SCALE_LOG;
249
new_ratio
/= db->bytes_out;
251
if (
new_ratio
< db->ratio ||
new_ratio
< 1 * RATIO_SCALE) {
255
db->ratio =
new_ratio
;
Completed in 33 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025