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:P_tab
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
act_police.c
58
struct qdisc_rate_table *R_tab = NULL, *
P_tab
= NULL;
in tcf_police_init()
local
113
P_tab
= qdisc_get_rtab(&parm->peakrate,
in tcf_police_init()
115
if (
P_tab
== NULL)
in tcf_police_init()
168
if (
P_tab
) {
in tcf_police_init()
172
psched_ratecfg_precompute(&new->peak, &
P_tab
->rate, prate64);
in tcf_police_init()
173
qdisc_put_rtab(
P_tab
);
in tcf_police_init()
207
qdisc_put_rtab(
P_tab
);
in tcf_police_init()
/kernel/linux/linux-6.6/net/sched/
H
A
D
act_police.c
51
struct qdisc_rate_table *R_tab = NULL, *
P_tab
= NULL;
in tcf_police_init()
local
107
P_tab
= qdisc_get_rtab(&parm->peakrate,
in tcf_police_init()
109
if (
P_tab
== NULL)
in tcf_police_init()
177
if (
P_tab
) {
in tcf_police_init()
181
psched_ratecfg_precompute(&new->peak, &
P_tab
->rate, prate64);
in tcf_police_init()
182
qdisc_put_rtab(
P_tab
);
in tcf_police_init()
224
qdisc_put_rtab(
P_tab
);
in tcf_police_init()
Completed in 2 milliseconds