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:ap_queues_lock
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/crypto/
H
A
D
ap_card.c
70
spin_lock_bh(&
ap_queues_lock
);
in request_count_show()
72
spin_unlock_bh(&
ap_queues_lock
);
in request_count_show()
84
spin_lock_bh(&
ap_queues_lock
);
in request_count_store()
88
spin_unlock_bh(&
ap_queues_lock
);
in request_count_store()
105
spin_lock_bh(&
ap_queues_lock
);
in requestq_count_show()
109
spin_unlock_bh(&
ap_queues_lock
);
in requestq_count_show()
124
spin_lock_bh(&
ap_queues_lock
);
in pendingq_count_show()
128
spin_unlock_bh(&
ap_queues_lock
);
in pendingq_count_show()
H
A
D
ap_bus.c
68
DEFINE_SPINLOCK(
ap_queues_lock
);
variable
441
spin_lock_bh(&
ap_queues_lock
);
in ap_tasklet_fn()
447
spin_unlock_bh(&
ap_queues_lock
);
in ap_tasklet_fn()
457
spin_lock_bh(&
ap_queues_lock
);
in ap_pending_requests()
461
spin_unlock_bh(&
ap_queues_lock
);
in ap_pending_requests()
464
spin_unlock_bh(&
ap_queues_lock
);
in ap_pending_requests()
698
spin_lock_bh(&
ap_queues_lock
);
in ap_device_probe()
702
spin_unlock_bh(&
ap_queues_lock
);
in ap_device_probe()
708
spin_lock_bh(&
ap_queues_lock
);
in ap_device_probe()
711
spin_unlock_bh(&
ap_queues_lock
);
in ap_device_probe()
[all...]
H
A
D
ap_bus.h
32
extern spinlock_t
ap_queues_lock
;
H
A
D
ap_queue.c
736
spin_lock_bh(&
ap_queues_lock
);
in ap_queue_device_release()
738
spin_unlock_bh(&
ap_queues_lock
);
in ap_queue_device_release()
/kernel/linux/linux-6.6/drivers/s390/crypto/
H
A
D
ap_card.c
70
spin_lock_bh(&
ap_queues_lock
);
in request_count_show()
72
spin_unlock_bh(&
ap_queues_lock
);
in request_count_show()
84
spin_lock_bh(&
ap_queues_lock
);
in request_count_store()
88
spin_unlock_bh(&
ap_queues_lock
);
in request_count_store()
105
spin_lock_bh(&
ap_queues_lock
);
in requestq_count_show()
109
spin_unlock_bh(&
ap_queues_lock
);
in requestq_count_show()
124
spin_lock_bh(&
ap_queues_lock
);
in pendingq_count_show()
128
spin_unlock_bh(&
ap_queues_lock
);
in pendingq_count_show()
H
A
D
ap_bus.c
78
DEFINE_SPINLOCK(
ap_queues_lock
);
variable
498
spin_lock_bh(&
ap_queues_lock
);
in ap_tasklet_fn()
504
spin_unlock_bh(&
ap_queues_lock
);
in ap_tasklet_fn()
514
spin_lock_bh(&
ap_queues_lock
);
in ap_pending_requests()
518
spin_unlock_bh(&
ap_queues_lock
);
in ap_pending_requests()
521
spin_unlock_bh(&
ap_queues_lock
);
in ap_pending_requests()
937
spin_lock_bh(&
ap_queues_lock
);
in ap_device_probe()
941
spin_unlock_bh(&
ap_queues_lock
);
in ap_device_probe()
946
spin_lock_bh(&
ap_queues_lock
);
in ap_device_probe()
949
spin_unlock_bh(&
ap_queues_lock
);
in ap_device_probe()
[all...]
H
A
D
ap_bus.h
35
extern spinlock_t
ap_queues_lock
;
H
A
D
ap_queue.c
1003
spin_lock_bh(&
ap_queues_lock
);
in ap_queue_device_release()
1005
spin_unlock_bh(&
ap_queues_lock
);
in ap_queue_device_release()
Completed in 39 milliseconds