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_init
(Results
1 - 14
of
14
) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H
A
D
spinlock.h
67
#define
spin_lock_init
(lock) do {LOS_SpinInit(lock);} while (0)
macro
75
#define
spin_lock_init
(lock) \
macro
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H
A
D
usb_obj.c
61
spin_lock_init
(&obj->objres_lock);
in usbobj_init()
62
spin_lock_init
(&obj->lock);
in usbobj_init()
H
A
D
f_generic.c
320
spin_lock_init
(&dev->event_lock);
in generic_dev_new()
321
spin_lock_init
(&dev->eps_lock);
in generic_dev_new()
322
spin_lock_init
(&dev->ep0_lock);
in generic_dev_new()
H
A
D
usbd_generic_epfile.c
653
spin_lock_init
(&epfile->list_lock);
in generic_epfiles_create()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H
A
D
linux_semaphore.c
136
spin_lock_init
(&wait->lock);
in __init_waitqueue_head()
/third_party/NuttX/fs/inode/
H
A
D
fs_files.c
790
spin_lock_init
(&files->workdir_lock);
in alloc_files()
831
spin_lock_init
(&files->workdir_lock);
in dup_fd()
921
spin_lock_init
(&files->workdir_lock);
in create_files_snapshot()
/third_party/ltp/testcases/kernel/device-drivers/nls/
H
A
D
nlsTest.c
167
spin_lock_init
(&dev->queue_lock);
in test_init_module()
/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
H
A
D
ltp_tbio.c
532
spin_lock_init
(&tbio_dev.lock);
in tbio_init()
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
f_hid.c
472
spin_lock_init
(&hid->hid_lock);
in usbclass_hid_bind()
H
A
D
f_uac.c
658
spin_lock_init
(&uac->lock);
in usbclass_uac_bind()
H
A
D
cdcacm.c
1071
spin_lock_init
(&priv->acm_lock);
in cdcacm_bind()
H
A
D
f_uvc.c
2332
spin_lock_init
(&uvc_dev->lock);
in usbclass_uvc_bind()
H
A
D
f_mass_storage.c
1949
spin_lock_init
(&priv->lock);
in mass_classobject()
/third_party/NuttX/fs/tmpfs/
H
A
D
fs_tmpfs.c
1707
spin_lock_init
(&tmpfs_alloc_unit_lock);
in tmpfs_mount()
Completed in 23 milliseconds