Home
last modified time | relevance | path

Searched refs:fh_lock (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-event.c44 spin_lock_irqsave(&fh->vdev->fh_lock, flags); in __v4l2_event_dequeue()
47 spin_unlock_irqrestore(&fh->vdev->fh_lock, flags); in __v4l2_event_dequeue()
62 spin_unlock_irqrestore(&fh->vdev->fh_lock, flags); in __v4l2_event_dequeue()
101 assert_spin_locked(&fh->vdev->fh_lock); in v4l2_event_subscribed()
180 spin_lock_irqsave(&vdev->fh_lock, flags); in v4l2_event_queue()
185 spin_unlock_irqrestore(&vdev->fh_lock, flags); in v4l2_event_queue()
196 spin_lock_irqsave(&fh->vdev->fh_lock, flags); in v4l2_event_queue_fh()
198 spin_unlock_irqrestore(&fh->vdev->fh_lock, flags); in v4l2_event_queue_fh()
233 spin_lock_irqsave(&fh->vdev->fh_lock, flags); in v4l2_event_subscribe()
237 spin_unlock_irqrestore(&fh->vdev->fh_lock, flags); in v4l2_event_subscribe()
[all …]
Dv4l2-fh.c60 spin_lock_irqsave(&fh->vdev->fh_lock, flags); in v4l2_fh_add()
62 spin_unlock_irqrestore(&fh->vdev->fh_lock, flags); in v4l2_fh_add()
84 spin_lock_irqsave(&fh->vdev->fh_lock, flags); in v4l2_fh_del()
86 spin_unlock_irqrestore(&fh->vdev->fh_lock, flags); in v4l2_fh_del()
120 spin_lock_irqsave(&fh->vdev->fh_lock, flags); in v4l2_fh_is_singular()
122 spin_unlock_irqrestore(&fh->vdev->fh_lock, flags); in v4l2_fh_is_singular()
Dv4l2-dev.c781 spin_lock_init(&vdev->fh_lock); in __video_register_device()
/linux-4.4.14/include/media/
Dv4l2-dev.h123 spinlock_t fh_lock; /* Lock for all v4l2_fhs */ member
/linux-4.4.14/fs/nfsd/
Dnfsfh.h274 fh_lock(struct svc_fh *fhp) in fh_lock() function
Dvfs.c432 fh_lock(fhp); in nfsd_setattr()
1496 fh_lock(fhp); in nfsd_symlink()
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-core.c440 spin_lock_irqsave(&vdev->fh_lock, flags); in vivid_is_in_use()
442 spin_unlock_irqrestore(&vdev->fh_lock, flags); in vivid_is_in_use()