| /linux/drivers/android/binder/ |
| H A D | page_range.rs | 503 unsafe fn iterate<T>(&self, mut offset: usize, mut size: usize, mut cb: T) -> Result in iterate() method 529 // duration of this call to `iterate`, so nobody will change the page. in iterate() 554 // SAFETY: `self.iterate` has the same safety requirements as `copy_from_user_slice`. in copy_from_user_slice() 556 self.iterate(offset, size, |page, offset, to_copy| { in copy_from_user_slice() 570 // SAFETY: `self.iterate` has the same safety requirements as `read`. in read() 572 self.iterate(offset, size_of::<T>(), |page, offset, to_copy| { in read() 592 // SAFETY: `self.iterate` has the same safety requirements as `write`. in write() 594 self.iterate(offset, size_of_val(obj), |page, offset, to_copy| { in write() 611 // SAFETY: `self.iterate` has the same safety requirements as `copy_into`. in fill_zero() 613 self.iterate(offse in fill_zero() [all...] |
| /linux/Documentation/driver-api/media/ |
| H A D | v4l2-device.rst | 70 Sometimes you need to iterate over all devices registered by a specific 75 You can iterate over all registered devices as follows: 90 int iterate(void *p) 98 /* iterate over all ivtv device instances */
|
| H A D | mc-core.rst | 150 To iterate over all entities belonging to a media device, drivers can use 259 drivers can iterate over entities or pads in the pipeline with the 274 To iterate over entities, the iterator needs to be initialized and cleaned up
|
| /linux/scripts/gcc-plugins/ |
| H A D | gcc-common.h | 398 (L)->referring.iterate((I), &(P)) 400 (L)->reference.iterate((I), &(P))
|
| /linux/Documentation/bpf/ |
| H A D | map_lpm_trie.rst | 96 A userspace program can iterate through the entries in an LPM trie using 104 ``bpf_map_get_next_key()`` will iterate through the LPM trie elements
|
| H A D | drgn.rst | 24 iterate over all programs and maps in the system and print basic information
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-iter.rst | 45 program can iterate over map elements for that map. User can have a bpf
|
| H A D | bpftool-feature.rst | 76 can be used in scripts to iterate over BPF types or helpers.
|
| /linux/Documentation/pcmcia/ |
| H A D | driver-changes.rst | 70 By calling pcmcia_loop_config(), a driver can iterate over all available 140 It is no longer necessary to iterate on the driver's internal
|
| /linux/Documentation/kbuild/ |
| H A D | Kconfig.recursion-issue-01 | 10 # Kconfig needs to address. We iterate over what Kconfig needs to address
|
| /linux/fs/adfs/ |
| H A D | adfs.h | 128 int (*iterate)(struct adfs_dir *dir, struct dir_context *ctx); member
|
| H A D | dir_f.c | 319 .iterate = adfs_f_iterate,
|
| H A D | dir_fplus.c | 282 .iterate = adfs_fplus_iterate,
|
| H A D | dir.c | 263 ret = ops->iterate(&dir, ctx); in adfs_iterate()
|
| /linux/Documentation/security/ |
| H A D | siphash.rst | 69 You may then iterate like usual over the returned hash bucket. 191 You may then iterate like usual over the returned hash bucket.
|
| /linux/Documentation/arch/powerpc/ |
| H A D | cpu_features.rst | 58 (arch/powerpc/kernel/misc.S) is invoked, it will iterate over the records in
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A D | sh_mobile_ceu_camera.rst | 131 2. If smaller - iterate until a larger one is obtained. Result: sensor cropped
|
| /linux/Documentation/driver-api/driver-model/ |
| H A D | bus.rst | 79 These helpers iterate over the respective list, and call the callback
|
| /linux/Documentation/livepatch/ |
| H A D | callbacks.rst | 131 pre/post-patch callback could iterate over all such devices, making a
|
| /linux/Documentation/userspace-api/netlink/ |
| H A D | intro-specs.rst | 139 or NULL on error. Use ``ynl_dump_foreach()`` to iterate over
|
| /linux/fs/btrfs/ |
| H A D | backref.c | 719 * Once all of the references are located, we iterate over the tree of 722 * keys are thus located, we iterate over the indirect ref tree, resolve 1722 * to the list. The way we iterate the list allows adding more elements after in btrfs_find_all_leafs() 2273 * helper function to iterate extent inline refs. ptr must point to a 0 value in extent_from_logical() 2383 iterate_extent_inodes_t *iterate, void *ctx) in tree_backref_for_extent() 2393 ret = iterate(eie->inum, eie->offset, eie->num_bytes, root, ctx); in iterate_leaf_refs() argument 2406 * calls iterate() for every inode that references the extent identified by in iterate_leaf_refs() 2412 iterate_extent_inodes_t *iterate, void *user_ctx) in iterate_leaf_refs() 2474 iterate, in iterate_extent_inodes() 2507 iterate, user_ct in iterate_extent_inodes() 2422 iterate_extent_inodes(struct btrfs_backref_walk_ctx * ctx,bool search_commit_root,iterate_extent_inodes_t * iterate,void * user_ctx) iterate_extent_inodes() argument [all...] |
| H A D | defrag.c | 653 goto iterate; in defrag_get_extent() 662 iterate: in defrag_get_extent()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | extended-controls.rst | 165 to iterate over all controls using the method described above. Each
|
| /linux/Documentation/filesystems/ |
| H A D | seq_file.rst | 290 before, and gets set up to iterate through the virtual file. 375 These helpers will interpret pos as a position within the list and iterate
|
| /linux/Documentation/dev-tools/kunit/ |
| H A D | architecture.rst | 93 of this section to iterate over and run all tests. For the implementation of the
|