Home
last modified time | relevance | path

Searched full:iterate (Results 1 – 25 of 639) sorted by relevance

12345678910>>...26

/linux/include/linux/
H A Dhashtable.h120 * hash_for_each - iterate over a hashtable
121 * @name: hashtable to iterate
132 * hash_for_each_rcu - iterate over a rcu enabled hashtable
133 * @name: hashtable to iterate
144 * hash_for_each_safe - iterate over a hashtable safe against removal of
146 * @name: hashtable to iterate
158 * hash_for_each_possible - iterate over all possible objects hashing to the
160 * @name: hashtable to iterate
163 * @key: the key of the objects to iterate over
169 * hash_for_each_possible_rcu - iterate over all possible objects hashing to the
[all …]
H A Diov_iter.h267 * iterate_and_advance2 - Iterate over an iterator
268 * @iter: The iterator to iterate over.
269 * @len: The amount to iterate over.
275 * Iterate over the next part of an iterator, up to the specified length. The
317 * iterate_and_advance - Iterate over an iterator
318 * @iter: The iterator to iterate over.
319 * @len: The amount to iterate over.
334 * iterate_and_advance_kernel - Iterate over a kernel-internal iterator
335 * @iter: The iterator to iterate over.
336 * @len: The amount to iterate over.
[all …]
H A Dprime_numbers.h11 * for_each_prime_number - iterate over each prime upto a value
15 * Starting from the first prime number 2 iterate over each prime number up to
25 * for_each_prime_number_from - iterate over each prime upto a value
30 * Starting from @from iterate over each successive prime number up to the
H A Dplist.h138 * plist_for_each - iterate over the plist
150 * Continue to iterate over plist, continuing after the current position.
156 * plist_for_each_safe - iterate safely over a plist of given type
161 * Iterate over a plist of given type, safe against removal of list entry.
167 * plist_for_each_entry - iterate over list of given type
181 * Continue to iterate over list of given type, continuing after
188 * plist_for_each_entry_safe - iterate safely over list of given type
194 * Iterate over list of given type, safe against removal of list entry.
H A Dmemblock.h189 * for_each_physmem_range - iterate through physmem areas not included in type.
202 * __for_each_mem_range - iterate through memblock areas from type_a and not
205 * @type_a: ptr to memblock_type to iterate
222 * __for_each_mem_range_rev - reverse iterate through memblock areas from
225 * @type_a: ptr to memblock_type to iterate
243 * for_each_mem_range - iterate through memory areas.
254 * for_each_mem_range_rev - reverse iterate through memblock areas from
266 * for_each_reserved_mem_range - iterate over all reserved memblock areas
329 * for_each_free_mem_range - iterate through free memblock areas
345 * for_each_free_mem_range_reverse - rev-iterate through free memblock areas
[all …]
H A Ddma-fence-array.h68 * dma_fence_array_for_each - iterate over all fences in array
73 * Test if @array is a dma_fence_array object and if yes iterate over all fences
74 * in the array. If not just iterate over the fence in @array itself.
H A Dscatterlist.h620 * for_each_sg_page - iterate over the pages of the given sg list
621 * @sglist: sglist to iterate over
623 * @nents: maximum number of sg entries to iterate over
634 * for_each_sg_dma_page - iterate over the pages of the given sg list
635 * @sglist: sglist to iterate over
637 * @dma_nents: maximum number of sg entries to iterate over, this is the value
650 * for_each_sgtable_page - iterate over all pages in the sg_table object
651 * @sgt: sg_table object to iterate over
663 * for_each_sgtable_dma_page - iterate over the DMA mapped sg_table object
664 * @sgt: sg_table object to iterate over
H A Dgeneric-radix-tree.h27 * - genradix_for_each(radix, iter, p) - iterate over each entry in a genradix
358 * genradix_for_each - iterate over entry in a genradix
359 * @_radix: genradix to iterate over
373 * genradix_for_each_reverse - iterate over entry in a genradix, reverse order
374 * @_radix: genradix to iterate over
H A Dcpufreq.h717 * cpufreq_for_each_entry - iterate over a cpufreq_frequency_table
719 * @table: the cpufreq_frequency_table * to iterate over.
726 * cpufreq_for_each_entry_idx - iterate over a cpufreq_frequency_table
729 * @table: the cpufreq_frequency_table * to iterate over.
738 * cpufreq_for_each_valid_entry - iterate over a cpufreq_frequency_table
741 * @table: the cpufreq_frequency_table * to iterate over.
751 * cpufreq_for_each_valid_entry_idx - iterate with index over a cpufreq
754 * @table: the cpufreq_frequency_table * to iterate over.
765 * cpufreq_for_each_efficient_entry_idx - iterate with index over a cpufreq
769 * @table: the &struct cpufreq_frequency_table to iterate over.
[all …]
/linux/tools/lib/perf/include/internal/
H A Devlist.h66 * __perf_evlist__for_each_entry - iterate thru all the evsels
67 * @list: list_head instance to iterate
74 * evlist__for_each_entry - iterate thru all the evsels
75 * @evlist: perf_evlist instance to iterate
82 * __perf_evlist__for_each_entry_reverse - iterate thru all the evsels in reverse order
83 * @list: list_head instance to iterate
90 * perf_evlist__for_each_entry_reverse - iterate thru all the evsels in reverse order
91 * @evlist: evlist instance to iterate
98 * __perf_evlist__for_each_entry_safe - safely iterate thru all the evsels
99 * @list: list_head instance to iterate
[all …]
/linux/scripts/include/
H A Dhashtable.h54 * hash_for_each - iterate over a hashtable
55 * @table: hashtable to iterate
64 * hash_for_each_safe - iterate over a hashtable safe against removal of
66 * @table: hashtable to iterate
76 * hash_for_each_possible - iterate over all possible objects hashing to the
78 * @table: hashtable to iterate
81 * @key: the key of the objects to iterate over
87 * hash_for_each_possible_safe - iterate over all possible objects hashing to the
89 * @table: hashtable to iterate
93 * @key: the key of the objects to iterate over
/linux/tools/perf/util/
H A Devlist.h263 * __evlist__for_each_entry - iterate thru all the evsels
264 * @list: list_head instance to iterate
271 * evlist__for_each_entry - iterate thru all the evsels
272 * @evlist: evlist instance to iterate
280 * @list: list_head instance to iterate
288 * @evlist: evlist instance to iterate
296 * @list: list_head instance to iterate
304 * @evlist: evlist instance to iterate
311 * __evlist__for_each_entry_reverse - iterate thru all the evsels in reverse order
312 * @list: list_head instance to iterate
[all …]
H A Dintlist.h61 * intlist__for_each_entry - iterate over a intlist
69 * intlist__for_each_entry_safe - iterate over a intlist safe against removal of
/linux/tools/include/linux/
H A Dhashtable.h99 * hash_for_each - iterate over a hashtable
100 * @name: hashtable to iterate
111 * hash_for_each_safe - iterate over a hashtable safe against removal of
113 * @name: hashtable to iterate
125 * hash_for_each_possible - iterate over all possible objects hashing to the
127 * @name: hashtable to iterate
130 * @key: the key of the objects to iterate over
136 * hash_for_each_possible_safe - iterate over all possible objects hashing to the
138 * @name: hashtable to iterate
142 * @key: the key of the objects to iterate over
H A Dlist.h415 * list_for_each - iterate over a list
423 * list_for_each_prev - iterate over a list backwards
431 * list_for_each_safe - iterate over a list safe against removal of list entry
441 * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry
452 * list_for_each_entry - iterate over list of given type
463 * list_for_each_entry_reverse - iterate backwards over list of given type.
490 * Continue to iterate over list of given type, continuing after
499 * list_for_each_entry_continue_reverse - iterate backwards from the given point
504 * Start to iterate over list of given type backwards, continuing after
513 * list_for_each_entry_from - iterate over list of given type from the current point
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsock_iter_batch.c265 /* Iterate through the first socks_len - 1 sockets. */ in remove_seen()
279 /* Iterate through the rest of the sockets. */ in remove_seen()
298 /* Iterate through all listening sockets. */ in remove_seen_established()
316 /* Iterate through the rest of the sockets. */ in remove_seen_established()
334 /* Iterate through the first socket. */ in remove_unseen()
349 /* Iterate through the rest of the sockets. */ in remove_unseen()
369 /* Iterate through all listening sockets. */ in remove_unseen_established()
376 /* Iterate through the first established socket. */ in remove_unseen_established()
394 /* Iterate through the rest of the sockets. */ in remove_unseen_established()
412 /* Iterate through the first socket. */ in remove_all()
[all …]
/linux/include/media/
H A Dv4l2-device.h256 /* Helper macros to iterate over all subdevs. */
264 * @v4l2_dev: &struct v4l2_device owning the sub-devices to iterate over.
277 * @v4l2_dev: &struct v4l2_device owning the sub-devices to iterate over.
304 * @v4l2_dev: &struct v4l2_device owning the sub-devices to iterate over.
330 * @v4l2_dev: &struct v4l2_device owning the sub-devices to iterate over.
367 * @v4l2_dev: &struct v4l2_device owning the sub-devices to iterate over.
397 * @v4l2_dev: &struct v4l2_device owning the sub-devices to iterate over.
426 * @v4l2_dev: &struct v4l2_device owning the sub-devices to iterate over.
457 * @v4l2_dev: &struct v4l2_device owning the sub-devices to iterate over.
485 * @v4l2_dev: &struct v4l2_device owning the sub-devices to iterate ove
[all...]
/linux/include/drm/
H A Ddrm_exec.h69 * drm_exec_for_each_locked_object - iterate over all the locked objects
74 * Iterate over all the locked GEM objects inside the drm_exec object.
80 * drm_exec_for_each_locked_object_reverse - iterate over all the locked
86 * Iterate over all the locked GEM objects inside the drm_exec object in
H A Ddrm_gpusvm.h456 * drm_gpusvm_for_each_range() - Iterate over GPU SVM ranges in a notifier
463 * This macro is used to iterate over GPU SVM ranges in a notifier. It is safe
473 * drm_gpusvm_for_each_range_safe() - Safely iterate over GPU SVM ranges in a notifier
480 * This macro is used to iterate over GPU SVM ranges in a notifier while
508 * drm_gpusvm_for_each_notifier() - Iterate over GPU SVM notifiers in a gpusvm
514 * This macro is used to iterate over GPU SVM notifiers in a gpusvm.
522 * drm_gpusvm_for_each_notifier_safe() - Safely iterate over GPU SVM notifiers in a gpusvm
529 * This macro is used to iterate over GPU SVM notifiers in a gpusvm while
/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 */
/linux/drivers/gpu/drm/i915/
H A Di915_scatterlist.h83 * __for_each_sgt_daddr - iterate over the device addresses of the given sg_table
86 * @__sgt: sg_table to iterate over (input)
106 * for_each_sgt_page - iterate over the pages of the given sg_table
109 * @__sgt: sg_table to iterate over (input)
/linux/include/acpi/
H A Dnhlt.h59 * for_each_nhlt_endpoint - Iterate over endpoints in a NHLT table.
70 * for_each_nhlt_fmtcfg - Iterate over format configurations.
81 * for_each_nhlt_endpoint_fmtcfg - Iterate over format configurations in an endpoint.
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c203 /* Iterate over all sections in the ELF. */
207 /* Iterate over all Elf64_Rela relocations in a given section. */
323 * by `rela`. This way the kernel can iterate over all kernel VAs used
357 * Iterate over all RELA relocations in a given section and emit
431 /* Iterate over all sections and emit hyp relocation data for RELA sections. */
/linux/fs/btrfs/
H A Dmisc.h32 * Iterate bio using btrfs block size.
37 * @bio: The bio to iterate
39 * @blocksize: The blocksize to iterate.
/linux/tools/testing/ktest/examples/include/
H A Dtests.conf54 TEST_START ITERATE 10 IF ${TEST} == randconfig
63 TEST_START ITERATE 10 IF ${TEST} == randconfig && ${MULTI}

12345678910>>...26