| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | uprobe_syscall_executed.c | 12 int executed = 0; variable 21 executed++; in BPF_UPROBE() 31 executed++; in BPF_URETPROBE() 41 executed++; in test_uprobe_multi() 51 executed++; in test_uretprobe_multi() 61 executed++; in test_uprobe_session() 71 executed++; in test_usdt()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | uprobe_syscall.c | 335 ASSERT_EQ(skel->bss->executed, 0, "executed"); in test_uretprobe_syscall_call() 407 void *addr, int executed) in check_attach() argument 420 ASSERT_EQ(skel->bss->executed, executed, "executed"); in check_attach() 439 trigger_t trigger, void *addr, int executed) in check() argument 443 tramp = check_attach(skel, trigger, addr, executed); in check() 476 skel->bss->executed = 0; in test_uprobe_legacy() 518 skel->bss->executed = 0; in test_uprobe_multi() 707 printf("tid %ld attach rounds: %lu hits: %d\n", sys_gettid(), rounds, skel->bss->executed); in worker_attach()
|
| /linux/Documentation/power/ |
| H A D | pci.rst | 149 methods" that may be executed by the kernel to perform specific tasks, such as 180 3.0) control method defined for it has to be executed before _PSx. Power 302 These callbacks are executed by the PM core in various situations related to 369 that are executed by the core runtime PM routines. It also implements the 401 the driver's callback is executed, pci_pm_runtime_resume() brings the device 431 management callbacks for this purpose. They are executed in phases such that 457 suspend callback is executed, if present, and its result is returned. Next, if 463 callback is executed, if defined, and its result is returned if it fails. 468 the pci_pm_suspend() callback may be executed in parallel for any pair of PCI 472 The pci_pm_suspend_noirq() routine is executed after suspend_device_irqs() has [all …]
|
| H A D | suspend-and-interrupts.rst | 14 ->prepare, ->suspend and ->suspend_late callbacks have been executed for all 52 for it will be executed as usual after suspend_device_irqs(), even if the 91 not executed for system wakeup IRQs. They are only executed for IRQF_NO_SUSPEND
|
| /linux/Documentation/tools/rtla/ |
| H A D | common_options.txt | 68 Defines an action to be executed when tracing is stopped on a latency threshold 71 Multiple --on-threshold actions may be specified, and they will be executed in 73 will not be executed. 94 Continue tracing after actions are executed instead of stopping. 112 Defines an action to be executed at the end of tracing. 114 Multiple --on-end actions can be specified, and they will be executed in the order 116 executed.
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-devices-online | 10 .offline() callback is executed for the device and (if 13 this file, the device bus type's .online() callback is executed 20 type's .online() is executed successfully.
|
| H A D | sysfs-driver-ppi | 31 executed in the pre-OS environment. It is the only input from 60 operation to be executed in the pre-OS environment by the BIOS 71 operation to be executed in the pre-OS environment by the BIOS
|
| /linux/lib/kunit/ |
| H A D | Kconfig | 100 string only matching tests are executed. 102 If unsure, leave empty so all tests are executed. 108 string only matching tests are executed. 110 If unsure, leave empty so all tests are executed. 116 string only matching tests are executed. 118 If unsure, leave empty so all tests are executed.
|
| /linux/Documentation/livepatch/ |
| H A D | callbacks.rst | 63 callback will only be executed if its corresponding patch callback was 64 executed. Typical use cases pair a patch handler that acquires and 68 A callback is only executed if its host klp_object is loaded. For 90 No post-patch, pre-unpatch, or post-unpatch callbacks will be executed 96 will only occur if their corresponding post-patch callback executed).
|
| /linux/tools/testing/selftests/tc-testing/creating-testcases/ |
| H A D | AddingTestCases.txt | 41 dependsOn: Same as 'skip', but the value is executed as a command. The test 49 Each command can be a string to be executed, or a list consisting 50 of a string which is a command to be executed, followed by 1 or 70 Each command can be a string to be executed, or a list consisting 71 of a string which is a command to be executed, followed by 1 or
|
| /linux/Documentation/core-api/real-time/ |
| H A D | differences.rst | 72 Soft interrupts are raised by the interrupt handler and are executed after the 117 By default, an hrtimer is executed in hard interrupt context. The exception is 118 timers initialized with the HRTIMER_MODE_SOFT flag, which are executed in 121 On a PREEMPT_RT kernel, this behavior is reversed: hrtimers are executed in 160 On non-PREEMPT_RT systems, all irq_work items are executed immediately in 162 timer tick but are still executed in interrupt context. 171 executed in hard interrupt context. Lazy items (IRQ_WORK_LAZY) continue to be 172 deferred until the next timer tick and are also executed by the irq_work/ 182 with other SCHED_OTHER tasks when executed within ksoftirqd.
|
| /linux/Documentation/driver-api/pm/ |
| H A D | notifiers.rst | 38 executed and tasks have been thawed. 47 callbacks have been executed and tasks have been thawed. 54 resume callbacks have been executed and tasks have been thawed.
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-mem.txt | 106 - symbol_daddr: name of data symbol being executed on at the time of sample 107 - symbol_iaddr: name of code symbol being executed on at the time of sample 108 - dso_daddr: name of library or module containing the data being executed 115 - phys_daddr: physical address of data being executed on at the time of sample 116 - data_page_size: the data page size of data being executed on at the time of sample
|
| H A D | perf-ftrace.txt | 110 functions executed from the given function. This can be used more 119 executed from the given function. This can be used more than once to 192 useful to trace for functions executed from the given function. This 200 disables tracing for function executed from the given function. This
|
| /linux/Documentation/sound/designs/ |
| H A D | compress-accel.rst | 98 operation is executed before. If seqno is zero, operation is executed for all 122 Stop (dequeues) a task. If seqno is zero, operation is executed for all
|
| /linux/Documentation/arch/arm64/ |
| H A D | amu.rst | 32 - Instructions retired: increments with every architecturally executed 102 - Security reasons: they might expose information about code executed in 115 - Security reasons: they might expose information about code executed
|
| /linux/Documentation/arch/arm/ |
| H A D | kernel_mode_neon.rst | 13 * Don't sleep in your NEON code, and be aware that it will be executed with 24 may call schedule()], as NEON or VFP instructions will be executed in a 58 * NEON/VFP code is executed with preemption disabled. 75 executed in kernel mode. If such a condition is encountered, the kernel will
|
| /linux/Documentation/gpu/ |
| H A D | msm-preemption.rst | 24 and preempts to it if said ring is not the one being currently executed. This is 59 is done by specifying preamble and postambles. Those are IBs that are executed 66 being executed. There are different kinds of preemption records and most of
|
| /linux/drivers/mtd/ubi/ |
| H A D | fastmap-wl.c | 112 int free, expect_free, executed; in wait_free_pebs_for_pool() local 135 if (do_work(ubi, &executed) || !executed) in wait_free_pebs_for_pool()
|
| /linux/Documentation/core-api/ |
| H A D | refcount-vs-atomic.rst | 37 are executed in program order on a single CPU. 43 before any po-later instruction is executed on the same CPU. 46 other CPUs before any po-later instruction is executed on the original
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | special-register-buffer-data-sampling.rst | 59 executed on another core or sibling thread using MDS techniques. 87 the mitigation for RDRAND and RDSEED instructions executed outside of Intel 103 disables the mitigation for RDRAND and RDSEED executed outside of an Intel SGX
|
| H A D | reg-file-data-sampling.rst | 40 executed. 44 VERW is executed by the kernel before returning to user space, and by KVM
|
| /linux/tools/memory-model/litmus-tests/ |
| H A D | MP+polockonce+poacquiresilsil.litmus | 9 * the smp_load_acquire() executed before the lock was acquired (loosely
|
| H A D | MP+polockmbonce+poacquiresilsil.litmus | 10 * executed before the lock was acquired (loosely speaking).
|
| /linux/Documentation/tee/ |
| H A D | op-tee.rst | 134 * Attack vector: Code that is executed prior to issuing the SMC call to load 145 load OP-TEE isn't executed when desired, leaving it open to being executed
|