Searched refs:grabbed (Results 1 – 14 of 14) sorted by relevance
/linux/include/media/ |
H A D | v4l2-ctrls.h | 886 void __v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed); 903 static inline void v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed) in v4l2_ctrl_grab() argument 909 __v4l2_ctrl_grab(ctrl, grabbed); in v4l2_ctrl_grab()
|
/linux/fs/bcachefs/ |
H A D | fs.c | 1853 DARRAY(struct bch_inode_info *) grabbed; in bch2_evict_subvolume_inodes() 1864 darray_init(&grabbed); in bch2_evict_subvolume_inodes() 1865 darray_make_room(&grabbed, 1024); in bch2_evict_subvolume_inodes() 1880 if (darray_push_gfp(&grabbed, inode, GFP_ATOMIC|__GFP_NOWARN)) { in bch2_evict_subvolume_inodes() 1900 darray_for_each(grabbed, i) { in bch2_evict_subvolume_inodes() 1906 grabbed.nr = 0; in bch2_evict_subvolume_inodes() 1913 darray_exit(&grabbed); in bch2_evict_subvolume_inodes()
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | format.rst | 47 multiple file descriptors which grabbed different logical streams
|
/linux/Documentation/input/devices/ |
H A D | yealink.rst | 209 in dmesg, it means that the hid driver has grabbed the device first. Try to
|
/linux/Documentation/scsi/ |
H A D | scsi-changer.rst | 54 ioctl interface. Just grabbed NetBSD's header file and one of the
|
/linux/Documentation/driver-api/media/ |
H A D | v4l2-controls.rst | 492 The other flag is the 'grabbed' flag. A grabbed control means that you cannot 496 If a control is set to 'grabbed' using v4l2_ctrl_grab(), then the framework
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls-core.c | 2434 void __v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed) in __v4l2_ctrl_grab() argument 2443 if (grabbed) in __v4l2_ctrl_grab() 2449 if (old != grabbed) in __v4l2_ctrl_grab()
|
/linux/Documentation/gpu/ |
H A D | drm-vm-bind-locking.rst | 110 list. For those implementations, the spinlocks are grabbed when the 419 mmap_lock that is grabbed when resolving a CPU pagefault. This means
|
/linux/Documentation/sound/designs/ |
H A D | compress-offload.rst | 138 of samples rendered/grabbed. All these values can be used to determine
|
/linux/Documentation/networking/ |
H A D | sfp-phylink.rst | 305 some PCS sit on an MDIO bus and are grabbed by passing a pointer to the
|
/linux/Documentation/doc-guide/ |
H A D | contributing.rst | 55 For example, in a documentation build I grabbed a pair of warnings nearly
|
/linux/Documentation/filesystems/ |
H A D | netfs_library.rst | 366 allocated/grabbed the folio to be modified to allow the filesystem to flush
|
H A D | vfs.rst | 193 caller. An active reference to its superblock must be grabbed and the
|
/linux/Documentation/process/ |
H A D | submitting-patches.rst | 33 which can be grabbed with::
|