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:has_changed
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/scripts/kconfig/
H
A
D
conf.c
182
bool
has_changed
= false;
in conf_set_all_new_symbols()
local
235
has_changed
= true;
in conf_set_all_new_symbols()
294
has_changed
|= randomize_choice_values(csym);
in conf_set_all_new_symbols()
297
has_changed
= true;
in conf_set_all_new_symbols()
301
return
has_changed
;
in conf_set_all_new_symbols()
/kernel/linux/linux-5.10/scripts/kconfig/
H
A
D
confdata.c
1250
bool
has_changed
= false;
in conf_set_all_new_symbols()
local
1258
has_changed
= true;
in conf_set_all_new_symbols()
1320
has_changed
|= randomize_choice_values(csym);
in conf_set_all_new_symbols()
1323
has_changed
= true;
in conf_set_all_new_symbols()
1327
return
has_changed
;
in conf_set_all_new_symbols()
/kernel/linux/linux-5.10/scripts/genksyms/
H
A
D
genksyms.c
643
int
has_changed
= 0;
in export_symbol()
local
659
if (!
has_changed
) {
in export_symbol()
670
has_changed
= 1;
in export_symbol()
677
if (
has_changed
)
in export_symbol()
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/
H
A
D
sta.c
68
.
has_changed
= 1,
in wfx_filter_beacon()
74
.
has_changed
= 1,
in wfx_filter_beacon()
79
.
has_changed
= 1,
in wfx_filter_beacon()
84
.
has_changed
= 1,
in wfx_filter_beacon()
H
A
D
hif_api_mib.h
110
u8
has_changed
:1;
member
/kernel/linux/linux-6.6/scripts/genksyms/
H
A
D
genksyms.c
643
int
has_changed
= 0;
in export_symbol()
local
659
if (!
has_changed
) {
in export_symbol()
670
has_changed
= 1;
in export_symbol()
677
if (
has_changed
)
in export_symbol()
/kernel/linux/linux-5.10/drivers/staging/wfx/
H
A
D
sta.c
69
.
has_changed
= 1,
in wfx_filter_beacon()
75
.
has_changed
= 1,
in wfx_filter_beacon()
80
.
has_changed
= 1,
in wfx_filter_beacon()
H
A
D
hif_api_mib.h
110
u8
has_changed
:1;
member
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H
A
D
v4l2-ctrls-core.c
1323
/*
has_changed
is set by cluster_changed */
in new_to_cur()
1324
changed = ctrl->
has_changed
;
in new_to_cur()
2324
* Set
has_changed
to false to avoid generating
in cluster_changed()
2328
ctrl->
has_changed
= false;
in cluster_changed()
2337
ctrl->
has_changed
= ctrl_changed;
in cluster_changed()
2338
changed |= ctrl->
has_changed
;
in cluster_changed()
2401
master->cluster[i]->
has_changed
= true;
in try_or_set_cluster()
/kernel/linux/linux-5.10/include/media/
H
A
D
v4l2-ctrls.h
165
* @
has_changed
: Set when the current value differs from the new value. Drivers
250
unsigned int
has_changed
:1;
member
/kernel/linux/linux-6.6/include/media/
H
A
D
v4l2-ctrls.h
171
* @
has_changed
: Set when the current value differs from the new value. Drivers
266
unsigned int
has_changed
:1;
member
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H
A
D
v4l2-ctrls.c
2162
/*
has_changed
is set by cluster_changed */
in new_to_cur()
2163
changed = ctrl->
has_changed
;
in new_to_cur()
2246
* Set
has_changed
to false to avoid generating
in cluster_changed()
2250
ctrl->
has_changed
= false;
in cluster_changed()
2257
ctrl->
has_changed
= ctrl_changed;
in cluster_changed()
2258
changed |= ctrl->
has_changed
;
in cluster_changed()
3963
master->cluster[i]->
has_changed
= true;
in try_or_set_cluster()
Completed in 22 milliseconds