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:hopt
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_htb.c
1781
struct tc_htb_opt *
hopt
;
in htb_change_class()
local
1800
hopt
= nla_data(tb[TCA_HTB_PARMS]);
in htb_change_class()
1801
if (!
hopt
->rate.rate || !
hopt
->ceil.rate)
in htb_change_class()
1806
if (
hopt
->rate.overhead ||
hopt
->ceil.overhead) {
in htb_change_class()
1810
if (
hopt
->rate.mpu ||
hopt
->ceil.mpu) {
in htb_change_class()
1817
if (
hopt
->rate.linklayer == TC_LINKLAYER_UNAWARE)
in htb_change_class()
1818
qdisc_put_rtab(qdisc_get_rtab(&
hopt
in htb_change_class()
[all...]
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_htb.c
1307
struct tc_htb_opt *
hopt
;
in htb_change_class()
local
1326
hopt
= nla_data(tb[TCA_HTB_PARMS]);
in htb_change_class()
1327
if (!
hopt
->rate.rate || !
hopt
->ceil.rate)
in htb_change_class()
1331
if (
hopt
->rate.linklayer == TC_LINKLAYER_UNAWARE)
in htb_change_class()
1332
qdisc_put_rtab(qdisc_get_rtab(&
hopt
->rate, tb[TCA_HTB_RTAB],
in htb_change_class()
1335
if (
hopt
->ceil.linklayer == TC_LINKLAYER_UNAWARE)
in htb_change_class()
1336
qdisc_put_rtab(qdisc_get_rtab(&
hopt
->ceil, tb[TCA_HTB_CTAB],
in htb_change_class()
1426
cl->tokens = PSCHED_TICKS2NS(
hopt
->buffer);
in htb_change_class()
1427
cl->ctokens = PSCHED_TICKS2NS(
hopt
in htb_change_class()
[all...]
Completed in 6 milliseconds