@@ -86,6 +86,8 @@ ForEachMacros:
86
86
- ' bio_for_each_segment_all'
87
87
- ' bio_list_for_each'
88
88
- ' bip_for_each_vec'
89
+ - ' bitmap_for_each_clear_region'
90
+ - ' bitmap_for_each_set_region'
89
91
- ' blkg_for_each_descendant_post'
90
92
- ' blkg_for_each_descendant_pre'
91
93
- ' blk_queue_for_each_rl'
@@ -115,6 +117,7 @@ ForEachMacros:
115
117
- ' drm_client_for_each_connector_iter'
116
118
- ' drm_client_for_each_modeset'
117
119
- ' drm_connector_for_each_possible_encoder'
120
+ - ' drm_for_each_bridge_in_chain'
118
121
- ' drm_for_each_connector_iter'
119
122
- ' drm_for_each_crtc'
120
123
- ' drm_for_each_encoder'
@@ -136,9 +139,10 @@ ForEachMacros:
136
139
- ' for_each_bio'
137
140
- ' for_each_board_func_rsrc'
138
141
- ' for_each_bvec'
142
+ - ' for_each_card_auxs'
143
+ - ' for_each_card_auxs_safe'
139
144
- ' for_each_card_components'
140
- - ' for_each_card_links'
141
- - ' for_each_card_links_safe'
145
+ - ' for_each_card_pre_auxs'
142
146
- ' for_each_card_prelinks'
143
147
- ' for_each_card_rtds'
144
148
- ' for_each_card_rtds_safe'
@@ -166,6 +170,7 @@ ForEachMacros:
166
170
- ' for_each_dpcm_fe'
167
171
- ' for_each_drhd_unit'
168
172
- ' for_each_dss_dev'
173
+ - ' for_each_efi_handle'
169
174
- ' for_each_efi_memory_desc'
170
175
- ' for_each_efi_memory_desc_in_map'
171
176
- ' for_each_element'
@@ -190,6 +195,7 @@ ForEachMacros:
190
195
- ' for_each_lru'
191
196
- ' for_each_matching_node'
192
197
- ' for_each_matching_node_and_match'
198
+ - ' for_each_member'
193
199
- ' for_each_memblock'
194
200
- ' for_each_memblock_type'
195
201
- ' for_each_memcg_cache_index'
@@ -200,9 +206,11 @@ ForEachMacros:
200
206
- ' for_each_msi_entry'
201
207
- ' for_each_msi_entry_safe'
202
208
- ' for_each_net'
209
+ - ' for_each_net_continue_reverse'
203
210
- ' for_each_netdev'
204
211
- ' for_each_netdev_continue'
205
212
- ' for_each_netdev_continue_rcu'
213
+ - ' for_each_netdev_continue_reverse'
206
214
- ' for_each_netdev_feature'
207
215
- ' for_each_netdev_in_bond_rcu'
208
216
- ' for_each_netdev_rcu'
@@ -254,10 +262,10 @@ ForEachMacros:
254
262
- ' for_each_reserved_mem_region'
255
263
- ' for_each_rtd_codec_dai'
256
264
- ' for_each_rtd_codec_dai_rollback'
257
- - ' for_each_rtdcom'
258
- - ' for_each_rtdcom_safe'
265
+ - ' for_each_rtd_components'
259
266
- ' for_each_set_bit'
260
267
- ' for_each_set_bit_from'
268
+ - ' for_each_set_clump8'
261
269
- ' for_each_sg'
262
270
- ' for_each_sg_dma_page'
263
271
- ' for_each_sg_page'
@@ -267,6 +275,7 @@ ForEachMacros:
267
275
- ' for_each_subelement_id'
268
276
- ' __for_each_thread'
269
277
- ' for_each_thread'
278
+ - ' for_each_wakeup_source'
270
279
- ' for_each_zone'
271
280
- ' for_each_zone_zonelist'
272
281
- ' for_each_zone_zonelist_nodemask'
@@ -330,6 +339,7 @@ ForEachMacros:
330
339
- ' list_for_each'
331
340
- ' list_for_each_codec'
332
341
- ' list_for_each_codec_safe'
342
+ - ' list_for_each_continue'
333
343
- ' list_for_each_entry'
334
344
- ' list_for_each_entry_continue'
335
345
- ' list_for_each_entry_continue_rcu'
@@ -351,6 +361,7 @@ ForEachMacros:
351
361
- ' llist_for_each_entry'
352
362
- ' llist_for_each_entry_safe'
353
363
- ' llist_for_each_safe'
364
+ - ' mci_for_each_dimm'
354
365
- ' media_device_for_each_entity'
355
366
- ' media_device_for_each_intf'
356
367
- ' media_device_for_each_link'
@@ -444,10 +455,16 @@ ForEachMacros:
444
455
- ' virtio_device_for_each_vq'
445
456
- ' xa_for_each'
446
457
- ' xa_for_each_marked'
458
+ - ' xa_for_each_range'
447
459
- ' xa_for_each_start'
448
460
- ' xas_for_each'
449
461
- ' xas_for_each_conflict'
450
462
- ' xas_for_each_marked'
463
+ - ' xbc_array_for_each_value'
464
+ - ' xbc_for_each_key_value'
465
+ - ' xbc_node_for_each_array_value'
466
+ - ' xbc_node_for_each_child'
467
+ - ' xbc_node_for_each_key_value'
451
468
- ' zorro_for_each_dev'
452
469
453
470
# IncludeBlocks: Preserve # Unknown to clang-format-5.0
0 commit comments