@@ -78,6 +78,8 @@ ForEachMacros:
7878 - ' ata_qc_for_each_with_internal'
7979 - ' ax25_for_each'
8080 - ' ax25_uid_for_each'
81+ - ' __bio_for_each_bvec'
82+ - ' bio_for_each_bvec'
8183 - ' bio_for_each_integrity_vec'
8284 - ' __bio_for_each_segment'
8385 - ' bio_for_each_segment'
@@ -118,10 +120,12 @@ ForEachMacros:
118120 - ' drm_for_each_legacy_plane'
119121 - ' drm_for_each_plane'
120122 - ' drm_for_each_plane_mask'
123+ - ' drm_for_each_privobj'
121124 - ' drm_mm_for_each_hole'
122125 - ' drm_mm_for_each_node'
123126 - ' drm_mm_for_each_node_in_range'
124127 - ' drm_mm_for_each_node_safe'
128+ - ' flow_action_for_each'
125129 - ' for_each_active_drhd_unit'
126130 - ' for_each_active_iommu'
127131 - ' for_each_available_child_of_node'
@@ -158,6 +162,9 @@ ForEachMacros:
158162 - ' for_each_dss_dev'
159163 - ' for_each_efi_memory_desc'
160164 - ' for_each_efi_memory_desc_in_map'
165+ - ' for_each_element'
166+ - ' for_each_element_extid'
167+ - ' for_each_element_id'
161168 - ' for_each_endpoint_of_node'
162169 - ' for_each_evictable_lru'
163170 - ' for_each_fib6_node_rt_rcu'
@@ -195,6 +202,7 @@ ForEachMacros:
195202 - ' for_each_net_rcu'
196203 - ' for_each_new_connector_in_state'
197204 - ' for_each_new_crtc_in_state'
205+ - ' for_each_new_mst_mgr_in_state'
198206 - ' for_each_new_plane_in_state'
199207 - ' for_each_new_private_obj_in_state'
200208 - ' for_each_node'
@@ -210,8 +218,10 @@ ForEachMacros:
210218 - ' for_each_of_pci_range'
211219 - ' for_each_old_connector_in_state'
212220 - ' for_each_old_crtc_in_state'
221+ - ' for_each_old_mst_mgr_in_state'
213222 - ' for_each_oldnew_connector_in_state'
214223 - ' for_each_oldnew_crtc_in_state'
224+ - ' for_each_oldnew_mst_mgr_in_state'
215225 - ' for_each_oldnew_plane_in_state'
216226 - ' for_each_oldnew_plane_in_state_reverse'
217227 - ' for_each_oldnew_private_obj_in_state'
@@ -243,6 +253,9 @@ ForEachMacros:
243253 - ' for_each_sg_dma_page'
244254 - ' for_each_sg_page'
245255 - ' for_each_sibling_event'
256+ - ' for_each_subelement'
257+ - ' for_each_subelement_extid'
258+ - ' for_each_subelement_id'
246259 - ' __for_each_thread'
247260 - ' for_each_thread'
248261 - ' for_each_zone'
@@ -252,6 +265,8 @@ ForEachMacros:
252265 - ' fwnode_for_each_child_node'
253266 - ' fwnode_graph_for_each_endpoint'
254267 - ' gadget_for_each_ep'
268+ - ' genradix_for_each'
269+ - ' genradix_for_each_from'
255270 - ' hash_for_each'
256271 - ' hash_for_each_possible'
257272 - ' hash_for_each_possible_rcu'
@@ -293,7 +308,11 @@ ForEachMacros:
293308 - ' key_for_each'
294309 - ' key_for_each_safe'
295310 - ' klp_for_each_func'
311+ - ' klp_for_each_func_safe'
312+ - ' klp_for_each_func_static'
296313 - ' klp_for_each_object'
314+ - ' klp_for_each_object_safe'
315+ - ' klp_for_each_object_static'
297316 - ' kvm_for_each_memslot'
298317 - ' kvm_for_each_vcpu'
299318 - ' list_for_each'
@@ -324,6 +343,8 @@ ForEachMacros:
324343 - ' media_device_for_each_intf'
325344 - ' media_device_for_each_link'
326345 - ' media_device_for_each_pad'
346+ - ' mp_bvec_for_each_page'
347+ - ' mp_bvec_for_each_segment'
327348 - ' nanddev_io_for_each_page'
328349 - ' netdev_for_each_lower_dev'
329350 - ' netdev_for_each_lower_private'
@@ -375,6 +396,7 @@ ForEachMacros:
375396 - ' rht_for_each_rcu'
376397 - ' rht_for_each_rcu_from'
377398 - ' __rq_for_each_bio'
399+ - ' rq_for_each_bvec'
378400 - ' rq_for_each_segment'
379401 - ' scsi_for_each_prot_sg'
380402 - ' scsi_for_each_sg'
@@ -410,6 +432,8 @@ ForEachMacros:
410432 - ' v4l2_m2m_for_each_src_buf_safe'
411433 - ' virtio_device_for_each_vq'
412434 - ' xa_for_each'
435+ - ' xa_for_each_marked'
436+ - ' xa_for_each_start'
413437 - ' xas_for_each'
414438 - ' xas_for_each_conflict'
415439 - ' xas_for_each_marked'
0 commit comments