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:downgraded
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
mremap.c
668
bool
downgraded
= false;
in SYSCALL_DEFINE5()
local
738
/* Returning 1 indicates mmap_lock is
downgraded
to read. */
in SYSCALL_DEFINE5()
740
downgraded
= true;
in SYSCALL_DEFINE5()
805
if (
downgraded
)
in SYSCALL_DEFINE5()
H
A
D
mmap.c
205
bool
downgraded
= false;
in SYSCALL_DEFINE1()
local
264
downgraded
= true;
in SYSCALL_DEFINE1()
281
if (
downgraded
)
in SYSCALL_DEFINE1()
3003
* Returning 1 indicates mmap_lock is
downgraded
.
in __vm_munmap()
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
mlme.c
351
"capabilities/regulatory prevented using AP HT/VHT configuration,
downgraded
\n");
in ieee80211_determine_chantype()
1942
if (tx_tspec->
downgraded
)
in __ieee80211_sta_handle_tspec_ac_params()
1955
tx_tspec->
downgraded
= false;
in __ieee80211_sta_handle_tspec_ac_params()
2145
"WMM AC=%d acm=%d aifs=%d cWmin=%d cWmax=%d txop=%d uapsd=%d,
downgraded
=%d\n",
in ieee80211_sta_wmm_params()
2149
ifmgd->tx_tspec[ac].
downgraded
);
in ieee80211_sta_wmm_params()
2151
if (!ifmgd->tx_tspec[ac].
downgraded
&&
in ieee80211_sta_wmm_params()
2516
if (tx_tspec->
downgraded
) {
in ieee80211_sta_tx_wmm_ac_notify()
2522
if (tx_tspec->
downgraded
)
in ieee80211_sta_tx_wmm_ac_notify()
2528
tx_tspec->
downgraded
= true;
in ieee80211_sta_tx_wmm_ac_notify()
H
A
D
ieee80211_i.h
430
bool
downgraded
;
member
554
* get stuck in a
downgraded
situation and flush takes forever.
H
A
D
cfg.c
3852
tx_tspec->
downgraded
= false;
in ieee80211_del_tx_ts()
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
mlme.c
476
"capabilities/regulatory prevented using AP HT/VHT configuration,
downgraded
\n");
in ieee80211_determine_chantype()
2445
if (tx_tspec->
downgraded
)
in __ieee80211_sta_handle_tspec_ac_params()
2459
tx_tspec->
downgraded
= false;
in __ieee80211_sta_handle_tspec_ac_params()
2528
"WMM AC=%d acm=%d aifs=%d cWmin=%d cWmax=%d txop=%d uapsd=%d,
downgraded
=%d\n",
in ieee80211_mgd_set_link_qos_params()
2532
ifmgd->tx_tspec[ac].
downgraded
);
in ieee80211_mgd_set_link_qos_params()
2533
if (!ifmgd->tx_tspec[ac].
downgraded
&&
in ieee80211_mgd_set_link_qos_params()
3127
if (tx_tspec->
downgraded
) {
in ieee80211_sta_tx_wmm_ac_notify()
3133
if (tx_tspec->
downgraded
)
in ieee80211_sta_tx_wmm_ac_notify()
3139
tx_tspec->
downgraded
= true;
in ieee80211_sta_tx_wmm_ac_notify()
H
A
D
ieee80211_i.h
461
bool
downgraded
;
member
545
* get stuck in a
downgraded
situation and flush takes forever.
H
A
D
cfg.c
4365
tx_tspec->
downgraded
= false;
in ieee80211_del_tx_ts()
Completed in 40 milliseconds