| /linux/tools/testing/selftests/ftrace/test.d/trigger/ |
| H A D | trigger-hist-poll.tc | 37 # if timeout happens, poll returns 1. 48 echo "poll exits before event happens" 59 # if timeout happens, poll returns 1. 70 echo "poll exits before event happens"
|
| /linux/arch/mips/cavium-octeon/executive/ |
| H A D | cvmx-interrupt-decodes.c | 244 /*pcs_int_en_reg.s.dup = 1; // This happens during normal operation */ in __cvmx_interrupt_pcsx_intx_en_reg_enable() 249 /*pcs_int_en_reg.s.rxerr_en = 1; // This happens during normal operation */ in __cvmx_interrupt_pcsx_intx_en_reg_enable() 254 /*pcs_int_en_reg.s.xmit_en = 1; // This happens during normal operation */ in __cvmx_interrupt_pcsx_intx_en_reg_enable() 255 /*pcs_int_en_reg.s.lnkspd_en = 1; // This happens during normal operation */ in __cvmx_interrupt_pcsx_intx_en_reg_enable() 259 /*pcs_int_en_reg.s.dup = 1; // This happens during normal operation */ in __cvmx_interrupt_pcsx_intx_en_reg_enable() 264 /*pcs_int_en_reg.s.rxerr_en = 1; // This happens during normal operation */ in __cvmx_interrupt_pcsx_intx_en_reg_enable() 269 /*pcs_int_en_reg.s.xmit_en = 1; // This happens during normal operation */ in __cvmx_interrupt_pcsx_intx_en_reg_enable() 270 /*pcs_int_en_reg.s.lnkspd_en = 1; // This happens during normal operation */ in __cvmx_interrupt_pcsx_intx_en_reg_enable() 297 pcsx_int_en_reg.s.bitlckls_en = 0; /* Happens if XAUI module is not installed */ in __cvmx_interrupt_pcsxx_int_en_reg_enable()
|
| /linux/Documentation/i2c/busses/ |
| H A D | i2c-ali1563.rst | 22 notable exceptions. One of those happens to be the fact they upgraded the 23 i2c core to be SMBus 2.0 compliant, and happens to be almost identical to
|
| /linux/Documentation/core-api/ |
| H A D | debug-objects.rst | 78 problem before the real initialization of the object happens. E.g. it 101 problem before the real initialization of the object happens. E.g. it 125 problem before the real activation of the object happens. E.g. it can 165 before the real destruction of the object happens. E.g. it can 181 object happens. E.g. it can deactivate an active object in order to
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-devices-state_synced | 19 which happens only when all its consumer devices are registered 26 sync_state() call happens independent of the state of the
|
| /linux/arch/alpha/include/asm/ |
| H A D | extable.h | 15 * Either errreg or valreg may be $31, in which case nothing happens. 17 * The exception fixup information "just so happens" to be arranged
|
| /linux/arch/parisc/include/asm/ |
| H A D | extable.h | 14 * receive -EFAULT when an exception happens if the lowest bit in 18 * modified at runtime if a fault happens. Register %r0 will be ignored.
|
| /linux/tools/perf/pmu-events/arch/common/common/ |
| H A D | legacy-hardware.json | 4 "BriefDescription": "Total cycles. Be wary of what happens during CPU frequency scaling [This event is an alias of cycles].", 9 "BriefDescription": "Total cycles. Be wary of what happens during CPU frequency scaling [This event is an alias of cpu-cycles].",
|
| /linux/Documentation/trace/ |
| H A D | osnoise-tracer.rst | 36 events. When a noise happens without any interference from the operating 104 higher than the configured value happens. Writing 0 disables this 107 higher than the configured value happens. Writing 0 disables this 171 The reason roots in the overhead of the entry and exit code that happens
|
| /linux/arch/x86/boot/startup/ |
| H A D | gdt_idt.c | 14 * used until the idt_table takes over. On the boot CPU this happens in 16 * this happens in the functions called from head_64.S.
|
| /linux/rust/kernel/ |
| H A D | uaccess.rs | 173 /// Fails with [`EFAULT`] if the read happens on a bad address. 259 /// Fails with [`EFAULT`] if the read happens on a bad address, or if the read goes out of 284 /// Fails with [`EFAULT`] if the read happens on a bad address, or if the read goes out of 337 /// Fails with [`EFAULT`] if the read happens on a bad address, or if the read goes out of 369 /// Fails with [`EFAULT`] if the read happens on a bad address. 389 /// Fails with [`EFAULT`] if the read happens on a bad address (some data may have been 487 /// Fails with [`EFAULT`] if the write happens on a bad address, or if the write goes out of 599 /// Fails with [`EFAULT`] if the write happens on a bad address, or if the write goes out of 632 /// read. Fails with [`EFAULT`] if a read happens on a bad address (some data may have been
|
| /linux/tools/testing/selftests/powerpc/signal/ |
| H A D | signal_tm.c | 63 * If anything bad happens in ASM and we fail to set ret in test_signal_tm() 78 * happens. in test_signal_tm()
|
| /linux/tools/memory-model/Documentation/ |
| H A D | glossary.txt | 40 See also "Happens-Before", "Reads-From", "Relaxed", and "Release". 123 Happens-Before (hb): A relation between two accesses in which LKMM 125 detail, please see the "THE HAPPENS-BEFORE RELATION: hb"
|
| /linux/Documentation/timers/ |
| H A D | highres.rst | 161 calls when an interrupt happens. The overhead would be much larger than the 174 When the timer interrupt happens, the next event interrupt handler is called 224 called when an interrupt happens during the idle period, which does not cause a 233 hrtimer_update_jiffies() is called from irq_enter() when an interrupt happens
|
| /linux/security/ |
| H A D | inode.c | 102 * file is to be removed (no automatic cleanup happens if your module 188 * to be removed (no automatic cleanup happens if your module is unloaded, 216 * to be removed (no automatic cleanup happens if your module is unloaded, 248 * to be removed (no automatic cleanup happens if your module is unloaded,
|
| /linux/tools/testing/selftests/bpf/verifier/ |
| H A D | atomic_fetch_add.c | 66 /* It happens that the address leak check is first, but it would also be 79 /* It happens that the address leak check is first, but it would also be
|
| /linux/kernel/ |
| H A D | extable.c | 103 * If a stack dump happens while RCU is not watching, then in kernel_text_address() 106 * triggers a stack trace, or a WARN() that happens during in kernel_text_address()
|
| /linux/Documentation/process/ |
| H A D | volatile-considered-harmful.rst | 69 hyperthreaded twin processor; it also happens to serve as a compiler 79 ensures that the access happens as expected by the programmer.
|
| /linux/Documentation/bpf/ |
| H A D | prog_cgroup_sysctl.rst | 72 written to sysctl before actual write happens. This helper can be used only 76 written to sysctl before actual write happens. Sysctl value will be
|
| /linux/net/rds/ |
| H A D | ib_ring.c | 44 * Freeing always happens in an interrupt, and hence only 62 * This only happens on shutdown.
|
| /linux/tools/lib/ |
| H A D | list_sort.c | 130 * bits k-1 .. 0. Each time this happens (except the very first time 134 * This merge happens exactly when the count reaches an odd multiple of 138 * After this happens twice, we have created two lists of size 2^(k+1),
|
| /linux/kernel/trace/rv/monitors/sco/ |
| H A D | Kconfig | 10 Monitor to ensure sched_set_state happens only in thread context.
|
| /linux/kernel/trace/rv/monitors/snroc/ |
| H A D | Kconfig | 10 Monitor to ensure sched_set_state happens only in the respective task's context.
|
| /linux/drivers/acpi/ |
| H A D | button.c | 95 * never happens. 106 * happens on close, not on open and _LID always returns closed. 117 * happens on close, not on open and _LID always returns closed. 128 * only happens on close, not on open and _LID always returns closed. 139 * only happens on close, not on open and _LID keeps returning closed.
|
| /linux/drivers/target/iscsi/ |
| H A D | Kconfig | 13 Configuration of the SCSI target mode stack happens through configfs.
|