| /linux/kernel/events/ |
| H A D | internal.h | 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() argument 229 recursion[rctx]--; in put_recursion_context()
|
| /linux/Documentation/kbuild/ |
| H A D | issues.rst | 8 .. literalinclude:: Kconfig.recursion-issue-01 14 .. literalinclude:: Kconfig.recursion-issue-02
|
| H A D | Kconfig.recursion-issue-01 | 6 # 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 D | Kconfig.recursion-issue-02 | 6 # make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.recursion-issue-02 allnoconfig 23 # The example provided in Documentation/kbuild/Kconfig.recursion-issue-02
|
| H A D | kconfig-language.rst | 677 Read: Documentation/kbuild/Kconfig.recursion-issue-01 681 make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.recursion-issue-01 allnoconfig 686 Read: Documentation/kbuild/Kconfig.recursion-issue-02 690 make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.recursion-issue-02 allnoconfig 707 Documentation/kbuild/Kconfig.recursion-issue-01 through the removal 713 Documentation/kbuild/Kconfig.recursion-issue-02.
|
| /linux/crypto/ |
| H A D | algboss.c | 108 int recursion = 0; in cryptomgr_schedule_probe() local 114 recursion++; in cryptomgr_schedule_probe() 115 else if (*p == ')' && !recursion--) in cryptomgr_schedule_probe()
|
| /linux/tools/testing/selftests/exec/ |
| H A D | .gitignore | 17 /recursion-depth
|
| H A D | Makefile | 20 TEST_GEN_PROGS += recursion-depth
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | recursion.c | 10 struct recursion *skel; in test_recursion()
|
| /linux/include/linux/ |
| H A D | context_tracking_state.h | 30 int recursion; member
|
| H A D | netdevice.h | 3584 return this_cpu_read(softnet_data.xmit.recursion); in dev_recursion_level() 3589 return unlikely(__this_cpu_read(softnet_data.xmit.recursion) > in dev_xmit_recursion() 3595 __this_cpu_inc(softnet_data.xmit.recursion); in dev_xmit_recursion_inc() 3600 __this_cpu_dec(softnet_data.xmit.recursion); in dev_xmit_recursion_dec() 3605 return current->net_xmit.recursion; in dev_recursion_level() 3610 return unlikely(current->net_xmit.recursion > XMIT_RECURSION_LIMIT); in dev_xmit_recursion() 3615 current->net_xmit.recursion++; in dev_xmit_recursion_inc() 3620 current->net_xmit.recursion--; in dev_xmit_recursion_dec()
|
| /linux/kernel/trace/ |
| H A D | Kconfig | 812 recursion or any unexpected execution path which leads to a kernel 1054 of protection against recursion. Even though the protection exists, 1057 that triggered a recursion. 1059 This will add more overhead to cases that have recursion. 1070 the functions that caused a recursion to happen. 1080 protection against recursion. This option is only to verify that 1093 The ring buffer has its own internal recursion. Although when 1094 recursion happens it won't cause harm because of the protection, 1096 place where recursion was detected into the ftrace "recursed_functions" 1099 This will add more overhead to cases that have recursion [all...] |
| /linux/security/tomoyo/ |
| H A D | util.c | 437 u8 recursion = 20; in tomoyo_correct_word2() local 474 if (!recursion--) in tomoyo_correct_word2()
|
| /linux/arch/um/drivers/ |
| H A D | Kconfig | 171 # in theory, just VIRTIO is enough, but that causes recursion
|
| /linux/Documentation/locking/ |
| H A D | lockdep-design.rst | 132 referred to as lock recursion deadlock. 141 to lock recursion deadlocks. 316 recursion must not be higher than 20.
|
| /linux/Documentation/crypto/ |
| H A D | async-tx-api.rst | 144 results in recursion in the synchronous case and spin_locks being
|
| /linux/Documentation/core-api/ |
| H A D | memory-allocation.rst | 75 prevent recursion deadlocks caused by direct memory reclaim calling
|
| /linux/Documentation/filesystems/ |
| H A D | locking.rst | 573 ops FS recursion Held locks when called 582 FS recursion means calling ->quota_read() and ->quota_write() from superblock
|
| /linux/tools/objtool/ |
| H A D | check.c | 233 int recursion) in __dead_end_function() argument 291 if (recursion == 5) { in __dead_end_function() 300 return __dead_end_function(file, insn_func(dest), recursion+1); in __dead_end_function()
|
| /linux/Documentation/security/keys/ |
| H A D | core.rst | 625 checked for keys before recursion into its children occurs.
|
| /linux/Documentation/networking/ |
| H A D | ip-sysctl.rst | 3039 avoid infinite Neighbor Solicitation "recursion" when the peer node
|