Home
last modified time | relevance | path

Searched full:happens (Results 1 – 25 of 1988) sorted by relevance

12345678910>>...80

/Linux-v6.6/include/linux/
Dinstrumented.h22 * before the actual read happens.
36 * before the actual write happens.
50 * before the actual write happens.
64 * before the actual read happens.
78 * before the actual write happens.
92 * inserted before the actual write happens.
155 * whether the instrumentation happens before or after the data is copied from
173 * whether the instrumentation happens before or after the data is copied from
/Linux-v6.6/arch/mips/cavium-octeon/executive/
Dcvmx-interrupt-decodes.c244 /*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-v6.6/Documentation/i2c/busses/
Di2c-ali1563.rst22 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-v6.6/Documentation/core-api/
Ddebug-objects.rst78 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-v6.6/drivers/watchdog/
Dmarvell_gti_wdt.c18 * This will generate the interrupt to arm core whenever timeout happens.
21 * This will generate interrupt to arm core on 1st timeout happens
22 * This will generate interrupt to SCP processor on 2nd timeout happens
25 * This will generate interrupt to arm core on 1st timeout happens
26 * Will generate interrupt to SCP processor on 2nd timeout happens,
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-devices-state_synced19 which happens only when all its consumer devices are registered
26 sync_state() call happens independent of the state of the
/Linux-v6.6/fs/efs/
Dfile.c24 * i have no idea why this happens as often as it does in efs_get_block()
48 * i have no idea why this happens as often as it does in efs_bmap()
/Linux-v6.6/arch/alpha/include/asm/
Dextable.h15 * Either errreg or valreg may be $31, in which case nothing happens.
17 * The exception fixup information "just so happens" to be arranged
/Linux-v6.6/Documentation/trace/
Dosnoise-tracer.rst36 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-v6.6/tools/testing/selftests/powerpc/signal/
Dsignal_tm.c63 * If anything bad happens in ASM and we fail to set ret in test_signal_tm()
78 * happens. in test_signal_tm()
/Linux-v6.6/tools/memory-model/Documentation/
Dglossary.txt40 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-v6.6/Documentation/timers/
Dhighres.rst161 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-v6.6/security/
Dinode.c100 * file is to be removed (no automatic cleanup happens if your module
193 * to be removed (no automatic cleanup happens if your module is unloaded,
221 * to be removed (no automatic cleanup happens if your module is unloaded,
253 * to be removed (no automatic cleanup happens if your module is unloaded,
/Linux-v6.6/tools/testing/selftests/bpf/verifier/
Datomic_fetch_add.c66 /* 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-v6.6/drivers/staging/fieldbus/Documentation/
Dfieldbus_dev.txt25 Communication between PLC and device typically happens via process data memory,
47 Registration then happens by calling fieldbus_dev_register().
/Linux-v6.6/Documentation/process/
Dmaintainer-tip.rst50 - interrupt core development happens in the irq/core branch
52 - interrupt chip driver development also happens in the irq/core
59 happens in the timers/core branch, but patches are usually applied in
62 - clocksource/event driver development happens in the timers/core
68 - perf core and architecture support development happens in the
71 - perf tooling development happens in the perf tools maintainer
88 RCU development happens in the linux-rcu tree. The resulting changes
Dvolatile-considered-harmful.rst69 hyperthreaded twin processor; it also happens to serve as a compiler
79 ensures that the access happens as expected by the programmer.
/Linux-v6.6/arch/powerpc/platforms/embedded6xx/
Dlinkstation.c114 for(;;) /* Spin until reset happens */ in linkstation_restart()
127 for(;;) /* Spin until power-off happens */ in linkstation_power_off()
/Linux-v6.6/kernel/
Dextable.c103 * 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-v6.6/net/rds/
Dib_ring.c44 * Freeing always happens in an interrupt, and hence only
62 * This only happens on shutdown.
/Linux-v6.6/Documentation/bpf/
Dprog_cgroup_sysctl.rst72 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-v6.6/drivers/net/wireless/intel/ipw2x00/
DKconfig35 initialization time, and when built-in this typically happens
97 initialization time, and when built-in this typically happens
/Linux-v6.6/Documentation/PCI/
Dpcieaer-howto.rst144 fatal error happens. The Root Port AER service driver provides a
209 What happens if a PCIe device driver does not provide an
218 What happens if an upstream port service driver does not provide
/Linux-v6.6/Documentation/locking/
Drobust-futexes.rst92 registration happens at most once per thread lifetime]. At do_exit()
139 - no per-lock kernel allocation happens.
187 thread lifetime, and the cleanup operation, if it happens, is fast and
/Linux-v6.6/Documentation/driver-api/media/
Dv4l2-device.rst40 be ``NULL``, but it happens with ISA devices or when one device creates
59 happens the parent device becomes invalid. Since :c:type:`v4l2_device` has a

12345678910>>...80