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:clg
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_netem.c
138
}
clg
;
member
202
struct clgstate *
clg
= &q->
clg
;
in loss_4state()
local
215
switch (
clg
->state) {
in loss_4state()
217
if (rnd <
clg
->a4) {
in loss_4state()
218
clg
->state = LOST_IN_BURST_PERIOD;
in loss_4state()
220
} else if (
clg
->a4 < rnd && rnd <
clg
->a1 +
clg
->a4) {
in loss_4state()
221
clg
in loss_4state()
267
struct
clg
state *
clg
= &q->
clg
;
loss_gilb_ell()
local
[all...]
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_netem.c
144
}
clg
;
member
209
struct clgstate *
clg
= &q->
clg
;
in loss_4state()
local
222
switch (
clg
->state) {
in loss_4state()
224
if (rnd <
clg
->a4) {
in loss_4state()
225
clg
->state = LOST_IN_GAP_PERIOD;
in loss_4state()
227
} else if (
clg
->a4 < rnd && rnd <
clg
->a1 +
clg
->a4) {
in loss_4state()
228
clg
in loss_4state()
274
struct
clg
state *
clg
= &q->
clg
;
loss_gilb_ell()
local
[all...]
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
entry.S
63
clg
%r14,__LC_KERNEL_STACK
65
clg
%r14,__LC_ASYNC_STACK
67
clg
%r14,__LC_MCCK_STACK
69
clg
%r14,__LC_NODAT_STACK
71
clg
%r14,__LC_RESTART_STACK
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
entry.S
99
clg
%r14,__LC_KERNEL_STACK
101
clg
%r14,__LC_ASYNC_STACK
103
clg
%r14,__LC_NODAT_STACK
105
clg
%r14,__LC_RESTART_STACK
Completed in 5 milliseconds