@@ -72,8 +72,14 @@ ForEachMacros:
7272 - ' apei_estatus_for_each_section'
7373 - ' ata_for_each_dev'
7474 - ' ata_for_each_link'
75+ - ' __ata_qc_for_each'
76+ - ' ata_qc_for_each'
77+ - ' ata_qc_for_each_raw'
78+ - ' ata_qc_for_each_with_internal'
7579 - ' ax25_for_each'
7680 - ' ax25_uid_for_each'
81+ - ' __bio_for_each_bvec'
82+ - ' bio_for_each_bvec'
7783 - ' bio_for_each_integrity_vec'
7884 - ' __bio_for_each_segment'
7985 - ' bio_for_each_segment'
@@ -85,6 +91,7 @@ ForEachMacros:
8591 - ' blk_queue_for_each_rl'
8692 - ' bond_for_each_slave'
8793 - ' bond_for_each_slave_rcu'
94+ - ' bpf_for_each_spilled_reg'
8895 - ' btree_for_each_safe128'
8996 - ' btree_for_each_safe32'
9097 - ' btree_for_each_safe64'
@@ -103,6 +110,8 @@ ForEachMacros:
103110 - ' drm_atomic_crtc_for_each_plane'
104111 - ' drm_atomic_crtc_state_for_each_plane'
105112 - ' drm_atomic_crtc_state_for_each_plane_state'
113+ - ' drm_atomic_for_each_plane_damage'
114+ - ' drm_connector_for_each_possible_encoder'
106115 - ' drm_for_each_connector_iter'
107116 - ' drm_for_each_crtc'
108117 - ' drm_for_each_encoder'
@@ -111,32 +120,51 @@ ForEachMacros:
111120 - ' drm_for_each_legacy_plane'
112121 - ' drm_for_each_plane'
113122 - ' drm_for_each_plane_mask'
123+ - ' drm_for_each_privobj'
114124 - ' drm_mm_for_each_hole'
115125 - ' drm_mm_for_each_node'
116126 - ' drm_mm_for_each_node_in_range'
117127 - ' drm_mm_for_each_node_safe'
128+ - ' flow_action_for_each'
118129 - ' for_each_active_drhd_unit'
119130 - ' for_each_active_iommu'
120131 - ' for_each_available_child_of_node'
121132 - ' for_each_bio'
122133 - ' for_each_board_func_rsrc'
123134 - ' for_each_bvec'
135+ - ' for_each_card_components'
136+ - ' for_each_card_links'
137+ - ' for_each_card_links_safe'
138+ - ' for_each_card_prelinks'
139+ - ' for_each_card_rtds'
140+ - ' for_each_card_rtds_safe'
141+ - ' for_each_cgroup_storage_type'
124142 - ' for_each_child_of_node'
125143 - ' for_each_clear_bit'
126144 - ' for_each_clear_bit_from'
127145 - ' for_each_cmsghdr'
128146 - ' for_each_compatible_node'
147+ - ' for_each_component_dais'
148+ - ' for_each_component_dais_safe'
149+ - ' for_each_comp_order'
129150 - ' for_each_console'
130151 - ' for_each_cpu'
131152 - ' for_each_cpu_and'
132153 - ' for_each_cpu_not'
133154 - ' for_each_cpu_wrap'
134155 - ' for_each_dev_addr'
135156 - ' for_each_dma_cap_mask'
157+ - ' for_each_dpcm_be'
158+ - ' for_each_dpcm_be_rollback'
159+ - ' for_each_dpcm_be_safe'
160+ - ' for_each_dpcm_fe'
136161 - ' for_each_drhd_unit'
137162 - ' for_each_dss_dev'
138163 - ' for_each_efi_memory_desc'
139164 - ' for_each_efi_memory_desc_in_map'
165+ - ' for_each_element'
166+ - ' for_each_element_extid'
167+ - ' for_each_element_id'
140168 - ' for_each_endpoint_of_node'
141169 - ' for_each_evictable_lru'
142170 - ' for_each_fib6_node_rt_rcu'
@@ -149,6 +177,7 @@ ForEachMacros:
149177 - ' for_each_iommu'
150178 - ' for_each_ip_tunnel_rcu'
151179 - ' for_each_irq_nr'
180+ - ' for_each_link_codecs'
152181 - ' for_each_lru'
153182 - ' for_each_matching_node'
154183 - ' for_each_matching_node_and_match'
@@ -160,6 +189,7 @@ ForEachMacros:
160189 - ' for_each_mem_range_rev'
161190 - ' for_each_migratetype_order'
162191 - ' for_each_msi_entry'
192+ - ' for_each_msi_entry_safe'
163193 - ' for_each_net'
164194 - ' for_each_netdev'
165195 - ' for_each_netdev_continue'
@@ -172,6 +202,7 @@ ForEachMacros:
172202 - ' for_each_net_rcu'
173203 - ' for_each_new_connector_in_state'
174204 - ' for_each_new_crtc_in_state'
205+ - ' for_each_new_mst_mgr_in_state'
175206 - ' for_each_new_plane_in_state'
176207 - ' for_each_new_private_obj_in_state'
177208 - ' for_each_node'
@@ -183,12 +214,16 @@ ForEachMacros:
183214 - ' for_each_node_with_property'
184215 - ' for_each_of_allnodes'
185216 - ' for_each_of_allnodes_from'
217+ - ' for_each_of_cpu_node'
186218 - ' for_each_of_pci_range'
187219 - ' for_each_old_connector_in_state'
188220 - ' for_each_old_crtc_in_state'
221+ - ' for_each_old_mst_mgr_in_state'
189222 - ' for_each_oldnew_connector_in_state'
190223 - ' for_each_oldnew_crtc_in_state'
224+ - ' for_each_oldnew_mst_mgr_in_state'
191225 - ' for_each_oldnew_plane_in_state'
226+ - ' for_each_oldnew_plane_in_state_reverse'
192227 - ' for_each_oldnew_private_obj_in_state'
193228 - ' for_each_old_plane_in_state'
194229 - ' for_each_old_private_obj_in_state'
@@ -206,14 +241,21 @@ ForEachMacros:
206241 - ' for_each_process'
207242 - ' for_each_process_thread'
208243 - ' for_each_property_of_node'
244+ - ' for_each_registered_fb'
209245 - ' for_each_reserved_mem_region'
210- - ' for_each_resv_unavail_range'
246+ - ' for_each_rtd_codec_dai'
247+ - ' for_each_rtd_codec_dai_rollback'
211248 - ' for_each_rtdcom'
212249 - ' for_each_rtdcom_safe'
213250 - ' for_each_set_bit'
214251 - ' for_each_set_bit_from'
215252 - ' for_each_sg'
253+ - ' for_each_sg_dma_page'
216254 - ' for_each_sg_page'
255+ - ' for_each_sibling_event'
256+ - ' for_each_subelement'
257+ - ' for_each_subelement_extid'
258+ - ' for_each_subelement_id'
217259 - ' __for_each_thread'
218260 - ' for_each_thread'
219261 - ' for_each_zone'
@@ -223,6 +265,8 @@ ForEachMacros:
223265 - ' fwnode_for_each_child_node'
224266 - ' fwnode_graph_for_each_endpoint'
225267 - ' gadget_for_each_ep'
268+ - ' genradix_for_each'
269+ - ' genradix_for_each_from'
226270 - ' hash_for_each'
227271 - ' hash_for_each_possible'
228272 - ' hash_for_each_possible_rcu'
@@ -251,6 +295,8 @@ ForEachMacros:
251295 - ' hlist_nulls_for_each_entry_from'
252296 - ' hlist_nulls_for_each_entry_rcu'
253297 - ' hlist_nulls_for_each_entry_safe'
298+ - ' i3c_bus_for_each_i2cdev'
299+ - ' i3c_bus_for_each_i3cdev'
254300 - ' ide_host_for_each_port'
255301 - ' ide_port_for_each_dev'
256302 - ' ide_port_for_each_present_dev'
@@ -259,19 +305,25 @@ ForEachMacros:
259305 - ' idr_for_each_entry_ul'
260306 - ' inet_bind_bucket_for_each'
261307 - ' inet_lhash2_for_each_icsk_rcu'
262- - ' iov_for_each'
263308 - ' key_for_each'
264309 - ' key_for_each_safe'
265310 - ' klp_for_each_func'
311+ - ' klp_for_each_func_safe'
312+ - ' klp_for_each_func_static'
266313 - ' klp_for_each_object'
314+ - ' klp_for_each_object_safe'
315+ - ' klp_for_each_object_static'
267316 - ' kvm_for_each_memslot'
268317 - ' kvm_for_each_vcpu'
269318 - ' list_for_each'
319+ - ' list_for_each_codec'
320+ - ' list_for_each_codec_safe'
270321 - ' list_for_each_entry'
271322 - ' list_for_each_entry_continue'
272323 - ' list_for_each_entry_continue_rcu'
273324 - ' list_for_each_entry_continue_reverse'
274325 - ' list_for_each_entry_from'
326+ - ' list_for_each_entry_from_rcu'
275327 - ' list_for_each_entry_from_reverse'
276328 - ' list_for_each_entry_lockless'
277329 - ' list_for_each_entry_rcu'
@@ -291,6 +343,9 @@ ForEachMacros:
291343 - ' media_device_for_each_intf'
292344 - ' media_device_for_each_link'
293345 - ' media_device_for_each_pad'
346+ - ' mp_bvec_for_each_page'
347+ - ' mp_bvec_for_each_segment'
348+ - ' nanddev_io_for_each_page'
294349 - ' netdev_for_each_lower_dev'
295350 - ' netdev_for_each_lower_private'
296351 - ' netdev_for_each_lower_private_rcu'
@@ -326,6 +381,7 @@ ForEachMacros:
326381 - ' radix_tree_for_each_slot'
327382 - ' radix_tree_for_each_tagged'
328383 - ' rbtree_postorder_for_each_entry_safe'
384+ - ' rdma_for_each_port'
329385 - ' resource_list_for_each_entry'
330386 - ' resource_list_for_each_entry_safe'
331387 - ' rhl_for_each_entry_rcu'
@@ -340,6 +396,7 @@ ForEachMacros:
340396 - ' rht_for_each_rcu'
341397 - ' rht_for_each_rcu_continue'
342398 - ' __rq_for_each_bio'
399+ - ' rq_for_each_bvec'
343400 - ' rq_for_each_segment'
344401 - ' scsi_for_each_prot_sg'
345402 - ' scsi_for_each_sg'
@@ -357,12 +414,14 @@ ForEachMacros:
357414 - ' sk_nulls_for_each'
358415 - ' sk_nulls_for_each_from'
359416 - ' sk_nulls_for_each_rcu'
417+ - ' snd_array_for_each'
360418 - ' snd_pcm_group_for_each_entry'
361419 - ' snd_soc_dapm_widget_for_each_path'
362420 - ' snd_soc_dapm_widget_for_each_path_safe'
363421 - ' snd_soc_dapm_widget_for_each_sink_path'
364422 - ' snd_soc_dapm_widget_for_each_source_path'
365423 - ' tb_property_for_each'
424+ - ' tcf_exts_for_each_action'
366425 - ' udp_portaddr_for_each_entry'
367426 - ' udp_portaddr_for_each_entry_rcu'
368427 - ' usb_hub_for_each_child'
@@ -371,6 +430,13 @@ ForEachMacros:
371430 - ' v4l2_m2m_for_each_dst_buf_safe'
372431 - ' v4l2_m2m_for_each_src_buf'
373432 - ' v4l2_m2m_for_each_src_buf_safe'
433+ - ' virtio_device_for_each_vq'
434+ - ' xa_for_each'
435+ - ' xa_for_each_marked'
436+ - ' xa_for_each_start'
437+ - ' xas_for_each'
438+ - ' xas_for_each_conflict'
439+ - ' xas_for_each_marked'
374440 - ' zorro_for_each_dev'
375441
376442# IncludeBlocks: Preserve # Unknown to clang-format-5.0
0 commit comments