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:vc_mutex
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/coda/
H
A
D
psdev.c
64
mutex_lock(&vcp->
vc_mutex
);
in coda_psdev_poll()
67
mutex_unlock(&vcp->
vc_mutex
);
in coda_psdev_poll()
151
mutex_lock(&vcp->
vc_mutex
);
in coda_psdev_write()
160
mutex_unlock(&vcp->
vc_mutex
);
in coda_psdev_write()
219
mutex_lock(&vcp->
vc_mutex
);
in coda_psdev_read()
233
mutex_unlock(&vcp->
vc_mutex
);
in coda_psdev_read()
235
mutex_lock(&vcp->
vc_mutex
);
in coda_psdev_read()
268
mutex_unlock(&vcp->
vc_mutex
);
in coda_psdev_read()
289
mutex_lock(&vcp->
vc_mutex
);
in coda_psdev_open()
304
mutex_unlock(&vcp->
vc_mutex
);
in coda_psdev_open()
[all...]
H
A
D
inode.c
167
mutex_lock(&vc->
vc_mutex
);
in coda_fill_super()
182
mutex_unlock(&vc->
vc_mutex
);
in coda_fill_super()
227
mutex_lock(&vc->
vc_mutex
);
in coda_fill_super()
231
mutex_unlock(&vc->
vc_mutex
);
in coda_fill_super()
238
mutex_lock(&vcp->
vc_mutex
);
in coda_put_super()
241
mutex_unlock(&vcp->
vc_mutex
);
in coda_put_super()
242
mutex_destroy(&vcp->
vc_mutex
);
in coda_put_super()
H
A
D
upcall.c
685
mutex_unlock(&vcp->
vc_mutex
);
in coda_waitfor_upcall()
690
mutex_lock(&vcp->
vc_mutex
);
in coda_waitfor_upcall()
718
mutex_lock(&vcp->
vc_mutex
);
in coda_upcall()
748
mutex_unlock(&vcp->
vc_mutex
);
in coda_upcall()
816
mutex_unlock(&vcp->
vc_mutex
);
in coda_upcall()
893
mutex_lock(&vcp->
vc_mutex
);
in coda_downcall()
930
mutex_unlock(&vcp->
vc_mutex
);
in coda_downcall()
H
A
D
coda_psdev.h
39
struct mutex
vc_mutex
;
member
/kernel/linux/linux-6.6/fs/coda/
H
A
D
psdev.c
64
mutex_lock(&vcp->
vc_mutex
);
in coda_psdev_poll()
67
mutex_unlock(&vcp->
vc_mutex
);
in coda_psdev_poll()
147
mutex_lock(&vcp->
vc_mutex
);
in coda_psdev_write()
156
mutex_unlock(&vcp->
vc_mutex
);
in coda_psdev_write()
215
mutex_lock(&vcp->
vc_mutex
);
in coda_psdev_read()
229
mutex_unlock(&vcp->
vc_mutex
);
in coda_psdev_read()
231
mutex_lock(&vcp->
vc_mutex
);
in coda_psdev_read()
264
mutex_unlock(&vcp->
vc_mutex
);
in coda_psdev_read()
285
mutex_lock(&vcp->
vc_mutex
);
in coda_psdev_open()
300
mutex_unlock(&vcp->
vc_mutex
);
in coda_psdev_open()
[all...]
H
A
D
inode.c
167
mutex_lock(&vc->
vc_mutex
);
in coda_fill_super()
182
mutex_unlock(&vc->
vc_mutex
);
in coda_fill_super()
227
mutex_lock(&vc->
vc_mutex
);
in coda_fill_super()
231
mutex_unlock(&vc->
vc_mutex
);
in coda_fill_super()
238
mutex_lock(&vcp->
vc_mutex
);
in coda_put_super()
241
mutex_unlock(&vcp->
vc_mutex
);
in coda_put_super()
242
mutex_destroy(&vcp->
vc_mutex
);
in coda_put_super()
H
A
D
upcall.c
685
mutex_unlock(&vcp->
vc_mutex
);
in coda_waitfor_upcall()
690
mutex_lock(&vcp->
vc_mutex
);
in coda_waitfor_upcall()
718
mutex_lock(&vcp->
vc_mutex
);
in coda_upcall()
749
mutex_unlock(&vcp->
vc_mutex
);
in coda_upcall()
817
mutex_unlock(&vcp->
vc_mutex
);
in coda_upcall()
894
mutex_lock(&vcp->
vc_mutex
);
in coda_downcall()
931
mutex_unlock(&vcp->
vc_mutex
);
in coda_downcall()
H
A
D
coda_psdev.h
39
struct mutex
vc_mutex
;
member
Completed in 6 milliseconds