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:change_detected
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
pmcraid.c
188
res->
change_detected
= 0;
in pmcraid_slave_alloc()
1623
res->
change_detected
= RES_CHANGE_DEL;
in pmcraid_handle_config_change()
1632
res->
change_detected
= RES_CHANGE_ADD;
in pmcraid_handle_config_change()
3808
if (res->
change_detected
== RES_CHANGE_DEL && res->scsi_dev) {
in pmcraid_worker_function()
3831
res->
change_detected
= 0;
in pmcraid_worker_function()
3842
if (res->
change_detected
== RES_CHANGE_ADD) {
in pmcraid_worker_function()
3863
res->
change_detected
= 0;
in pmcraid_worker_function()
5019
res->
change_detected
= RES_CHANGE_ADD;
in pmcraid_init_res_table()
5043
res->
change_detected
= RES_CHANGE_DEL;
in pmcraid_init_res_table()
H
A
D
pmcraid.h
805
u8
change_detected
;
member
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
pmcraid.c
188
res->
change_detected
= 0;
in pmcraid_slave_alloc()
1629
res->
change_detected
= RES_CHANGE_DEL;
in pmcraid_handle_config_change()
1638
res->
change_detected
= RES_CHANGE_ADD;
in pmcraid_handle_config_change()
4306
if (res->
change_detected
== RES_CHANGE_DEL && res->scsi_dev) {
in pmcraid_worker_function()
4329
res->
change_detected
= 0;
in pmcraid_worker_function()
4340
if (res->
change_detected
== RES_CHANGE_ADD) {
in pmcraid_worker_function()
4361
res->
change_detected
= 0;
in pmcraid_worker_function()
5542
res->
change_detected
= RES_CHANGE_ADD;
in pmcraid_init_res_table()
5566
res->
change_detected
= RES_CHANGE_DEL;
in pmcraid_init_res_table()
H
A
D
pmcraid.h
805
u8
change_detected
;
member
Completed in 20 milliseconds