Home
last modified time | relevance | path

Searched refs:iterate (Results 1 – 25 of 32) sorted by relevance

12

/linux/drivers/android/binder/
H A Dpage_range.rs503 unsafe fn iterate<T>(&self, mut offset: usize, mut size: usize, mut cb: T) -> Result in iterate() method
556 self.iterate(offset, size, |page, offset, to_copy| { in copy_from_user_slice()
572 self.iterate(offset, size_of::<T>(), |page, offset, to_copy| { in read()
594 self.iterate(offset, size_of_val(obj), |page, offset, to_copy| { in write()
613 self.iterate(offset, size, |page, offset, len| { in fill_zero()
/linux/Documentation/driver-api/media/
H A Dv4l2-device.rst70 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 Dmc-core.rst150 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/Documentation/bpf/
H A Dmap_lpm_trie.rst96 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 Dmap_hash.rst128 In userspace, it is possible to iterate through the keys of a hash using
/linux/scripts/gcc-plugins/
H A Dgcc-common.h400 (L)->referring.iterate((I), &(P))
402 (L)->reference.iterate((I), &(P))
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-iter.rst45 program can iterate over map elements for that map. User can have a bpf
H A Dbpftool-feature.rst76 can be used in scripts to iterate over BPF types or helpers.
/linux/Documentation/pcmcia/
H A Ddriver-changes.rst70 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 DKconfig.recursion-issue-0110 # Kconfig needs to address. We iterate over what Kconfig needs to address
/linux/Documentation/security/
H A Dsiphash.rst69 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 Dcpu_features.rst58 (arch/powerpc/kernel/misc.S) is invoked, it will iterate over the records in
/linux/Documentation/driver-api/media/drivers/
H A Dsh_mobile_ceu_camera.rst131 2. If smaller - iterate until a larger one is obtained. Result: sensor cropped
/linux/fs/adfs/
H A Ddir_f.c319 .iterate = adfs_f_iterate,
H A Ddir_fplus.c282 .iterate = adfs_fplus_iterate,
/linux/Documentation/driver-api/driver-model/
H A Dbus.rst79 These helpers iterate over the respective list, and call the callback
/linux/Documentation/livepatch/
H A Dcallbacks.rst131 pre/post-patch callback could iterate over all such devices, making a
/linux/Documentation/userspace-api/netlink/
H A Dintro-specs.rst139 or NULL on error. Use ``ynl_dump_foreach()`` to iterate over
/linux/fs/btrfs/
H A Dbackref.c2383 iterate_extent_inodes_t *iterate, void *ctx) in iterate_leaf_refs() argument
2393 ret = iterate(eie->inum, eie->offset, eie->num_bytes, root, ctx); in iterate_leaf_refs()
2412 iterate_extent_inodes_t *iterate, void *user_ctx) in iterate_extent_inodes() argument
2474 iterate, in iterate_extent_inodes()
2507 iterate, user_ctx); in iterate_extent_inodes()
H A Ddefrag.c653 goto iterate; in defrag_get_extent()
662 iterate: in defrag_get_extent()
/linux/Documentation/userspace-api/media/v4l/
H A Dextended-controls.rst165 to iterate over all controls using the method described above. Each
/linux/Documentation/dev-tools/kunit/
H A Darchitecture.rst93 of this section to iterate over and run all tests. For the implementation of the
/linux/Documentation/core-api/
H A Dassoc_array.rst275 It is possible for other threads to iterate over or search the array under
534 already examined the leaves in the replaced node (we iterate over all the
/linux/Documentation/cpu-freq/
H A Dcpu-drivers.rst272 "table" - the ``cpufreq_frequency_table *`` you want to iterate over.
/linux/Documentation/gpu/
H A Ddrm-vm-bind-locking.rst512 inefficient to iterate through the complete lists of userptrs on each
541 stay alive as long as the lock under which we iterate is not released. For

12