Searched refs:recursion (Results 1 – 18 of 18) sorted by relevance
213 static inline int get_recursion_context(u8 *recursion) in DEFINE_OUTPUT_COPY()217 if (recursion[rctx]) in DEFINE_OUTPUT_COPY()220 recursion[rctx]++; in DEFINE_OUTPUT_COPY()226 static inline void put_recursion_context(u8 *recursion, unsigned char rctx) in put_recursion_context() argument229 recursion[rctx]--; in put_recursion_context()
8 .. literalinclude:: Kconfig.recursion-issue-0114 .. literalinclude:: Kconfig.recursion-issue-02
6 # make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.recursion-issue-01 allnoconfig36 # Reading the Documentation/kbuild/Kconfig.recursion-issue-01 file it may be
6 # make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.recursion-issue-02 allnoconfig23 # The example provided in Documentation/kbuild/Kconfig.recursion-issue-02
661 Read: Documentation/kbuild/Kconfig.recursion-issue-01665 make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.recursion-issue-01 allnoconfig670 Read: Documentation/kbuild/Kconfig.recursion-issue-02674 make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.recursion-issue-02 allnoconfig691 Documentation/kbuild/Kconfig.recursion-issue-01 through the removal697 Documentation/kbuild/Kconfig.recursion-issue-02.
17 /recursion-depth
20 TEST_GEN_PROGS += recursion-depth
10 struct recursion *skel; in test_recursion()
30 int recursion; member
809 recursion or any unexpected execution path which leads to a kernel1051 of protection against recursion. Even though the protection exists,1054 that triggered a recursion.1056 This will add more overhead to cases that have recursion.1067 the functions that caused a recursion to happen.1077 protection against recursion. This option is only to verify that1090 The ring buffer has its own internal recursion. Although when1091 recursion happens it won't cause harm because of the protection,1093 place where recursion was detected into the ftrace "recursed_functions"1096 This will add more overhead to cases that have recursion.
437 u8 recursion = 20; in tomoyo_correct_word2() local474 if (!recursion--) in tomoyo_correct_word2()
171 # in theory, just VIRTIO is enough, but that causes recursion
132 referred to as lock recursion deadlock.141 to lock recursion deadlocks.316 recursion must not be higher than 20.
144 results in recursion in the synchronous case and spin_locks being
75 prevent recursion deadlocks caused by direct memory reclaim calling
231 int recursion) in __dead_end_function() argument289 if (recursion == 5) { in __dead_end_function()298 return __dead_end_function(file, insn_func(dest), recursion+1); in __dead_end_function()
1510 recursion, either the control variable will overflow or (in the Linux2120 to result in destructive recursion via interrupt handler's use of RCU.2127 by tracing, which avoids the destructive recursion that could otherwise
625 checked for keys before recursion into its children occurs.