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:needs_update
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/
H
A
D
mdp_kms.c
105
bool
needs_update
= false;
in mdp_irq_register()
local
112
needs_update
= !mdp_kms->in_irq;
in mdp_irq_register()
117
if (
needs_update
)
in mdp_irq_register()
124
bool
needs_update
= false;
in mdp_irq_unregister()
local
131
needs_update
= !mdp_kms->in_irq;
in mdp_irq_unregister()
136
if (
needs_update
)
in mdp_irq_unregister()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/
H
A
D
mdp_kms.c
105
bool
needs_update
= false;
in mdp_irq_register()
local
112
needs_update
= !mdp_kms->in_irq;
in mdp_irq_register()
117
if (
needs_update
)
in mdp_irq_register()
124
bool
needs_update
= false;
in mdp_irq_unregister()
local
131
needs_update
= !mdp_kms->in_irq;
in mdp_irq_unregister()
136
if (
needs_update
)
in mdp_irq_unregister()
/kernel/linux/linux-5.10/drivers/cpuidle/governors/
H
A
D
menu.c
110
int
needs_update
;
member
277
if (data->
needs_update
) {
in menu_select()
279
data->
needs_update
= 0;
in menu_select()
436
data->
needs_update
= 1;
in menu_reflect()
/kernel/linux/linux-6.6/drivers/cpuidle/governors/
H
A
D
menu.c
112
int
needs_update
;
member
273
if (data->
needs_update
) {
in menu_select()
275
data->
needs_update
= 0;
in menu_select()
452
data->
needs_update
= 1;
in menu_reflect()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
myrs.c
203
cs->
needs_update
= true;
in myrs_get_ctlr_info()
886
cs->
needs_update
= true;
in myrs_log_event()
892
cs->
needs_update
= true;
in myrs_log_event()
1459
cs->
needs_update
= true;
in discovery_store()
2121
if (cs->
needs_update
) {
in myrs_monitor()
2122
cs->
needs_update
= false;
in myrs_monitor()
2161
cs->
needs_update
= true;
in myrs_monitor()
2165
(cs->
needs_update
== false ||
in myrs_monitor()
H
A
D
myrs.h
903
bool
needs_update
;
member
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
myrs.c
202
cs->
needs_update
= true;
in myrs_get_ctlr_info()
883
cs->
needs_update
= true;
in myrs_log_event()
889
cs->
needs_update
= true;
in myrs_log_event()
1457
cs->
needs_update
= true;
in discovery_store()
2116
if (cs->
needs_update
) {
in myrs_monitor()
2117
cs->
needs_update
= false;
in myrs_monitor()
2156
cs->
needs_update
= true;
in myrs_monitor()
2160
(cs->
needs_update
== false ||
in myrs_monitor()
H
A
D
myrs.h
903
bool
needs_update
;
member
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
fair.c
6955
int
needs_update
; /* Newly idle CPUs need their next_balance collated */
member
12323
if (READ_ONCE(nohz.
needs_update
))
in nohz_balancer_kick()
12422
* and @
needs_update
stores.
in nohz_balance_enter_idle()
12428
WRITE_ONCE(nohz.
needs_update
, 1);
in nohz_balance_enter_idle()
12482
* Same applies to idle_cpus_mask vs
needs_update
.
in _nohz_idle_balance()
12487
WRITE_ONCE(nohz.
needs_update
, 0);
in _nohz_idle_balance()
12518
WRITE_ONCE(nohz.
needs_update
, 1);
in _nohz_idle_balance()
Completed in 33 milliseconds