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:tcfp_burst
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/net/tc_act/
H
A
D
tc_police.h
10
s64
tcfp_burst
;
member
94
burst = div_u64(params->
tcfp_burst
* params->rate.rate_bytes_ps,
in tcf_police_burst()
/kernel/linux/linux-5.10/net/sched/
H
A
D
act_police.c
178
new->
tcfp_burst
= PSCHED_TICKS2NS(parm->burst);
in tcf_police_init()
189
police->tcfp_toks = new->
tcfp_burst
;
in tcf_police_init()
260
toks = min_t(s64, now - police->tcfp_t_c, p->
tcfp_burst
);
in tcf_police_act()
269
if (toks > p->
tcfp_burst
)
in tcf_police_act()
270
toks = p->
tcfp_burst
;
in tcf_police_act()
331
opt.burst = PSCHED_NS2TICKS(p->
tcfp_burst
);
in tcf_police_dump()
/kernel/linux/linux-6.6/include/net/tc_act/
H
A
D
tc_police.h
10
s64
tcfp_burst
;
member
98
burst = div_u64(params->
tcfp_burst
* params->rate.rate_bytes_ps,
in tcf_police_burst()
/kernel/linux/linux-6.6/net/sched/
H
A
D
act_police.c
187
new->
tcfp_burst
= PSCHED_TICKS2NS(parm->burst);
in tcf_police_init()
206
police->tcfp_toks = new->
tcfp_burst
;
in tcf_police_init()
278
toks = min_t(s64, now - police->tcfp_t_c, p->
tcfp_burst
);
in tcf_police_act()
288
if (toks > p->
tcfp_burst
)
in tcf_police_act()
289
toks = p->
tcfp_burst
;
in tcf_police_act()
358
opt.burst = PSCHED_NS2TICKS(p->
tcfp_burst
);
in tcf_police_dump()
Completed in 3 milliseconds