Home
last modified time | relevance | path

Searched refs:s_mutex (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/marvell-ccic/
H A Dmcam-core.c997 * 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 Dmcam-core.h97 * 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 Dmcam-core.c997 * 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 Dmcam-core.h97 * 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 Dmds_client.c919 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 Ddebugfs.c293 mutex_lock(&session->s_mutex); in caps_show()
295 mutex_unlock(&session->s_mutex); in caps_show()
H A Dcaps.c246 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 Dmds_client.h57 * 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 Dsuper.c1494 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 Dmds_client.c672 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 Dcaps.c244 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 Dquota.c55 mutex_lock(&session->s_mutex); in ceph_handle_quota()
57 mutex_unlock(&session->s_mutex); in ceph_handle_quota()
H A Ddebugfs.c248 mutex_lock(&session->s_mutex); in caps_show()
250 mutex_unlock(&session->s_mutex); in caps_show()
H A Dsnap.c829 * 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 Dmds_client.h50 * session->s_mutex
176 struct mutex s_mutex; /* serialize session messages */ member

Completed in 30 milliseconds