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:perturb_period
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
cls_flow.c
43
u32
perturb_period
;
member
349
if (f->
perturb_period
)
in flow_perturbation()
350
mod_timer(&f->perturb_timer, jiffies + f->
perturb_period
);
in flow_perturbation()
398
unsigned int
perturb_period
= 0;
in flow_change()
local
477
perturb_period
= fold->
perturb_period
;
in flow_change()
481
perturb_period
= nla_get_u32(tb[TCA_FLOW_PERTURB]) * HZ;
in flow_change()
499
perturb_period
= nla_get_u32(tb[TCA_FLOW_PERTURB]) * HZ;
in flow_change()
541
fnew->
perturb_period
=
perturb_period
;
in flow_change()
[all...]
H
A
D
sch_sfq.c
141
int
perturb_period
;
member
619
if (q->
perturb_period
)
in sfq_perturbation()
620
mod_timer(&q->perturb_timer, jiffies + q->
perturb_period
);
in sfq_perturbation()
662
q->
perturb_period
= ctl->
perturb_period
* HZ;
in sfq_change()
700
if (q->
perturb_period
) {
in sfq_change()
701
mod_timer(&q->perturb_timer, jiffies + q->
perturb_period
);
in sfq_change()
724
q->
perturb_period
= 0;
in sfq_destroy()
758
q->
perturb_period
= 0;
in sfq_init()
797
opt.v0.
perturb_period
in sfq_dump()
[all...]
/kernel/linux/linux-6.6/net/sched/
H
A
D
cls_flow.c
44
u32
perturb_period
;
member
351
if (f->
perturb_period
)
in flow_perturbation()
352
mod_timer(&f->perturb_timer, jiffies + f->
perturb_period
);
in flow_perturbation()
400
unsigned int
perturb_period
= 0;
in flow_change()
local
479
perturb_period
= fold->
perturb_period
;
in flow_change()
483
perturb_period
= nla_get_u32(tb[TCA_FLOW_PERTURB]) * HZ;
in flow_change()
501
perturb_period
= nla_get_u32(tb[TCA_FLOW_PERTURB]) * HZ;
in flow_change()
543
fnew->
perturb_period
=
perturb_period
;
in flow_change()
[all...]
H
A
D
sch_sfq.c
141
int
perturb_period
;
member
621
if (q->
perturb_period
)
in sfq_perturbation()
622
mod_timer(&q->perturb_timer, jiffies + q->
perturb_period
);
in sfq_perturbation()
665
q->
perturb_period
= ctl->
perturb_period
* HZ;
in sfq_change()
703
if (q->
perturb_period
) {
in sfq_change()
704
mod_timer(&q->perturb_timer, jiffies + q->
perturb_period
);
in sfq_change()
727
q->
perturb_period
= 0;
in sfq_destroy()
761
q->
perturb_period
= 0;
in sfq_init()
800
opt.v0.
perturb_period
in sfq_dump()
[all...]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
pkt_sched.h
122
int
perturb_period
;
member
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H
A
D
pkt_sched.h
214
int
perturb_period
; /* Period of hash perturbation */
member
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
pkt_sched.h
215
int
perturb_period
; /* Period of hash perturbation */
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
pkt_sched.h
215
int
perturb_period
; /* Period of hash perturbation */
member
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H
A
D
pkt_sched.h
214
int
perturb_period
; /* Period of hash perturbation */
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
pkt_sched.h
135
int
perturb_period
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
pkt_sched.h
135
int
perturb_period
;
member
Completed in 24 milliseconds