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:monitor_on
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/mm/damon/
H
A
D
dbgfs.c
1003
bool
monitor_on
= damon_nr_running_ctxs() != 0;
in dbgfs_monitor_on_read()
local
1006
len = scnprintf(monitor_on_buf, 5,
monitor_on
? "on\n" : "off\n");
in dbgfs_monitor_on_read()
1078
"
monitor_on
"};
in __damon_dbgfs_init()
/kernel/linux/linux-5.10/drivers/iio/adc/
H
A
D
max1363.c
154
* @
monitor_on
: whether monitor mode is enabled
177
bool
monitor_on
;
member
381
if (st->
monitor_on
) {
in max1363_read_single_chan()
843
st->
monitor_on
= false;
in max1363_monitor_mode_update()
931
st->
monitor_on
= true;
in max1363_monitor_mode_update()
/kernel/linux/linux-6.6/drivers/iio/adc/
H
A
D
max1363.c
152
* @
monitor_on
: whether monitor mode is enabled
174
bool
monitor_on
;
member
378
if (st->
monitor_on
) {
in max1363_read_single_chan()
840
st->
monitor_on
= false;
in max1363_monitor_mode_update()
928
st->
monitor_on
= true;
in max1363_monitor_mode_update()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
mld-mac80211.c
78
mvm->
monitor_on
= true;
in iwl_mvm_mld_mac_add_interface()
182
mvm->
monitor_on
= false;
in iwl_mvm_mld_mac_remove_interface()
H
A
D
rxmq.c
383
IWL_RX_MPDU_STATUS_SEC_UNKNOWN && !mvm->
monitor_on
)
in iwl_mvm_rx_crypto()
454
!mvm->
monitor_on
&& net_ratelimit())
in iwl_mvm_rx_crypto()
2262
if (unlikely(mvm->
monitor_on
))
in iwl_mvm_rx_fill_status()
H
A
D
rx.c
192
if (!mvm->
monitor_on
)
in iwl_mvm_set_mac80211_rx_flag()
H
A
D
mac80211.c
1085
mvm->
monitor_on
= false;
in iwl_mvm_restart_cleanup()
1600
mvm->
monitor_on
= true;
in iwl_mvm_mac_add_interface()
1736
mvm->
monitor_on
= false;
in iwl_mvm_mac_remove_interface()
H
A
D
mvm.h
1175
bool
monitor_on
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
rxmq.c
374
IWL_RX_MPDU_STATUS_SEC_UNKNOWN && !mvm->
monitor_on
)
in iwl_mvm_rx_crypto()
441
!mvm->
monitor_on
&& net_ratelimit())
in iwl_mvm_rx_crypto()
1795
if (unlikely(mvm->
monitor_on
))
in iwl_mvm_rx_mpdu_mq()
H
A
D
rx.c
249
if (!mvm->
monitor_on
)
in iwl_mvm_set_mac80211_rx_flag()
H
A
D
mac80211.c
1122
mvm->
monitor_on
= false;
in iwl_mvm_restart_cleanup()
1581
mvm->
monitor_on
= true;
in iwl_mvm_mac_add_interface()
1687
mvm->
monitor_on
= false;
in iwl_mvm_mac_remove_interface()
H
A
D
mvm.h
1140
bool
monitor_on
;
member
Completed in 36 milliseconds