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:s_mutex
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/marvell-ccic/
H
A
D
mcam-core.c
997
* hold
s_mutex
1283
vq->lock = &cam->
s_mutex
;
in mcam_setup_vb2()
1609
mutex_lock(&cam->
s_mutex
);
in mcam_v4l_open()
1624
mutex_unlock(&cam->
s_mutex
);
in mcam_v4l_open()
1636
mutex_lock(&cam->
s_mutex
);
in mcam_v4l_release()
1647
mutex_unlock(&cam->
s_mutex
);
in mcam_v4l_release()
1761
mutex_lock(&cam->
s_mutex
);
in mccic_notify_bound()
1785
cam->vdev.lock = &cam->
s_mutex
;
in mccic_notify_bound()
1796
mutex_unlock(&cam->
s_mutex
);
in mccic_notify_bound()
1805
mutex_lock(&cam->
s_mutex
);
in mccic_notify_unbind()
[all...]
H
A
D
mcam-core.h
97
* Locking: controlled by
s_mutex
. Certain fields, however, require
188
struct mutex
s_mutex
; /* Access to this structure */
member
/kernel/linux/linux-6.6/drivers/media/platform/marvell/
H
A
D
mcam-core.c
997
* hold
s_mutex
1283
vq->lock = &cam->
s_mutex
;
in mcam_setup_vb2()
1612
mutex_lock(&cam->
s_mutex
);
in mcam_v4l_open()
1627
mutex_unlock(&cam->
s_mutex
);
in mcam_v4l_open()
1639
mutex_lock(&cam->
s_mutex
);
in mcam_v4l_release()
1650
mutex_unlock(&cam->
s_mutex
);
in mcam_v4l_release()
1764
mutex_lock(&cam->
s_mutex
);
in mccic_notify_bound()
1788
cam->vdev.lock = &cam->
s_mutex
;
in mccic_notify_bound()
1799
mutex_unlock(&cam->
s_mutex
);
in mccic_notify_bound()
1808
mutex_lock(&cam->
s_mutex
);
in mccic_notify_unbind()
[all...]
H
A
D
mcam-core.h
97
* Locking: controlled by
s_mutex
. Certain fields, however, require
187
struct mutex
s_mutex
; /* Access to this structure */
member
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
mds_client.c
919
WARN_ON(mutex_is_locked(&s->
s_mutex
));
in ceph_put_mds_session()
993
mutex_init(&s->
s_mutex
);
in register_session()
1788
* Caller must hold session
s_mutex
.
1885
* caller must hold session
s_mutex
1945
* caller must hold
s_mutex
.
1983
* caller holds
s_mutex
2033
* Called under session->
s_mutex
2083
* Called with
s_mutex
held.
2264
* called under
s_mutex
2365
mutex_lock(&session->
s_mutex
);
in ceph_cap_release_work()
[all...]
H
A
D
debugfs.c
293
mutex_lock(&session->
s_mutex
);
in caps_show()
295
mutex_unlock(&session->
s_mutex
);
in caps_show()
H
A
D
caps.c
246
mutex_lock(&s->
s_mutex
);
in ceph_reserve_caps()
249
mutex_unlock(&s->
s_mutex
);
in ceph_reserve_caps()
1105
* caller will not hold session
s_mutex
if called from destroy_inode.
1494
* Caller should hold snap_rwsem (read),
s_mutex
.
2644
lockdep_assert_held(&session->
s_mutex
);
in ceph_kick_flushing_caps()
3404
* caller holds
s_mutex
and i_ceph_lock, we drop both.
3713
mutex_unlock(&session->
s_mutex
);
3874
* Caller hold
s_mutex
.
3924
* caller hold
s_mutex
.
3967
* caller holds
s_mutex
[all...]
H
A
D
mds_client.h
57
* session->
s_mutex
198
struct mutex
s_mutex
; /* serialize session messages */
member
205
unsigned long s_cap_ttl; /* when session caps expire. protected by
s_mutex
*/
H
A
D
super.c
1494
mutex_lock(&session->
s_mutex
);
in ceph_inc_mds_stopping_blocker()
1496
mutex_unlock(&session->
s_mutex
);
in ceph_inc_mds_stopping_blocker()
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
mds_client.c
672
WARN_ON(mutex_is_locked(&s->
s_mutex
));
in ceph_put_mds_session()
745
mutex_init(&s->
s_mutex
);
in register_session()
1545
* Caller must hold session
s_mutex
.
1572
*
s_mutex
or in mds dispatch threads */
in ceph_iterate_session_caps()
1742
* caller must hold session
s_mutex
1777
/* avoid calling iput_final() while holding
s_mutex
*/
in remove_session_caps()
1803
* caller must hold
s_mutex
.
1840
* caller holds
s_mutex
1890
* Called under session->
s_mutex
1940
* Called with
s_mutex
hel
[all...]
H
A
D
caps.c
244
mutex_lock(&s->
s_mutex
);
in ceph_reserve_caps()
247
mutex_unlock(&s->
s_mutex
);
in ceph_reserve_caps()
1137
* caller will not hold session
s_mutex
if called from destroy_inode.
1450
* Caller should hold snap_rwsem (read),
s_mutex
.
1537
* Called under i_ceph_lock. Takes
s_mutex
as needed.
1660
mutex_unlock(&session->
s_mutex
);
in ceph_flush_snaps()
1671
mutex_lock(&session->
s_mutex
);
in ceph_flush_snaps()
1687
mutex_unlock(&session->
s_mutex
);
in ceph_flush_snaps()
2042
/* NOTE: no side-effects allowed, until we take
s_mutex
*/
in ceph_check_caps()
2108
mutex_unlock(&session->
s_mutex
);
in ceph_check_caps()
[all...]
H
A
D
quota.c
55
mutex_lock(&session->
s_mutex
);
in ceph_handle_quota()
57
mutex_unlock(&session->
s_mutex
);
in ceph_handle_quota()
H
A
D
debugfs.c
248
mutex_lock(&session->
s_mutex
);
in caps_show()
250
mutex_unlock(&session->
s_mutex
);
in caps_show()
H
A
D
snap.c
829
*
s_mutex
across multiple snap flushes to avoid locking overhead.
849
* session->
s_mutex
or in mds dispatch threads */
in flush_snaps()
856
mutex_unlock(&session->
s_mutex
);
in flush_snaps()
907
mutex_lock(&session->
s_mutex
);
in ceph_handle_snap()
909
mutex_unlock(&session->
s_mutex
);
in ceph_handle_snap()
H
A
D
mds_client.h
50
* session->
s_mutex
176
struct mutex
s_mutex
; /* serialize session messages */
member
Completed in 30 milliseconds