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:service_lock
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/common_modules/tzdriver/core/
H
A
D
session_manager.c
240
mutex_lock(&dev_file->
service_lock
);
in tc_find_session_by_uuid()
243
mutex_unlock(&dev_file->
service_lock
);
in tc_find_session_by_uuid()
604
mutex_lock(&dev_file->
service_lock
);
in find_service()
616
mutex_unlock(&dev_file->
service_lock
);
in find_service()
633
mutex_unlock(&dev_file->
service_lock
);
in find_service()
638
mutex_unlock(&dev_file->
service_lock
);
in find_service()
1045
mutex_lock(&dev_file->
service_lock
);
in tc_ns_open_session()
1047
mutex_unlock(&dev_file->
service_lock
);
in tc_ns_open_session()
1065
mutex_lock(&dev_file->
service_lock
);
in tc_ns_open_session()
1067
mutex_unlock(&dev_file->
service_lock
);
in tc_ns_open_session()
[all...]
H
A
D
tz_spi_notify.c
238
mutex_lock(&temp_dev_file->
service_lock
);
in find_notify_sess()
243
mutex_unlock(&temp_dev_file->
service_lock
);
in find_notify_sess()
H
A
D
tc_client_driver.c
471
mutex_init(&dev->
service_lock
);
in tc_ns_client_open()
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H
A
D
adf_init.c
12
static DEFINE_MUTEX(
service_lock
);
16
mutex_lock(&
service_lock
);
in adf_service_add()
18
mutex_unlock(&
service_lock
);
in adf_service_add()
31
mutex_lock(&
service_lock
);
in adf_service_remove()
33
mutex_unlock(&
service_lock
);
in adf_service_remove()
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H
A
D
adf_init.c
14
static DEFINE_MUTEX(
service_lock
);
18
mutex_lock(&
service_lock
);
in adf_service_add()
20
mutex_unlock(&
service_lock
);
in adf_service_add()
33
mutex_lock(&
service_lock
);
in adf_service_remove()
35
mutex_unlock(&
service_lock
);
in adf_service_remove()
/kernel/linux/common_modules/tzdriver/
H
A
D
teek_ns_client.h
100
struct mutex
service_lock
; /* for service_ref[], services[] */
member
Completed in 7 milliseconds