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:ide_setting_mtx
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ide/
H
A
D
ide-proc.c
134
* must hold the
ide_setting_mtx
when making this call.
160
* must hold the
ide_setting_mtx
when making this call.
239
mutex_lock(&
ide_setting_mtx
);
in ide_settings_proc_show()
271
mutex_unlock(&
ide_setting_mtx
);
in ide_settings_proc_show()
357
mutex_lock(&
ide_setting_mtx
);
in ide_settings_proc_write()
364
mutex_unlock(&
ide_setting_mtx
);
in ide_settings_proc_write()
373
mutex_unlock(&
ide_setting_mtx
);
in ide_settings_proc_write()
498
mutex_lock(&
ide_setting_mtx
);
in ide_proc_register_driver()
500
mutex_unlock(&
ide_setting_mtx
);
in ide_proc_register_driver()
515
* Takes
ide_setting_mtx
[all...]
H
A
D
ide-ioctls.c
46
mutex_lock(&
ide_setting_mtx
);
in ide_setting_ioctl()
48
mutex_unlock(&
ide_setting_mtx
);
in ide_setting_ioctl()
58
mutex_lock(&
ide_setting_mtx
);
in ide_setting_ioctl()
60
mutex_unlock(&
ide_setting_mtx
);
in ide_setting_ioctl()
H
A
D
ide-park.c
133
mutex_lock(&
ide_setting_mtx
);
in ide_park_store()
152
mutex_unlock(&
ide_setting_mtx
);
in ide_park_store()
H
A
D
ide-devsets.c
7
DEFINE_MUTEX(
ide_setting_mtx
);
variable
/kernel/linux/linux-5.10/include/linux/
H
A
D
ide.h
859
extern struct mutex
ide_setting_mtx
;
Completed in 6 milliseconds