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:spin_lock
(Results
1 - 9
of
9
) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H
A
D
spinlock.h
68
#define
spin_lock
(lock) do {LOS_SpinLock(lock);} while (0)
macro
80
#define
spin_lock
(lock) do {(void)(lock);LOS_TaskLock();} while (0)
macro
83
#define spin_lock_irqsave(lock, flags) do {flags = LOS_IntLock();
spin_lock
(lock);} while (0)
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
H
A
D
LtpfsCmds.c
296
spin_lock
(&bdev_lock);
in bd_acquire()
306
spin_lock
(&bdev_lock);
in bd_acquire()
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
f_uac.c
467
spin_lock
(&uac->lock);
in fuac_request_complete()
480
spin_lock
(&uac->lock);
in fuac_request_complete()
514
spin_lock
(&uac->lock);
in fuac_input_req_complete()
H
A
D
f_hid.c
345
spin_lock
(&hid->hid_lock);
in fhid_output_request_complete()
373
spin_lock
(&hid->hid_lock);
in fhid_input_req_complete()
H
A
D
cdcacm.c
956
spin_lock
(&priv->acm_lock);
in cdcacm_wrcomplete()
/third_party/ltp/include/lapi/
H
A
D
bpf.h
178
#define BPF_F_LOCK 4 /*
spin_lock
-ed map_lookup/map_update */
422
FN(
spin_lock
), \
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H
A
D
f_generic.c
99
spin_lock
(&g_generic_spinlock);
in generic_dev_lock()
/third_party/NuttX/fs/tmpfs/
H
A
D
fs_tmpfs.c
1237
spin_lock
(&tmpfs_alloc_unit_lock);
in los_set_ramfs_unit()
1288
spin_lock
(&tmpfs_alloc_unit_lock);
in tmpfs_write()
/third_party/libbpf/include/uapi/linux/
H
A
D
bpf.h
178
* Update a
spin_lock
-ed map element.
693
* Update
spin_lock
-ed map elements. This must be
1284
BPF_F_LOCK = 4, /*
spin_lock
-ed map_lookup/map_update */
5775
FN(
spin_lock
, 93, ##ctx) \
Completed in 21 milliseconds