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_unlock
(Results
1 - 9
of
9
) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H
A
D
spinlock.h
69
#define
spin_unlock
(lock) do {LOS_SpinUnlock(lock);} while (0)
macro
81
#define
spin_unlock
(lock) do {(void)(lock);LOS_TaskUnlock();} while (0)
macro
84
#define spin_unlock_irqrestore(lock, flags) do {
spin_unlock
(lock);LOS_IntRestore(flags);} while (0)
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
H
A
D
LtpfsCmds.c
299
spin_unlock
(&bdev_lock);
in bd_acquire()
302
spin_unlock
(&bdev_lock);
in bd_acquire()
313
spin_unlock
(&bdev_lock);
in bd_acquire()
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
f_hid.c
353
spin_unlock
(&hid->hid_lock);
in fhid_output_request_complete()
357
spin_unlock
(&hid->hid_lock);
in fhid_output_request_complete()
379
spin_unlock
(&hid->hid_lock);
in fhid_input_req_complete()
394
spin_unlock
(&hid->hid_lock);
in fhid_input_req_complete()
407
spin_unlock
(&hid->hid_lock);
in fhid_input_req_complete()
H
A
D
f_uac.c
469
spin_unlock
(&uac->lock);
in fuac_request_complete()
484
spin_unlock
(&uac->lock);
in fuac_request_complete()
518
spin_unlock
(&uac->lock);
in fuac_input_req_complete()
533
spin_unlock
(&uac->lock);
in fuac_input_req_complete()
551
spin_unlock
(&uac->lock);
in fuac_input_req_complete()
H
A
D
cdcacm.c
987
spin_unlock
(&priv->acm_lock);
in cdcacm_wrcomplete()
/third_party/ltp/include/lapi/
H
A
D
bpf.h
423
FN(
spin_unlock
), \
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H
A
D
f_generic.c
104
spin_unlock
(&g_generic_spinlock);
in generic_dev_unlock()
/third_party/NuttX/fs/tmpfs/
H
A
D
fs_tmpfs.c
1239
spin_unlock
(&tmpfs_alloc_unit_lock);
in los_set_ramfs_unit()
1290
spin_unlock
(&tmpfs_alloc_unit_lock);
in tmpfs_write()
/third_party/libbpf/include/uapi/linux/
H
A
D
bpf.h
5776
FN(
spin_unlock
, 94, ##ctx) \
Completed in 20 milliseconds