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:queuelock
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
H
A
D
msm_submitqueue.c
28
read_lock(&ctx->
queuelock
);
in msm_submitqueue_get()
33
read_unlock(&ctx->
queuelock
);
in msm_submitqueue_get()
39
read_unlock(&ctx->
queuelock
);
in msm_submitqueue_get()
86
write_lock(&ctx->
queuelock
);
in msm_submitqueue_create()
96
write_unlock(&ctx->
queuelock
);
in msm_submitqueue_create()
118
rwlock_init(&ctx->
queuelock
);
in msm_submitqueue_init()
178
write_lock(&ctx->
queuelock
);
in msm_submitqueue_remove()
183
write_unlock(&ctx->
queuelock
);
in msm_submitqueue_remove()
190
write_unlock(&ctx->
queuelock
);
in msm_submitqueue_remove()
H
A
D
msm_drv.h
56
rwlock_t
queuelock
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H
A
D
msm_submitqueue.c
89
read_lock(&ctx->
queuelock
);
in msm_submitqueue_get()
94
read_unlock(&ctx->
queuelock
);
in msm_submitqueue_get()
100
read_unlock(&ctx->
queuelock
);
in msm_submitqueue_get()
194
write_lock(&ctx->
queuelock
);
in msm_submitqueue_create()
208
write_unlock(&ctx->
queuelock
);
in msm_submitqueue_create()
292
write_lock(&ctx->
queuelock
);
in msm_submitqueue_remove()
297
write_unlock(&ctx->
queuelock
);
in msm_submitqueue_remove()
304
write_unlock(&ctx->
queuelock
);
in msm_submitqueue_remove()
H
A
D
msm_gpu.h
355
* @
queuelock
: synchronizes access to submitqueues list
364
rwlock_t
queuelock
;
member
H
A
D
msm_drv.c
597
rwlock_init(&ctx->
queuelock
);
in context_init()
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec/
H
A
D
sec_algs.c
383
/*
queuelock
must be held */
452
spin_lock_bh(&ctx->queue->
queuelock
);
in sec_skcipher_alg_callback()
512
spin_unlock_bh(&ctx->queue->
queuelock
);
in sec_skcipher_alg_callback()
801
spin_lock_bh(&queue->
queuelock
);
in sec_alg_skcipher_crypto()
817
spin_unlock_bh(&queue->
queuelock
);
in sec_alg_skcipher_crypto()
821
spin_unlock_bh(&queue->
queuelock
);
in sec_alg_skcipher_crypto()
825
spin_unlock_bh(&queue->
queuelock
);
in sec_alg_skcipher_crypto()
884
spin_lock_init(&ctx->queue->
queuelock
);
in sec_alg_skcipher_init()
H
A
D
sec_drv.h
330
* @
queuelock
: Protect the soft queue from concurrent changes to avoid some
350
spinlock_t
queuelock
;
member
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec/
H
A
D
sec_algs.c
383
/*
queuelock
must be held */
452
spin_lock_bh(&ctx->queue->
queuelock
);
in sec_skcipher_alg_callback()
512
spin_unlock_bh(&ctx->queue->
queuelock
);
in sec_skcipher_alg_callback()
801
spin_lock_bh(&queue->
queuelock
);
in sec_alg_skcipher_crypto()
817
spin_unlock_bh(&queue->
queuelock
);
in sec_alg_skcipher_crypto()
821
spin_unlock_bh(&queue->
queuelock
);
in sec_alg_skcipher_crypto()
825
spin_unlock_bh(&queue->
queuelock
);
in sec_alg_skcipher_crypto()
884
spin_lock_init(&ctx->queue->
queuelock
);
in sec_alg_skcipher_init()
H
A
D
sec_drv.h
330
* @
queuelock
: Protect the soft queue from concurrent changes to avoid some
350
spinlock_t
queuelock
;
member
Completed in 10 milliseconds