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:quiescing
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
pm.c
59
local->
quiescing
= true;
in __ieee80211_suspend()
60
/* make
quiescing
visible to timers everywhere */
in __ieee80211_suspend()
112
local->
quiescing
= false;
in __ieee80211_suspend()
187
/* need suspended to be visible before
quiescing
is false */
in __ieee80211_suspend()
189
local->
quiescing
= false;
in __ieee80211_suspend()
H
A
D
ieee80211_i.h
1238
*
quiescing
is true during the suspend process _only_ to
1241
bool
quiescing
;
member
2125
* If
quiescing
is set, we are racing with __ieee80211_suspend.
in ieee80211_can_run_worker()
2126
* __ieee80211_suspend flushes the workers after setting
quiescing
,
in ieee80211_can_run_worker()
2127
* and we check
quiescing
/ suspended before enqueing new workers.
in ieee80211_can_run_worker()
2130
if (local->
quiescing
)
in ieee80211_can_run_worker()
2137
* if (local->
quiescing
)
in ieee80211_can_run_worker()
2139
* local->
quiescing
= true;
in ieee80211_can_run_worker()
2143
* local->
quiescing
= false;
in ieee80211_can_run_worker()
H
A
D
mesh_hwmp.c
1261
if (sdata->local->
quiescing
)
in mesh_path_timer()
H
A
D
mesh_plink.c
650
if (sta->sdata->local->
quiescing
)
in mesh_plink_timer()
H
A
D
sta_info.c
1168
if (local->
quiescing
)
in sta_info_cleanup()
H
A
D
util.c
908
* of this function if we are already
quiescing
/ suspended,
911
* and suspending /
quiescing
was set after the rx path checked
916
if (local->
quiescing
|| (local->suspended && !local->resuming)) {
in ieee80211_can_queue_work()
H
A
D
rx.c
4763
if (unlikely(local->
quiescing
|| local->suspended))
in ieee80211_rx_list()
H
A
D
tx.c
241
if (local->
quiescing
)
in ieee80211_tx_h_dynamic_ps()
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
pm.c
66
local->
quiescing
= true;
in __ieee80211_suspend()
67
/* make
quiescing
visible to timers everywhere */
in __ieee80211_suspend()
119
local->
quiescing
= false;
in __ieee80211_suspend()
179
/* need suspended to be visible before
quiescing
is false */
in __ieee80211_suspend()
181
local->
quiescing
= false;
in __ieee80211_suspend()
H
A
D
ieee80211_i.h
1392
*
quiescing
is true during the suspend process _only_ to
1395
bool
quiescing
;
member
2398
* If
quiescing
is set, we are racing with __ieee80211_suspend.
in ieee80211_can_run_worker()
2399
* __ieee80211_suspend flushes the workers after setting
quiescing
,
in ieee80211_can_run_worker()
2400
* and we check
quiescing
/ suspended before enqueing new workers.
in ieee80211_can_run_worker()
2403
if (local->
quiescing
)
in ieee80211_can_run_worker()
2410
* if (local->
quiescing
)
in ieee80211_can_run_worker()
2412
* local->
quiescing
= true;
in ieee80211_can_run_worker()
2416
* local->
quiescing
= false;
in ieee80211_can_run_worker()
H
A
D
mesh_hwmp.c
1289
if (sdata->local->
quiescing
)
in mesh_path_timer()
H
A
D
mesh_plink.c
664
if (sta->sdata->local->
quiescing
)
in mesh_plink_timer()
H
A
D
sta_info.c
1518
if (local->
quiescing
)
in sta_info_cleanup()
H
A
D
util.c
874
* of this function if we are already
quiescing
/ suspended,
877
* and suspending /
quiescing
was set after the rx path checked
882
if (local->
quiescing
|| (local->suspended && !local->resuming)) {
in ieee80211_can_queue_work()
H
A
D
rx.c
5296
if (unlikely(local->
quiescing
|| local->suspended))
in ieee80211_rx_list()
H
A
D
tx.c
233
if (local->
quiescing
)
in ieee80211_tx_h_dynamic_ps()
/kernel/linux/linux-5.10/drivers/usb/core/
H
A
D
hub.h
61
unsigned
quiescing
:1;
member
H
A
D
hub.c
497
if (hdev->state != USB_STATE_CONFIGURED || hub->
quiescing
)
in led_work()
641
if (hub->
quiescing
) {
in hub_resubmit_irq_urb()
1285
hub->
quiescing
= 0;
in hub_activate()
1334
hub->
quiescing
= 1;
in hub_quiesce()
5782
if (hub->
quiescing
)
in hub_event()
/kernel/linux/linux-6.6/drivers/usb/core/
H
A
D
hub.h
61
unsigned
quiescing
:1;
member
H
A
D
hub.c
504
if (hdev->state != USB_STATE_CONFIGURED || hub->
quiescing
)
in led_work()
648
if (hub->
quiescing
) {
in hub_resubmit_irq_urb()
1292
hub->
quiescing
= 0;
in hub_activate()
1341
hub->
quiescing
= 1;
in hub_quiesce()
5815
if (hub->
quiescing
)
in hub_event()
Completed in 72 milliseconds