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:__ldcw
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H
A
D
spinlock.h
21
while (
__ldcw
(a) == 0)
in arch_spin_lock()
32
while (
__ldcw
(a) == 0)
in arch_spin_lock_flags()
55
return
__ldcw
(a) != 0;
in arch_spin_trylock()
H
A
D
ldcw.h
49
operands. This may pessimize the code somewhat but
__ldcw
is
51
#define
__ldcw
(a) ({ \
macro
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H
A
D
spinlock.h
38
lock_val_old =
__ldcw
(a);
in arch_spin_lock()
65
lock_val =
__ldcw
(a);
in arch_spin_trylock()
H
A
D
ldcw.h
48
operands. This may pessimize the code somewhat but
__ldcw
is
50
#define
__ldcw
(a) ({ \
macro
/kernel/linux/linux-6.6/arch/parisc/kernel/
H
A
D
toc.c
91
while (
__ldcw
(&toc_lock) == 0)
in toc_intr()
H
A
D
irq.c
464
if (!
__ldcw
(irq_stack_in_use)) {
in execute_on_irq_stack()
/kernel/linux/linux-5.10/arch/parisc/kernel/
H
A
D
irq.c
488
if (!
__ldcw
(irq_stack_in_use)) {
in execute_on_irq_stack()
Completed in 4 milliseconds