Home
last modified time | relevance | path

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

12

/Linux-v6.6/Documentation/driver-api/media/
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 */
Dmc-core.rst147 The media framework provides APIs to iterate over entities in a graph.
149 To iterate over all entities belonging to a media device, drivers can use
162 Drivers might also need to iterate over all entities in a graph that can be
/Linux-v6.6/scripts/gcc-plugins/
Dgcc-common.h394 (L)->referring.iterate((I), &(P))
396 (L)->reference.iterate((I), &(P))
/Linux-v6.6/Documentation/block/
Dbiovecs.rst110 biovec, in order to calculate bi_vcnt for the new bio we'd have to iterate
140 * The following helpers iterate over single-page segment. The passed 'struct
146 * The following helpers iterate over multi-page bvec. The passed 'struct
/Linux-v6.6/Documentation/bpf/
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
Dbpf_iterators.rst34 A BPF iterator is a type of BPF program that allows users to iterate over
57 Next, let us see how you can use the iterators to iterate on kernel objects and
157 the program is a BPF iterator program to iterate all files from all tasks. The
Ddrgn.rst24 iterate over all programs and maps in the system and print basic information
/Linux-v6.6/tools/bpf/bpftool/Documentation/
Dbpftool-iter.rst48 *MAP* so bpf program can iterate over map elements for
Dbpftool-feature.rst82 header (list of helpers). This can be used in scripts to iterate over
/Linux-v6.6/fs/adfs/
Dadfs.h128 int (*iterate)(struct adfs_dir *dir, struct dir_context *ctx); member
Ddir_f.c319 .iterate = adfs_f_iterate,
Ddir_fplus.c282 .iterate = adfs_fplus_iterate,
Ddir.c262 ret = ops->iterate(&dir, ctx); in adfs_iterate()
/Linux-v6.6/Documentation/kbuild/
DKconfig.recursion-issue-0110 # Kconfig needs to address. We iterate over what Kconfig needs to address
/Linux-v6.6/Documentation/pcmcia/
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-v6.6/Documentation/security/
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-v6.6/Documentation/core-api/
Dxarray.rst85 xa_extract(). Or you can iterate over the present entries in the XArray
120 iterate over marked entries by using the xa_for_each_marked() iterator.
133 There is no way to iterate over entries which are not marked; the data
136 iterate over all entries which have both ``XA_MARK_1`` and ``XA_MARK_2``
137 set, or iterate over all entries which have ``XA_MARK_0`` or ``XA_MARK_2``
472 iterate over every entry which overlaps the specified range.
/Linux-v6.6/Documentation/driver-api/media/drivers/
Dsh_mobile_ceu_camera.rst131 2. If smaller - iterate until a larger one is obtained. Result: sensor cropped
/Linux-v6.6/Documentation/powerpc/
Dcpu_features.rst58 (arch/powerpc/kernel/misc.S) is invoked, it will iterate over the records in
/Linux-v6.6/fs/btrfs/
Dbackref.h214 iterate_extent_inodes_t *iterate, void *user_ctx);
Ddefrag.c528 goto iterate; in defrag_get_extent()
537 iterate: in defrag_get_extent()
/Linux-v6.6/Documentation/driver-api/driver-model/
Dbus.rst79 These helpers iterate over the respective list, and call the callback
/Linux-v6.6/Documentation/admin-guide/
Dbootconfig.rst290 config, you can use xbc_for_each_key_value() to iterate key-value pairs.
302 xbc_find_node() to find a node by the prefix string, and iterate
/Linux-v6.6/Documentation/userspace-api/netlink/
Dintro-specs.rst139 or NULL on error. Use ``ynl_dump_foreach()`` to iterate over
/Linux-v6.6/Documentation/livepatch/
Dcallbacks.rst131 pre/post-patch callback could iterate over all such devices, making a

12