Searched refs:recursion (Results 1 – 19 of 19) 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()
367 return unlikely(__this_cpu_read(softnet_data.xmit.recursion) > in dev_xmit_recursion() 373 __this_cpu_inc(softnet_data.xmit.recursion); in dev_xmit_recursion_inc() 378 __this_cpu_dec(softnet_data.xmit.recursion); in dev_xmit_recursion_dec() 383 return unlikely(current->net_xmit.recursion > XMIT_RECURSION_LIMIT); in dev_xmit_recursion() 388 current->net_xmit.recursion++; in dev_xmit_recursion_inc() 393 current->net_xmit.recursion--; in dev_xmit_recursion_dec()
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()
36 int recursion; member
769 recursion or any unexpected execution path which leads to a kernel1011 of protection against recursion. Even though the protection exists,1014 that triggered a recursion.1016 This will add more overhead to cases that have recursion.1027 the functions that caused a recursion to happen.1037 protection against recursion. This option is only to verify that1050 The ring buffer has its own internal recursion. Although when1051 recursion happens it won't cause harm because of the protection,1053 place where recursion was detected into the ftrace "recursed_functions"1056 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
53 deadlocks or recursion. If in doubt, say N.
250 int recursion) in __dead_end_function() argument308 if (recursion == 5) { in __dead_end_function()317 return __dead_end_function(file, insn_func(dest), recursion+1); in __dead_end_function()
625 checked for keys before recursion into its children occurs.