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:spinlock_t
(Results
1 - 16
of
16
) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H
A
D
spinlock.h
41
typedef struct Spinlock
spinlock_t
;
typedef
43
#define DEFINE_SPINLOCK(x)
spinlock_t
x = SPIN_LOCK_INITIALIZER(x)
58
SPIN_UNUSED_PARAM(
spinlock_t
*, lock); \
63
SPIN_UNUSED_PARAM(
spinlock_t
*, lock); \
77
SPIN_UNUSED_PARAM(
spinlock_t
*, lock); \
H
A
D
wait.h
54
spinlock_t
lock;
/third_party/libabigail/tests/data/test-read-ctf/
H
A
D
test-linux-module.c
6
static
spinlock_t
my_lock;
16
int testexport2(
spinlock_t
*t)
in testexport2()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H
A
D
usb_obj.h
57
spinlock_t
lock;
60
spinlock_t
objres_lock;
H
A
D
f_generic.h
182
spinlock_t
event_lock;
211
spinlock_t
eps_lock;
212
spinlock_t
ep0_lock;
H
A
D
usbd_generic_epfile.h
76
spinlock_t
list_lock;
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
f_hid.h
79
spinlock_t
hid_lock;
H
A
D
f_mass_storage.h
246
spinlock_t
lock;
H
A
D
f_uac.h
72
spinlock_t
lock;
H
A
D
f_uvc.h
733
spinlock_t
lock;
H
A
D
cdcacm.c
125
spinlock_t
acm_lock; /* Spinlock */
/third_party/ltp/testcases/kernel/device-drivers/nls/
H
A
D
nlsTest.c
75
spinlock_t
queue_lock;
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
H
A
D
LtpfsCmds.c
53
static
spinlock_t
bdev_lock __cacheline_aligned_in_smp = SPIN_LOCK_UNLOCKED;
/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
H
A
D
ltp_tbio.c
70
spinlock_t
lock;
/third_party/NuttX/fs/tmpfs/
H
A
D
fs_tmpfs.c
1229
static
spinlock_t
tmpfs_alloc_unit_lock;
/third_party/ltp/scripts/
H
A
D
checkpatch.pl
6460
# check for
spinlock_t
definitions without a comment.
6461
if ($line =~ /^.\s*(struct\s+mutex|
spinlock_t
)\s+\S+;/ ||
6693
"struct spinlock should be
spinlock_t
\n" . $herecurr);
Completed in 19 milliseconds