Home
last modified time | relevance | path

Searched refs:recursion (Results 1 – 18 of 18) sorted by relevance

/linux/kernel/events/
H A Dinternal.h213 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() argument
229 recursion[rctx]--; in put_recursion_context()
/linux/Documentation/kbuild/
H A Dissues.rst8 .. literalinclude:: Kconfig.recursion-issue-01
14 .. literalinclude:: Kconfig.recursion-issue-02
H A DKconfig.recursion-issue-016 # make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.recursion-issue-01 allnoconfig
36 # Reading the Documentation/kbuild/Kconfig.recursion-issue-01 file it may be
H A DKconfig.recursion-issue-026 # make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.recursion-issue-02 allnoconfig
23 # The example provided in Documentation/kbuild/Kconfig.recursion-issue-02
H A Dkconfig-language.rst661 Read: Documentation/kbuild/Kconfig.recursion-issue-01
665 make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.recursion-issue-01 allnoconfig
670 Read: Documentation/kbuild/Kconfig.recursion-issue-02
674 make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.recursion-issue-02 allnoconfig
691 Documentation/kbuild/Kconfig.recursion-issue-01 through the removal
697 Documentation/kbuild/Kconfig.recursion-issue-02.
/linux/tools/testing/selftests/exec/
H A D.gitignore17 /recursion-depth
H A DMakefile20 TEST_GEN_PROGS += recursion-depth
/linux/tools/testing/selftests/bpf/prog_tests/
H A Drecursion.c10 struct recursion *skel; in test_recursion()
/linux/include/linux/
H A Dcontext_tracking_state.h30 int recursion; member
/linux/kernel/trace/
H A DKconfig809 recursion or any unexpected execution path which leads to a kernel
1051 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 that
1090 The ring buffer has its own internal recursion. Although when
1091 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.
/linux/security/tomoyo/
H A Dutil.c437 u8 recursion = 20; in tomoyo_correct_word2() local
474 if (!recursion--) in tomoyo_correct_word2()
/linux/arch/um/drivers/
H A DKconfig171 # in theory, just VIRTIO is enough, but that causes recursion
/linux/Documentation/locking/
H A Dlockdep-design.rst132 referred to as lock recursion deadlock.
141 to lock recursion deadlocks.
316 recursion must not be higher than 20.
/linux/Documentation/crypto/
H A Dasync-tx-api.rst144 results in recursion in the synchronous case and spin_locks being
/linux/Documentation/core-api/
H A Dmemory-allocation.rst75 prevent recursion deadlocks caused by direct memory reclaim calling
/linux/tools/objtool/
H A Dcheck.c231 int recursion) in __dead_end_function() argument
289 if (recursion == 5) { in __dead_end_function()
298 return __dead_end_function(file, insn_func(dest), recursion+1); in __dead_end_function()
/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst1510 recursion, either the control variable will overflow or (in the Linux
2120 to result in destructive recursion via interrupt handler's use of RCU.
2127 by tracing, which avoids the destructive recursion that could otherwise
/linux/Documentation/security/keys/
H A Dcore.rst625 checked for keys before recursion into its children occurs.