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:prob_drop
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_choke.c
58
u32
prob_drop
; /* Early probability drops */
member
257
q->stats.
prob_drop
++;
in choke_enqueue()
464
.early = q->stats.
prob_drop
+ q->stats.forced_drop,
in choke_dump_stats()
H
A
D
sch_red.c
92
q->stats.
prob_drop
++;
in red_enqueue()
102
q->stats.
prob_drop
++;
in red_enqueue()
464
st.early = q->stats.
prob_drop
+ q->stats.forced_drop;
in red_dump_stats()
H
A
D
sch_gred.c
228
q->stats.
prob_drop
++;
in gred_enqueue()
821
opt.early = q->stats.
prob_drop
;
in gred_dump()
873
q->stats.
prob_drop
))
in gred_dump()
H
A
D
sch_sfq.c
402
q->stats.
prob_drop
++;
in sfq_enqueue()
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_choke.c
58
u32
prob_drop
; /* Early probability drops */
member
256
q->stats.
prob_drop
++;
in choke_enqueue()
463
.early = q->stats.
prob_drop
+ q->stats.forced_drop,
in choke_dump_stats()
H
A
D
sch_red.c
92
q->stats.
prob_drop
++;
in red_enqueue()
102
q->stats.
prob_drop
++;
in red_enqueue()
464
st.early = q->stats.
prob_drop
+ q->stats.forced_drop;
in red_dump_stats()
H
A
D
sch_gred.c
229
q->stats.
prob_drop
++;
in gred_enqueue()
831
opt.early = q->stats.
prob_drop
;
in gred_dump()
883
q->stats.
prob_drop
))
in gred_dump()
H
A
D
sch_sfq.c
402
q->stats.
prob_drop
++;
in sfq_enqueue()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_qdisc.c
411
red_base->
prob_drop
= xstats->wred_drop[tclass_num];
in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
414
stats_base->overlimits = red_base->
prob_drop
+ red_base->prob_mark;
in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
415
stats_base->drops = red_base->
prob_drop
+ red_base->pdrop;
in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
522
early_drops = xstats->wred_drop[tclass_num] - xstats_base->
prob_drop
;
in mlxsw_sp_qdisc_get_red_xstats()
527
res->
prob_drop
+= early_drops;
in mlxsw_sp_qdisc_get_red_xstats()
530
xstats_base->
prob_drop
+= early_drops;
in mlxsw_sp_qdisc_get_red_xstats()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_qdisc.c
659
red_base->
prob_drop
= xstats->wred_drop[tclass_num];
in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
662
stats_base->overlimits = red_base->
prob_drop
+ red_base->prob_mark;
in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
663
stats_base->drops = red_base->
prob_drop
+ red_base->pdrop;
in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
784
early_drops = xstats->wred_drop[tclass_num] - xstats_base->
prob_drop
;
in mlxsw_sp_qdisc_get_red_xstats()
790
res->
prob_drop
+= early_drops;
in mlxsw_sp_qdisc_get_red_xstats()
794
xstats_base->
prob_drop
+= early_drops;
in mlxsw_sp_qdisc_get_red_xstats()
/kernel/linux/linux-5.10/include/net/
H
A
D
red.h
120
u32
prob_drop
; /* Early probability drops */
member
/kernel/linux/linux-6.6/include/net/
H
A
D
red.h
120
u32
prob_drop
; /* Early probability drops */
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
pkt_sched.h
128
__u32
prob_drop
;
member
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H
A
D
pkt_sched.h
221
__u32
prob_drop
; /* Early drops, below max threshold */
member
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
pkt_sched.h
222
__u32
prob_drop
; /* Early drops, below max threshold */
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
pkt_sched.h
222
__u32
prob_drop
; /* Early drops, below max threshold */
member
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H
A
D
pkt_sched.h
221
__u32
prob_drop
; /* Early drops, below max threshold */
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
pkt_sched.h
141
__u32
prob_drop
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
pkt_sched.h
141
__u32
prob_drop
;
member
Completed in 34 milliseconds