VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700   1) # SPDX-License-Identifier: GPL-2.0
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700   2) #
781121a7f6d11 (Brian Norris     2022-05-06 18:01:06 +0200   3) # clang-format configuration file. Intended for clang-format >= 11.
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700   4) #
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700   5) # For more information, see:
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700   6) #
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700   7) #   Documentation/process/clang-format.rst
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700   8) #   https://clang.llvm.org/docs/ClangFormat.html
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700   9) #   https://clang.llvm.org/docs/ClangFormatStyleOptions.html
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  10) #
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  11) ---
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  12) AccessModifierOffset: -4
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  13) AlignAfterOpenBracket: Align
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  14) AlignConsecutiveAssignments: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  15) AlignConsecutiveDeclarations: false
96232c7d4f847 (Mickaël Salaün   2022-05-06 18:01:03 +0200  16) AlignEscapedNewlines: Left
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  17) AlignOperands: true
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  18) AlignTrailingComments: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  19) AllowAllParametersOfDeclarationOnNextLine: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  20) AllowShortBlocksOnASingleLine: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  21) AllowShortCaseLabelsOnASingleLine: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  22) AllowShortFunctionsOnASingleLine: None
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  23) AllowShortIfStatementsOnASingleLine: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  24) AllowShortLoopsOnASingleLine: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  25) AlwaysBreakAfterDefinitionReturnType: None
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  26) AlwaysBreakAfterReturnType: None
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  27) AlwaysBreakBeforeMultilineStrings: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  28) AlwaysBreakTemplateDeclarations: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  29) BinPackArguments: true
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  30) BinPackParameters: true
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  31) BraceWrapping:
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  32)   AfterClass: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  33)   AfterControlStatement: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  34)   AfterEnum: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  35)   AfterFunction: true
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  36)   AfterNamespace: true
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  37)   AfterObjCDeclaration: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  38)   AfterStruct: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  39)   AfterUnion: false
96232c7d4f847 (Mickaël Salaün   2022-05-06 18:01:03 +0200  40)   AfterExternBlock: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  41)   BeforeCatch: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  42)   BeforeElse: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  43)   IndentBraces: false
96232c7d4f847 (Mickaël Salaün   2022-05-06 18:01:03 +0200  44)   SplitEmptyFunction: true
96232c7d4f847 (Mickaël Salaün   2022-05-06 18:01:03 +0200  45)   SplitEmptyRecord: true
96232c7d4f847 (Mickaël Salaün   2022-05-06 18:01:03 +0200  46)   SplitEmptyNamespace: true
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  47) BreakBeforeBinaryOperators: None
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  48) BreakBeforeBraces: Custom
96232c7d4f847 (Mickaël Salaün   2022-05-06 18:01:03 +0200  49) BreakBeforeInheritanceComma: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  50) BreakBeforeTernaryOperators: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  51) BreakConstructorInitializersBeforeComma: false
96232c7d4f847 (Mickaël Salaün   2022-05-06 18:01:03 +0200  52) BreakConstructorInitializers: BeforeComma
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  53) BreakAfterJavaFieldAnnotations: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  54) BreakStringLiterals: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  55) ColumnLimit: 80
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  56) CommentPragmas: '^ IWYU pragma:'
96232c7d4f847 (Mickaël Salaün   2022-05-06 18:01:03 +0200  57) CompactNamespaces: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  58) ConstructorInitializerAllOnOneLineOrOnePerLine: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  59) ConstructorInitializerIndentWidth: 8
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  60) ContinuationIndentWidth: 8
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  61) Cpp11BracedListStyle: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  62) DerivePointerAlignment: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  63) DisableFormat: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  64) ExperimentalAutoDetectBinPacking: false
96232c7d4f847 (Mickaël Salaün   2022-05-06 18:01:03 +0200  65) FixNamespaceComments: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  66) 
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  67) # Taken from:
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200  68) #   git grep -h '^#define [^[:space:]]*for_each[^[:space:]]*(' include/ tools/ \
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  69) #   | sed "s,^#define \([^[:space:]]*for_each[^[:space:]]*\)(.*$,  - '\1'," \
72e14aa9f8848 (Miguel Ojeda     2022-05-20 14:06:51 +0200  70) #   | LC_ALL=C sort -u
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  71) ForEachMacros:
43120879191cb (Miguel Ojeda     2022-05-20 13:53:07 +0200  72)   - '__ata_qc_for_each'
43120879191cb (Miguel Ojeda     2022-05-20 13:53:07 +0200  73)   - '__bio_for_each_bvec'
43120879191cb (Miguel Ojeda     2022-05-20 13:53:07 +0200  74)   - '__bio_for_each_segment'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200  75)   - '__evlist__for_each_entry'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200  76)   - '__evlist__for_each_entry_continue'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200  77)   - '__evlist__for_each_entry_from'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200  78)   - '__evlist__for_each_entry_reverse'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200  79)   - '__evlist__for_each_entry_safe'
43120879191cb (Miguel Ojeda     2022-05-20 13:53:07 +0200  80)   - '__for_each_mem_range'
43120879191cb (Miguel Ojeda     2022-05-20 13:53:07 +0200  81)   - '__for_each_mem_range_rev'
43120879191cb (Miguel Ojeda     2022-05-20 13:53:07 +0200  82)   - '__for_each_thread'
43120879191cb (Miguel Ojeda     2022-05-20 13:53:07 +0200  83)   - '__hlist_for_each_rcu'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200  84)   - '__map__for_each_symbol_by_name'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200  85)   - '__perf_evlist__for_each_entry'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200  86)   - '__perf_evlist__for_each_entry_reverse'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200  87)   - '__perf_evlist__for_each_entry_safe'
43120879191cb (Miguel Ojeda     2022-05-20 13:53:07 +0200  88)   - '__rq_for_each_bio'
43120879191cb (Miguel Ojeda     2022-05-20 13:53:07 +0200  89)   - '__shost_for_each_device'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  90)   - 'apei_estatus_for_each_section'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  91)   - 'ata_for_each_dev'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  92)   - 'ata_for_each_link'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000  93)   - 'ata_qc_for_each'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000  94)   - 'ata_qc_for_each_raw'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000  95)   - 'ata_qc_for_each_with_internal'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  96)   - 'ax25_for_each'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700  97)   - 'ax25_uid_for_each'
f16628d6e8c66 (Miguel Ojeda     2019-03-30 09:20:16 +0100  98)   - 'bio_for_each_bvec'
1072c12d7d58b (Omar Sandoval    2020-04-16 14:46:11 -0700  99)   - 'bio_for_each_bvec_all'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 100)   - 'bio_for_each_folio_all'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 101)   - 'bio_for_each_integrity_vec'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 102)   - 'bio_for_each_segment'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 103)   - 'bio_for_each_segment_all'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 104)   - 'bio_list_for_each'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 105)   - 'bip_for_each_vec'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 106)   - 'bond_for_each_slave'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 107)   - 'bond_for_each_slave_rcu'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 108)   - 'bpf__perf_for_each_map'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 109)   - 'bpf__perf_for_each_map_named'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 110)   - 'bpf_for_each_spilled_reg'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 111)   - 'bpf_object__for_each_map'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 112)   - 'bpf_object__for_each_program'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 113)   - 'bpf_object__for_each_safe'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 114)   - 'bpf_perf_object__for_each'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 115)   - 'btree_for_each_safe128'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 116)   - 'btree_for_each_safe32'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 117)   - 'btree_for_each_safe64'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 118)   - 'btree_for_each_safel'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 119)   - 'card_for_each_dev'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 120)   - 'cgroup_taskset_for_each'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 121)   - 'cgroup_taskset_for_each_leader'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 122)   - 'cpufreq_for_each_efficient_entry_idx'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 123)   - 'cpufreq_for_each_entry'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 124)   - 'cpufreq_for_each_entry_idx'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 125)   - 'cpufreq_for_each_valid_entry'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 126)   - 'cpufreq_for_each_valid_entry_idx'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 127)   - 'css_for_each_child'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 128)   - 'css_for_each_descendant_post'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 129)   - 'css_for_each_descendant_pre'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 130)   - 'damon_for_each_region'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 131)   - 'damon_for_each_region_safe'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 132)   - 'damon_for_each_scheme'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 133)   - 'damon_for_each_scheme_safe'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 134)   - 'damon_for_each_target'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 135)   - 'damon_for_each_target_safe'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 136)   - 'data__for_each_file'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 137)   - 'data__for_each_file_new'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 138)   - 'data__for_each_file_start'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 139)   - 'device_for_each_child_node'
4792f9dd12936 (Miguel Ojeda     2021-05-12 23:32:39 +0200 140)   - 'displayid_iter_for_each'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 141)   - 'dma_fence_array_for_each'
52d083472e0b6 (Miguel Ojeda     2019-08-31 10:00:11 +0200 142)   - 'dma_fence_chain_for_each'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 143)   - 'dma_fence_unwrap_for_each'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 144)   - 'dma_resv_for_each_fence'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 145)   - 'dma_resv_for_each_fence_unlocked'
4e4bb894467cd (Miguel Ojeda     2020-09-01 12:53:42 +0200 146)   - 'do_for_each_ftrace_op'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 147)   - 'drm_atomic_crtc_for_each_plane'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 148)   - 'drm_atomic_crtc_state_for_each_plane'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 149)   - 'drm_atomic_crtc_state_for_each_plane_state'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 150)   - 'drm_atomic_for_each_plane_damage'
52d083472e0b6 (Miguel Ojeda     2019-08-31 10:00:11 +0200 151)   - 'drm_client_for_each_connector_iter'
52d083472e0b6 (Miguel Ojeda     2019-08-31 10:00:11 +0200 152)   - 'drm_client_for_each_modeset'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 153)   - 'drm_connector_for_each_possible_encoder'
11a4a8f73b3ce (Miguel Ojeda     2020-03-06 21:50:00 +0100 154)   - 'drm_for_each_bridge_in_chain'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 155)   - 'drm_for_each_connector_iter'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 156)   - 'drm_for_each_crtc'
1074f8ec288f5 (Miguel Ojeda     2021-01-29 15:00:23 +0100 157)   - 'drm_for_each_crtc_reverse'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 158)   - 'drm_for_each_encoder'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 159)   - 'drm_for_each_encoder_mask'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 160)   - 'drm_for_each_fb'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 161)   - 'drm_for_each_legacy_plane'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 162)   - 'drm_for_each_plane'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 163)   - 'drm_for_each_plane_mask'
f16628d6e8c66 (Miguel Ojeda     2019-03-30 09:20:16 +0100 164)   - 'drm_for_each_privobj'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 165)   - 'drm_mm_for_each_hole'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 166)   - 'drm_mm_for_each_node'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 167)   - 'drm_mm_for_each_node_in_range'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 168)   - 'drm_mm_for_each_node_safe'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 169)   - 'dsa_switch_for_each_available_port'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 170)   - 'dsa_switch_for_each_cpu_port'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 171)   - 'dsa_switch_for_each_port'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 172)   - 'dsa_switch_for_each_port_continue_reverse'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 173)   - 'dsa_switch_for_each_port_safe'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 174)   - 'dsa_switch_for_each_user_port'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 175)   - 'dsa_tree_for_each_user_port'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 176)   - 'dso__for_each_symbol'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 177)   - 'dsos__for_each_with_build_id'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 178)   - 'elf_hash_for_each_possible'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 179)   - 'elf_section__for_each_rel'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 180)   - 'elf_section__for_each_rela'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 181)   - 'elf_symtab__for_each_symbol'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 182)   - 'evlist__for_each_cpu'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 183)   - 'evlist__for_each_entry'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 184)   - 'evlist__for_each_entry_continue'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 185)   - 'evlist__for_each_entry_from'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 186)   - 'evlist__for_each_entry_reverse'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 187)   - 'evlist__for_each_entry_safe'
f16628d6e8c66 (Miguel Ojeda     2019-03-30 09:20:16 +0100 188)   - 'flow_action_for_each'
4792f9dd12936 (Miguel Ojeda     2021-05-12 23:32:39 +0200 189)   - 'for_each_acpi_dev_match'
52d083472e0b6 (Miguel Ojeda     2019-08-31 10:00:11 +0200 190)   - 'for_each_active_dev_scope'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 191)   - 'for_each_active_drhd_unit'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 192)   - 'for_each_active_iommu'
837f92f070f6b (Jacopo Mondi     2021-10-17 20:24:42 +0200 193)   - 'for_each_active_route'
4e4bb894467cd (Miguel Ojeda     2020-09-01 12:53:42 +0200 194)   - 'for_each_aggr_pgid'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 195)   - 'for_each_available_child_of_node'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 196)   - 'for_each_bench'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 197)   - 'for_each_bio'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 198)   - 'for_each_board_func_rsrc'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 199)   - 'for_each_btf_ext_rec'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 200)   - 'for_each_btf_ext_sec'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 201)   - 'for_each_bvec'
11a4a8f73b3ce (Miguel Ojeda     2020-03-06 21:50:00 +0100 202)   - 'for_each_card_auxs'
11a4a8f73b3ce (Miguel Ojeda     2020-03-06 21:50:00 +0100 203)   - 'for_each_card_auxs_safe'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 204)   - 'for_each_card_components'
5d65a0218fee4 (Miguel Ojeda     2020-04-18 13:49:33 +0200 205)   - 'for_each_card_dapms'
11a4a8f73b3ce (Miguel Ojeda     2020-03-06 21:50:00 +0100 206)   - 'for_each_card_pre_auxs'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 207)   - 'for_each_card_prelinks'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 208)   - 'for_each_card_rtds'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 209)   - 'for_each_card_rtds_safe'
5d65a0218fee4 (Miguel Ojeda     2020-04-18 13:49:33 +0200 210)   - 'for_each_card_widgets'
5d65a0218fee4 (Miguel Ojeda     2020-04-18 13:49:33 +0200 211)   - 'for_each_card_widgets_safe'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 212)   - 'for_each_cgroup_storage_type'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 213)   - 'for_each_child_of_node'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 214)   - 'for_each_clear_bit'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 215)   - 'for_each_clear_bit_from'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 216)   - 'for_each_clear_bitrange'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 217)   - 'for_each_clear_bitrange_from'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 218)   - 'for_each_cmd'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 219)   - 'for_each_cmsghdr'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 220)   - 'for_each_collection'
43120879191cb (Miguel Ojeda     2022-05-20 13:53:07 +0200 221)   - 'for_each_comp_order'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 222)   - 'for_each_compatible_node'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 223)   - 'for_each_component_dais'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 224)   - 'for_each_component_dais_safe'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 225)   - 'for_each_console'
6c4afa79147e4 (John Ogness      2022-11-16 17:27:15 +0106 226)   - 'for_each_console_srcu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 227)   - 'for_each_cpu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 228)   - 'for_each_cpu_and'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 229)   - 'for_each_cpu_wrap'
5d65a0218fee4 (Miguel Ojeda     2020-04-18 13:49:33 +0200 230)   - 'for_each_dapm_widgets'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 231)   - 'for_each_dedup_cand'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 232)   - 'for_each_dev_addr'
52d083472e0b6 (Miguel Ojeda     2019-08-31 10:00:11 +0200 233)   - 'for_each_dev_scope'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 234)   - 'for_each_dma_cap_mask'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 235)   - 'for_each_dpcm_be'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 236)   - 'for_each_dpcm_be_rollback'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 237)   - 'for_each_dpcm_be_safe'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 238)   - 'for_each_dpcm_fe'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 239)   - 'for_each_drhd_unit'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 240)   - 'for_each_dss_dev'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 241)   - 'for_each_efi_memory_desc'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 242)   - 'for_each_efi_memory_desc_in_map'
f16628d6e8c66 (Miguel Ojeda     2019-03-30 09:20:16 +0100 243)   - 'for_each_element'
f16628d6e8c66 (Miguel Ojeda     2019-03-30 09:20:16 +0100 244)   - 'for_each_element_extid'
f16628d6e8c66 (Miguel Ojeda     2019-03-30 09:20:16 +0100 245)   - 'for_each_element_id'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 246)   - 'for_each_endpoint_of_node'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 247)   - 'for_each_event'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 248)   - 'for_each_event_tps'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 249)   - 'for_each_evictable_lru'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 250)   - 'for_each_fib6_node_rt_rcu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 251)   - 'for_each_fib6_walker_rt'
52d083472e0b6 (Miguel Ojeda     2019-08-31 10:00:11 +0200 252)   - 'for_each_free_mem_pfn_range_in_zone'
52d083472e0b6 (Miguel Ojeda     2019-08-31 10:00:11 +0200 253)   - 'for_each_free_mem_pfn_range_in_zone_from'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 254)   - 'for_each_free_mem_range'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 255)   - 'for_each_free_mem_range_reverse'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 256)   - 'for_each_func_rsrc'
3006b15b364a3 (Jason Gunthorpe  2023-05-11 01:42:00 -0300 257)   - 'for_each_group_device'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 258)   - 'for_each_group_evsel'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 259)   - 'for_each_group_member'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 260)   - 'for_each_hstate'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 261)   - 'for_each_if'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 262)   - 'for_each_inject_fn'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 263)   - 'for_each_insn'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 264)   - 'for_each_insn_prefix'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 265)   - 'for_each_intid'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 266)   - 'for_each_iommu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 267)   - 'for_each_ip_tunnel_rcu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 268)   - 'for_each_irq_nr'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 269)   - 'for_each_lang'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 270)   - 'for_each_link_codecs'
5d65a0218fee4 (Miguel Ojeda     2020-04-18 13:49:33 +0200 271)   - 'for_each_link_cpus'
52d083472e0b6 (Miguel Ojeda     2019-08-31 10:00:11 +0200 272)   - 'for_each_link_platforms'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 273)   - 'for_each_lru'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 274)   - 'for_each_matching_node'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 275)   - 'for_each_matching_node_and_match'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 276)   - 'for_each_mem_pfn_range'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 277)   - 'for_each_mem_range'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 278)   - 'for_each_mem_range_rev'
1074f8ec288f5 (Miguel Ojeda     2021-01-29 15:00:23 +0100 279)   - 'for_each_mem_region'
43120879191cb (Miguel Ojeda     2022-05-20 13:53:07 +0200 280)   - 'for_each_member'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 281)   - 'for_each_memory'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 282)   - 'for_each_migratetype_order'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 283)   - 'for_each_missing_reg'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 284)   - 'for_each_net'
11a4a8f73b3ce (Miguel Ojeda     2020-03-06 21:50:00 +0100 285)   - 'for_each_net_continue_reverse'
43120879191cb (Miguel Ojeda     2022-05-20 13:53:07 +0200 286)   - 'for_each_net_rcu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 287)   - 'for_each_netdev'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 288)   - 'for_each_netdev_continue'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 289)   - 'for_each_netdev_continue_rcu'
11a4a8f73b3ce (Miguel Ojeda     2020-03-06 21:50:00 +0100 290)   - 'for_each_netdev_continue_reverse'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 291)   - 'for_each_netdev_feature'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 292)   - 'for_each_netdev_in_bond_rcu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 293)   - 'for_each_netdev_rcu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 294)   - 'for_each_netdev_reverse'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 295)   - 'for_each_netdev_safe'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 296)   - 'for_each_new_connector_in_state'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 297)   - 'for_each_new_crtc_in_state'
f16628d6e8c66 (Miguel Ojeda     2019-03-30 09:20:16 +0100 298)   - 'for_each_new_mst_mgr_in_state'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 299)   - 'for_each_new_plane_in_state'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 300)   - 'for_each_new_plane_in_state_reverse'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 301)   - 'for_each_new_private_obj_in_state'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 302)   - 'for_each_new_reg'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 303)   - 'for_each_node'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 304)   - 'for_each_node_by_name'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 305)   - 'for_each_node_by_type'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 306)   - 'for_each_node_mask'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 307)   - 'for_each_node_state'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 308)   - 'for_each_node_with_cpus'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 309)   - 'for_each_node_with_property'
4e4bb894467cd (Miguel Ojeda     2020-09-01 12:53:42 +0200 310)   - 'for_each_nonreserved_multicast_dest_pgid'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 311)   - 'for_each_of_allnodes'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 312)   - 'for_each_of_allnodes_from'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 313)   - 'for_each_of_cpu_node'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 314)   - 'for_each_of_pci_range'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 315)   - 'for_each_old_connector_in_state'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 316)   - 'for_each_old_crtc_in_state'
f16628d6e8c66 (Miguel Ojeda     2019-03-30 09:20:16 +0100 317)   - 'for_each_old_mst_mgr_in_state'
43120879191cb (Miguel Ojeda     2022-05-20 13:53:07 +0200 318)   - 'for_each_old_plane_in_state'
43120879191cb (Miguel Ojeda     2022-05-20 13:53:07 +0200 319)   - 'for_each_old_private_obj_in_state'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 320)   - 'for_each_oldnew_connector_in_state'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 321)   - 'for_each_oldnew_crtc_in_state'
f16628d6e8c66 (Miguel Ojeda     2019-03-30 09:20:16 +0100 322)   - 'for_each_oldnew_mst_mgr_in_state'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 323)   - 'for_each_oldnew_plane_in_state'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 324)   - 'for_each_oldnew_plane_in_state_reverse'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 325)   - 'for_each_oldnew_private_obj_in_state'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 326)   - 'for_each_online_cpu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 327)   - 'for_each_online_node'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 328)   - 'for_each_online_pgdat'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 329)   - 'for_each_path'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 330)   - 'for_each_pci_bridge'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 331)   - 'for_each_pci_dev'
5d65a0218fee4 (Miguel Ojeda     2020-04-18 13:49:33 +0200 332)   - 'for_each_pcm_streams'
4e4bb894467cd (Miguel Ojeda     2020-09-01 12:53:42 +0200 333)   - 'for_each_physmem_range'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 334)   - 'for_each_populated_zone'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 335)   - 'for_each_possible_cpu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 336)   - 'for_each_present_cpu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 337)   - 'for_each_prime_number'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 338)   - 'for_each_prime_number_from'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 339)   - 'for_each_probe_cache_entry'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 340)   - 'for_each_process'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 341)   - 'for_each_process_thread'
4792f9dd12936 (Miguel Ojeda     2021-05-12 23:32:39 +0200 342)   - 'for_each_prop_codec_conf'
4792f9dd12936 (Miguel Ojeda     2021-05-12 23:32:39 +0200 343)   - 'for_each_prop_dai_codec'
4792f9dd12936 (Miguel Ojeda     2021-05-12 23:32:39 +0200 344)   - 'for_each_prop_dai_cpu'
4792f9dd12936 (Miguel Ojeda     2021-05-12 23:32:39 +0200 345)   - 'for_each_prop_dlc_codecs'
4792f9dd12936 (Miguel Ojeda     2021-05-12 23:32:39 +0200 346)   - 'for_each_prop_dlc_cpus'
4792f9dd12936 (Miguel Ojeda     2021-05-12 23:32:39 +0200 347)   - 'for_each_prop_dlc_platforms'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 348)   - 'for_each_property_of_node'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 349)   - 'for_each_reg'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 350)   - 'for_each_reg_filtered'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 351)   - 'for_each_registered_fb'
4e4bb894467cd (Miguel Ojeda     2020-09-01 12:53:42 +0200 352)   - 'for_each_requested_gpio'
4e4bb894467cd (Miguel Ojeda     2020-09-01 12:53:42 +0200 353)   - 'for_each_requested_gpio_in_range'
9f3d5eaa3c60f (Mike Rapoport    2020-10-13 16:58:25 -0700 354)   - 'for_each_reserved_mem_range'
cc6de16805386 (Mike Rapoport    2020-10-13 16:58:30 -0700 355)   - 'for_each_reserved_mem_region'
5d65a0218fee4 (Miguel Ojeda     2020-04-18 13:49:33 +0200 356)   - 'for_each_rtd_codec_dais'
11a4a8f73b3ce (Miguel Ojeda     2020-03-06 21:50:00 +0100 357)   - 'for_each_rtd_components'
5d65a0218fee4 (Miguel Ojeda     2020-04-18 13:49:33 +0200 358)   - 'for_each_rtd_cpu_dais'
5d65a0218fee4 (Miguel Ojeda     2020-04-18 13:49:33 +0200 359)   - 'for_each_rtd_dais'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 360)   - 'for_each_script'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 361)   - 'for_each_sec'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 362)   - 'for_each_set_bit'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 363)   - 'for_each_set_bit_from'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 364)   - 'for_each_set_bitrange'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 365)   - 'for_each_set_bitrange_from'
11a4a8f73b3ce (Miguel Ojeda     2020-03-06 21:50:00 +0100 366)   - 'for_each_set_clump8'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 367)   - 'for_each_sg'
d901b2760dc6c (Jason Gunthorpe  2019-01-04 11:40:21 -0700 368)   - 'for_each_sg_dma_page'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 369)   - 'for_each_sg_page'
4e4bb894467cd (Miguel Ojeda     2020-09-01 12:53:42 +0200 370)   - 'for_each_sgtable_dma_page'
4e4bb894467cd (Miguel Ojeda     2020-09-01 12:53:42 +0200 371)   - 'for_each_sgtable_dma_sg'
4e4bb894467cd (Miguel Ojeda     2020-09-01 12:53:42 +0200 372)   - 'for_each_sgtable_page'
4e4bb894467cd (Miguel Ojeda     2020-09-01 12:53:42 +0200 373)   - 'for_each_sgtable_sg'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 374)   - 'for_each_shell_test'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 375)   - 'for_each_sibling_event'
f16628d6e8c66 (Miguel Ojeda     2019-03-30 09:20:16 +0100 376)   - 'for_each_subelement'
f16628d6e8c66 (Miguel Ojeda     2019-03-30 09:20:16 +0100 377)   - 'for_each_subelement_extid'
f16628d6e8c66 (Miguel Ojeda     2019-03-30 09:20:16 +0100 378)   - 'for_each_subelement_id'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 379)   - 'for_each_sublist'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 380)   - 'for_each_subsystem'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 381)   - 'for_each_supported_activate_fn'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 382)   - 'for_each_supported_inject_fn'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 383)   - 'for_each_test'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 384)   - 'for_each_thread'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 385)   - 'for_each_token'
4e4bb894467cd (Miguel Ojeda     2020-09-01 12:53:42 +0200 386)   - 'for_each_unicast_dest_pgid'
1074f8ec288f5 (Miguel Ojeda     2021-01-29 15:00:23 +0100 387)   - 'for_each_vsi'
11a4a8f73b3ce (Miguel Ojeda     2020-03-06 21:50:00 +0100 388)   - 'for_each_wakeup_source'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 389)   - 'for_each_zone'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 390)   - 'for_each_zone_zonelist'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 391)   - 'for_each_zone_zonelist_nodemask'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 392)   - 'func_for_each_insn'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 393)   - 'fwnode_for_each_available_child_node'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 394)   - 'fwnode_for_each_child_node'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 395)   - 'fwnode_graph_for_each_endpoint'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 396)   - 'gadget_for_each_ep'
f16628d6e8c66 (Miguel Ojeda     2019-03-30 09:20:16 +0100 397)   - 'genradix_for_each'
f16628d6e8c66 (Miguel Ojeda     2019-03-30 09:20:16 +0100 398)   - 'genradix_for_each_from'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 399)   - 'hash_for_each'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 400)   - 'hash_for_each_possible'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 401)   - 'hash_for_each_possible_rcu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 402)   - 'hash_for_each_possible_rcu_notrace'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 403)   - 'hash_for_each_possible_safe'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 404)   - 'hash_for_each_rcu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 405)   - 'hash_for_each_safe'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 406)   - 'hashmap__for_each_entry'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 407)   - 'hashmap__for_each_entry_safe'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 408)   - 'hashmap__for_each_key_entry'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 409)   - 'hashmap__for_each_key_entry_safe'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 410)   - 'hctx_for_each_ctx'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 411)   - 'hists__for_each_format'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 412)   - 'hists__for_each_sort_list'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 413)   - 'hlist_bl_for_each_entry'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 414)   - 'hlist_bl_for_each_entry_rcu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 415)   - 'hlist_bl_for_each_entry_safe'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 416)   - 'hlist_for_each'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 417)   - 'hlist_for_each_entry'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 418)   - 'hlist_for_each_entry_continue'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 419)   - 'hlist_for_each_entry_continue_rcu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 420)   - 'hlist_for_each_entry_continue_rcu_bh'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 421)   - 'hlist_for_each_entry_from'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 422)   - 'hlist_for_each_entry_from_rcu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 423)   - 'hlist_for_each_entry_rcu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 424)   - 'hlist_for_each_entry_rcu_bh'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 425)   - 'hlist_for_each_entry_rcu_notrace'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 426)   - 'hlist_for_each_entry_safe'
1074f8ec288f5 (Miguel Ojeda     2021-01-29 15:00:23 +0100 427)   - 'hlist_for_each_entry_srcu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 428)   - 'hlist_for_each_safe'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 429)   - 'hlist_nulls_for_each_entry'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 430)   - 'hlist_nulls_for_each_entry_from'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 431)   - 'hlist_nulls_for_each_entry_rcu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 432)   - 'hlist_nulls_for_each_entry_safe'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 433)   - 'i3c_bus_for_each_i2cdev'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 434)   - 'i3c_bus_for_each_i3cdev'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 435)   - 'idr_for_each_entry'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 436)   - 'idr_for_each_entry_continue'
52d083472e0b6 (Miguel Ojeda     2019-08-31 10:00:11 +0200 437)   - 'idr_for_each_entry_continue_ul'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 438)   - 'idr_for_each_entry_ul'
52d083472e0b6 (Miguel Ojeda     2019-08-31 10:00:11 +0200 439)   - 'in_dev_for_each_ifa_rcu'
52d083472e0b6 (Miguel Ojeda     2019-08-31 10:00:11 +0200 440)   - 'in_dev_for_each_ifa_rtnl'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 441)   - 'inet_bind_bucket_for_each'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 442)   - 'inet_lhash2_for_each_icsk'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 443)   - 'inet_lhash2_for_each_icsk_continue'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 444)   - 'inet_lhash2_for_each_icsk_rcu'
f394576eb11db (Jason Gunthorpe  2022-11-29 16:29:31 -0400 445)   - 'interval_tree_for_each_double_span'
5fe937862c842 (Jason Gunthorpe  2022-11-29 16:29:26 -0400 446)   - 'interval_tree_for_each_span'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 447)   - 'intlist__for_each_entry'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 448)   - 'intlist__for_each_entry_safe'
51fe6141f0f64 (Jason Gunthorpe  2022-11-29 16:29:33 -0400 449)   - 'iopt_for_each_contig_area'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 450)   - 'kcore_copy__for_each_phdr'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 451)   - 'key_for_each'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 452)   - 'key_for_each_safe'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 453)   - 'klp_for_each_func'
f16628d6e8c66 (Miguel Ojeda     2019-03-30 09:20:16 +0100 454)   - 'klp_for_each_func_safe'
f16628d6e8c66 (Miguel Ojeda     2019-03-30 09:20:16 +0100 455)   - 'klp_for_each_func_static'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 456)   - 'klp_for_each_object'
f16628d6e8c66 (Miguel Ojeda     2019-03-30 09:20:16 +0100 457)   - 'klp_for_each_object_safe'
f16628d6e8c66 (Miguel Ojeda     2019-03-30 09:20:16 +0100 458)   - 'klp_for_each_object_static'
5d65a0218fee4 (Miguel Ojeda     2020-04-18 13:49:33 +0200 459)   - 'kunit_suite_for_each_test_case'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 460)   - 'kvm_for_each_memslot'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 461)   - 'kvm_for_each_memslot_in_gfn_range'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 462)   - 'kvm_for_each_vcpu'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 463)   - 'libbpf_nla_for_each_attr'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 464)   - 'list_for_each'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 465)   - 'list_for_each_codec'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 466)   - 'list_for_each_codec_safe'
11a4a8f73b3ce (Miguel Ojeda     2020-03-06 21:50:00 +0100 467)   - 'list_for_each_continue'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 468)   - 'list_for_each_entry'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 469)   - 'list_for_each_entry_continue'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 470)   - 'list_for_each_entry_continue_rcu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 471)   - 'list_for_each_entry_continue_reverse'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 472)   - 'list_for_each_entry_from'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 473)   - 'list_for_each_entry_from_rcu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 474)   - 'list_for_each_entry_from_reverse'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 475)   - 'list_for_each_entry_lockless'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 476)   - 'list_for_each_entry_rcu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 477)   - 'list_for_each_entry_reverse'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 478)   - 'list_for_each_entry_safe'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 479)   - 'list_for_each_entry_safe_continue'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 480)   - 'list_for_each_entry_safe_from'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 481)   - 'list_for_each_entry_safe_reverse'
1074f8ec288f5 (Miguel Ojeda     2021-01-29 15:00:23 +0100 482)   - 'list_for_each_entry_srcu'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 483)   - 'list_for_each_from'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 484)   - 'list_for_each_prev'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 485)   - 'list_for_each_prev_safe'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 486)   - 'list_for_each_safe'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 487)   - 'llist_for_each'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 488)   - 'llist_for_each_entry'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 489)   - 'llist_for_each_entry_safe'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 490)   - 'llist_for_each_safe'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 491)   - 'map__for_each_symbol'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 492)   - 'map__for_each_symbol_by_name'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 493)   - 'map_for_each_event'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 494)   - 'map_for_each_metric'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 495)   - 'maps__for_each_entry'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 496)   - 'maps__for_each_entry_safe'
11a4a8f73b3ce (Miguel Ojeda     2020-03-06 21:50:00 +0100 497)   - 'mci_for_each_dimm'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 498)   - 'media_device_for_each_entity'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 499)   - 'media_device_for_each_intf'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 500)   - 'media_device_for_each_link'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 501)   - 'media_device_for_each_pad'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 502)   - 'msi_for_each_desc'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 503)   - 'nanddev_io_for_each_page'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 504)   - 'netdev_for_each_lower_dev'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 505)   - 'netdev_for_each_lower_private'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 506)   - 'netdev_for_each_lower_private_rcu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 507)   - 'netdev_for_each_mc_addr'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 508)   - 'netdev_for_each_uc_addr'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 509)   - 'netdev_for_each_upper_dev_rcu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 510)   - 'netdev_hw_addr_list_for_each'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 511)   - 'nft_rule_for_each_expr'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 512)   - 'nla_for_each_attr'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 513)   - 'nla_for_each_nested'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 514)   - 'nlmsg_for_each_attr'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 515)   - 'nlmsg_for_each_msg'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 516)   - 'nr_neigh_for_each'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 517)   - 'nr_neigh_for_each_safe'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 518)   - 'nr_node_for_each'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 519)   - 'nr_node_for_each_safe'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 520)   - 'of_for_each_phandle'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 521)   - 'of_property_for_each_string'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 522)   - 'of_property_for_each_u32'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 523)   - 'pci_bus_for_each_resource'
09cc900632400 (Mika Westerberg  2023-03-30 19:24:30 +0300 524)   - 'pci_dev_for_each_resource'
1074f8ec288f5 (Miguel Ojeda     2021-01-29 15:00:23 +0100 525)   - 'pcl_for_each_chunk'
1074f8ec288f5 (Miguel Ojeda     2021-01-29 15:00:23 +0100 526)   - 'pcl_for_each_segment'
5d65a0218fee4 (Miguel Ojeda     2020-04-18 13:49:33 +0200 527)   - 'pcm_for_each_format'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 528)   - 'perf_config_items__for_each_entry'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 529)   - 'perf_config_sections__for_each_entry'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 530)   - 'perf_config_set__for_each_entry'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 531)   - 'perf_cpu_map__for_each_cpu'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 532)   - 'perf_evlist__for_each_entry'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 533)   - 'perf_evlist__for_each_entry_reverse'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 534)   - 'perf_evlist__for_each_entry_safe'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 535)   - 'perf_evlist__for_each_evsel'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 536)   - 'perf_evlist__for_each_mmap'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 537)   - 'perf_hpp_list__for_each_format'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 538)   - 'perf_hpp_list__for_each_format_safe'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 539)   - 'perf_hpp_list__for_each_sort_list'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 540)   - 'perf_hpp_list__for_each_sort_list_safe'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 541)   - 'perf_pmu__for_each_hybrid_pmu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 542)   - 'ping_portaddr_for_each_entry'
c25b7a7a565e5 (Florian Westphal 2022-11-29 15:06:44 +0100 543)   - 'ping_portaddr_for_each_entry_rcu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 544)   - 'plist_for_each'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 545)   - 'plist_for_each_continue'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 546)   - 'plist_for_each_entry'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 547)   - 'plist_for_each_entry_continue'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 548)   - 'plist_for_each_entry_safe'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 549)   - 'plist_for_each_safe'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 550)   - 'pnp_for_each_card'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 551)   - 'pnp_for_each_dev'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 552)   - 'protocol_for_each_card'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 553)   - 'protocol_for_each_dev'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 554)   - 'queue_for_each_hw_ctx'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 555)   - 'radix_tree_for_each_slot'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 556)   - 'radix_tree_for_each_tagged'
4792f9dd12936 (Miguel Ojeda     2021-05-12 23:32:39 +0200 557)   - 'rb_for_each'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 558)   - 'rbtree_postorder_for_each_entry_safe'
52d083472e0b6 (Miguel Ojeda     2019-08-31 10:00:11 +0200 559)   - 'rdma_for_each_block'
ea1075edcbab7 (Jason Gunthorpe  2019-02-12 21:12:47 -0700 560)   - 'rdma_for_each_port'
ebc24096c4c40 (Jason Gunthorpe  2020-09-04 19:41:45 -0300 561)   - 'rdma_umem_for_each_dma_block'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 562)   - 'resort_rb__for_each_entry'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 563)   - 'resource_list_for_each_entry'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 564)   - 'resource_list_for_each_entry_safe'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 565)   - 'rhl_for_each_entry_rcu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 566)   - 'rhl_for_each_rcu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 567)   - 'rht_for_each'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 568)   - 'rht_for_each_entry'
f7ad68bf98506 (NeilBrown        2019-03-21 14:42:40 +1100 569)   - 'rht_for_each_entry_from'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 570)   - 'rht_for_each_entry_rcu'
f7ad68bf98506 (NeilBrown        2019-03-21 14:42:40 +1100 571)   - 'rht_for_each_entry_rcu_from'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 572)   - 'rht_for_each_entry_safe'
52d083472e0b6 (Miguel Ojeda     2019-08-31 10:00:11 +0200 573)   - 'rht_for_each_from'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 574)   - 'rht_for_each_rcu'
f7ad68bf98506 (NeilBrown        2019-03-21 14:42:40 +1100 575)   - 'rht_for_each_rcu_from'
f16628d6e8c66 (Miguel Ojeda     2019-03-30 09:20:16 +0100 576)   - 'rq_for_each_bvec'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 577)   - 'rq_for_each_segment'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 578)   - 'rq_list_for_each'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 579)   - 'rq_list_for_each_safe'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 580)   - 'scsi_for_each_prot_sg'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 581)   - 'scsi_for_each_sg'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 582)   - 'sctp_for_each_hentry'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 583)   - 'sctp_skb_for_each'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 584)   - 'sec_for_each_insn'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 585)   - 'sec_for_each_insn_continue'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 586)   - 'sec_for_each_insn_from'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 587)   - 'shdma_for_each_chan'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 588)   - 'shost_for_each_device'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 589)   - 'sk_for_each'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 590)   - 'sk_for_each_bound'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 591)   - 'sk_for_each_entry_offset_rcu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 592)   - 'sk_for_each_from'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 593)   - 'sk_for_each_rcu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 594)   - 'sk_for_each_safe'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 595)   - 'sk_nulls_for_each'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 596)   - 'sk_nulls_for_each_from'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 597)   - 'sk_nulls_for_each_rcu'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 598)   - 'snd_array_for_each'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 599)   - 'snd_pcm_group_for_each_entry'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 600)   - 'snd_soc_dapm_widget_for_each_path'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 601)   - 'snd_soc_dapm_widget_for_each_path_safe'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 602)   - 'snd_soc_dapm_widget_for_each_sink_path'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 603)   - 'snd_soc_dapm_widget_for_each_source_path'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 604)   - 'strlist__for_each_entry'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 605)   - 'strlist__for_each_entry_safe'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 606)   - 'sym_for_each_insn'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 607)   - 'sym_for_each_insn_continue_reverse'
49bb63a2616a5 (Mickaël Salaün   2022-05-06 18:01:02 +0200 608)   - 'symbols__for_each_entry'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 609)   - 'tb_property_for_each'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 610)   - 'tcf_act_for_each_action'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 611)   - 'tcf_exts_for_each_action'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 612)   - 'udp_portaddr_for_each_entry'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 613)   - 'udp_portaddr_for_each_entry_rcu'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 614)   - 'usb_hub_for_each_child'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 615)   - 'v4l2_device_for_each_subdev'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 616)   - 'v4l2_m2m_for_each_dst_buf'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 617)   - 'v4l2_m2m_for_each_dst_buf_safe'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 618)   - 'v4l2_m2m_for_each_src_buf'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 619)   - 'v4l2_m2m_for_each_src_buf_safe'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 620)   - 'virtio_device_for_each_vq'
4e4bb894467cd (Miguel Ojeda     2020-09-01 12:53:42 +0200 621)   - 'while_for_each_ftrace_op'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 622)   - 'xa_for_each'
f16628d6e8c66 (Miguel Ojeda     2019-03-30 09:20:16 +0100 623)   - 'xa_for_each_marked'
11a4a8f73b3ce (Miguel Ojeda     2020-03-06 21:50:00 +0100 624)   - 'xa_for_each_range'
f16628d6e8c66 (Miguel Ojeda     2019-03-30 09:20:16 +0100 625)   - 'xa_for_each_start'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 626)   - 'xas_for_each'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 627)   - 'xas_for_each_conflict'
99e309b6ed75f (Jason Gunthorpe  2019-01-18 22:57:04 +0000 628)   - 'xas_for_each_marked'
11a4a8f73b3ce (Miguel Ojeda     2020-03-06 21:50:00 +0100 629)   - 'xbc_array_for_each_value'
11a4a8f73b3ce (Miguel Ojeda     2020-03-06 21:50:00 +0100 630)   - 'xbc_for_each_key_value'
11a4a8f73b3ce (Miguel Ojeda     2020-03-06 21:50:00 +0100 631)   - 'xbc_node_for_each_array_value'
11a4a8f73b3ce (Miguel Ojeda     2020-03-06 21:50:00 +0100 632)   - 'xbc_node_for_each_child'
11a4a8f73b3ce (Miguel Ojeda     2020-03-06 21:50:00 +0100 633)   - 'xbc_node_for_each_key_value'
882178947bcae (Miguel Ojeda     2022-05-20 13:47:23 +0200 634)   - 'xbc_node_for_each_subkey'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 635)   - 'zorro_for_each_dev'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 636) 
96232c7d4f847 (Mickaël Salaün   2022-05-06 18:01:03 +0200 637) IncludeBlocks: Preserve
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 638) IncludeCategories:
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 639)   - Regex: '.*'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 640)     Priority: 1
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 641) IncludeIsMainRegex: '(Test)?$'
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 642) IndentCaseLabels: false
d7f6604341c74 (Mickaël Salaün   2022-05-06 18:01:04 +0200 643) IndentGotoLabels: false
96232c7d4f847 (Mickaël Salaün   2022-05-06 18:01:03 +0200 644) IndentPPDirectives: None
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 645) IndentWidth: 8
7bee9bd21b404 (Jason Gunthorpe  2018-06-25 16:44:30 -0600 646) IndentWrappedFunctionNames: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 647) JavaScriptQuotes: Leave
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 648) JavaScriptWrapImports: true
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 649) KeepEmptyLinesAtTheStartOfBlocks: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 650) MacroBlockBegin: ''
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 651) MacroBlockEnd: ''
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 652) MaxEmptyLinesToKeep: 1
c90f3b8c4b5b7 (Ian Rogers       2020-04-08 17:13:52 -0700 653) NamespaceIndentation: None
96232c7d4f847 (Mickaël Salaün   2022-05-06 18:01:03 +0200 654) ObjCBinPackProtocolList: Auto
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 655) ObjCBlockIndentWidth: 8
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 656) ObjCSpaceAfterProperty: true
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 657) ObjCSpaceBeforeProtocolList: true
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 658) 
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 659) # Taken from git's rules
96232c7d4f847 (Mickaël Salaün   2022-05-06 18:01:03 +0200 660) PenaltyBreakAssignment: 10
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 661) PenaltyBreakBeforeFirstCallParameter: 30
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 662) PenaltyBreakComment: 10
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 663) PenaltyBreakFirstLessLess: 0
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 664) PenaltyBreakString: 10
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 665) PenaltyExcessCharacter: 100
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 666) PenaltyReturnTypeOnItsOwnLine: 60
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 667) 
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 668) PointerAlignment: Right
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 669) ReflowComments: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 670) SortIncludes: false
96232c7d4f847 (Mickaël Salaün   2022-05-06 18:01:03 +0200 671) SortUsingDeclarations: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 672) SpaceAfterCStyleCast: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 673) SpaceAfterTemplateKeyword: true
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 674) SpaceBeforeAssignmentOperators: true
96232c7d4f847 (Mickaël Salaün   2022-05-06 18:01:03 +0200 675) SpaceBeforeCtorInitializerColon: true
96232c7d4f847 (Mickaël Salaün   2022-05-06 18:01:03 +0200 676) SpaceBeforeInheritanceColon: true
781121a7f6d11 (Brian Norris     2022-05-06 18:01:06 +0200 677) SpaceBeforeParens: ControlStatementsExceptForEachMacros
96232c7d4f847 (Mickaël Salaün   2022-05-06 18:01:03 +0200 678) SpaceBeforeRangeBasedForLoopColon: true
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 679) SpaceInEmptyParentheses: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 680) SpacesBeforeTrailingComments: 1
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 681) SpacesInAngles: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 682) SpacesInContainerLiterals: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 683) SpacesInCStyleCastParentheses: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 684) SpacesInParentheses: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 685) SpacesInSquareBrackets: false
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 686) Standard: Cpp03
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 687) TabWidth: 8
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 688) UseTab: Always
d4ef8d3ff005c (Miguel Ojeda     2018-04-10 16:32:40 -0700 689) ...