Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IPVS_EST_NTICKS
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H
A
D
ip_vs_est.c
219
if (row >=
IPVS_EST_NTICKS
)
in ip_vs_estimation_kthread()
294
kd->est_max_count =
IPVS_EST_NTICKS
* kd->tick_max;
in ip_vs_est_set_params()
331
bitmap_fill(kd->avail,
IPVS_EST_NTICKS
);
in ip_vs_est_add_kthread()
417
if (kd->est_count >= 2 * kd->tick_max || delay <
IPVS_EST_NTICKS
- 1)
in ip_vs_enqueue_estimator()
422
if (crow >=
IPVS_EST_NTICKS
)
in ip_vs_enqueue_estimator()
423
crow -=
IPVS_EST_NTICKS
;
in ip_vs_enqueue_estimator()
425
if (delay >=
IPVS_EST_NTICKS
- 1) {
in ip_vs_enqueue_estimator()
428
if (crow <
IPVS_EST_NTICKS
- 1) {
in ip_vs_enqueue_estimator()
433
row = find_last_bit(kd->avail,
IPVS_EST_NTICKS
);
in ip_vs_enqueue_estimator()
436
row =
IPVS_EST_NTICKS
;
in ip_vs_enqueue_estimator()
[all...]
/kernel/linux/linux-6.6/include/net/
H
A
D
ip_vs.h
409
#define
IPVS_EST_NTICKS
50
macro
411
#define IPVS_EST_TICK ((2 * HZ) /
IPVS_EST_NTICKS
)
427
ALIGN_DOWN(2 * 1000 * 10 / IPVS_EST_LOAD_DIVISOR /
IPVS_EST_NTICKS
, 8)
438
#if
IPVS_EST_NTICKS
> 127
455
struct ip_vs_est_tick_data __rcu *ticks[
IPVS_EST_NTICKS
];
456
DECLARE_BITMAP(avail,
IPVS_EST_NTICKS
); /* tick has space for ests */
459
int tick_len[
IPVS_EST_NTICKS
]; /* est count */
Completed in 5 milliseconds