Home
last modified time | relevance | path

Searched full:around (Results 1 – 25 of 1564) sorted by relevance

12345678910>>...63

/linux/include/linux/
H A Doverflow.h56 * Returns true on wrap-around, false otherwise.
59 * wrap-around occurred.
70 * Return the potentially wrapped-around addition without
71 * tripping any wrap-around sanitizers that may be enabled.
85 * Increments @var by @offset with wrap-around. Returns the resulting
86 * value of @var. Will not trip any wrap-around sanitizers.
102 * Returns true on wrap-around, false otherwise.
105 * wrap-around occurred.
116 * Return the potentially wrapped-around subtraction without
117 * tripping any wrap-around sanitizers that may be enabled.
[all …]
H A Dcompiler-gcc.h23 * To work around it we hide the relationship of the pointer and the object
27 * RELOC_HIDE could trash r30. The bug can be worked around by changing
47 * Adding an empty inline assembly before it works around the problem
H A Decryptfs.h28 * be passed around or referenced on the command line */
49 * For convenience, we may need to pass around the encrypted session
/linux/Documentation/process/
H A D6.Followthrough.rst37 still be around and under development a decade from now.
58 to get around a problem actually needs to become a generalized
83 around.
92 around. So it is always a good idea to remind reviewers of previously
188 it with the assumption that you will not be around to maintain it
208 eventually flow around you and get into the mainline anyway. In the Linux
/linux/arch/powerpc/platforms/8xx/
H A DKconfig20 development around the MPC86X processor families.
30 development around the MPC885 processor family.
119 to disable it if you have worked around the bug in the compiler
/linux/arch/xtensa/
H A DKconfig.debug43 bool "Dump user code around unhandled exception address"
45 Enable this option to display user code around PC of the unhandled
/linux/Documentation/driver-api/usb/
H A Derror-codes.rst71 some problem that could not be worked around.
111 prescribed bus turn-around time
116 prescribed bus turn-around time
127 prescribed bus turn-around time. This error
173 be worked around, such as a physical
/linux/drivers/media/pci/saa7164/
H A Dsaa7164-bus.c196 /* Read didn't wrap around the buffer */ in saa7164_bus_set()
254 /* Additional data wraps around the ring */ in saa7164_bus_set()
350 /* Write doesn't wrap around the ring */ in saa7164_bus_get()
353 /* Write wraps around the ring */ in saa7164_bus_get()
409 /* Write doesn't wrap around the ring */ in saa7164_bus_get()
412 /* Write wraps around the ring */ in saa7164_bus_get()
439 /* Additional data wraps around the ring */ in saa7164_bus_get()
/linux/tools/perf/util/
H A Dmutex.h9 * A function-like feature checking macro that is a wrapper around
88 * A wrapper around the mutex implementation that allows perf to error check
95 /* A wrapper around the condition variable implementation. */
/linux/tools/testing/selftests/rseq/
H A Dcompiler.h5 * Work-around asm goto compiler bugs.
23 * Work around these issues by adding a volatile inline asm with
/linux/rust/zerocopy/src/pointer/
H A Dinner.rs49 /// - `ptr`'s referent does not wrap around the address space \[1\]
63 /// around the address space (in other words, will not overflow
192 // wrap around the address space [1], and so none of the addresses in project()
269 // range which does not wrap around the address space. in with_meta()
376 // 4. `ptr` addresses a byte range which does not wrap around the in trailing_slice()
400 // around the address space. Thus, this pointer arithmetic remains in slice_unchecked()
401 // in-bounds of the same allocation, and does not wrap around the in slice_unchecked()
456 // > must not “wrap around” the edge of the address space. in iter()
472 // does not wrap around the address space. Since `elem` is in iter()
474 // around the address space. in iter()
[all …]
/linux/Documentation/hwmon/
H A Dbpa-rs600.rst69 temp1_input Measured temperature around input connector
72 temp2_input Measured temperature around output connector
/linux/Documentation/devicetree/bindings/phy/
H A Dmediatek,mt7988-xfi-tphy.yaml43 problem in 10GBase-R mode which needs a work-around in the driver.
44 This flag enables a work-around adjusting an analog phy setting and
/linux/Documentation/timers/
H A Dtimekeeping.rst31 n bits which count from 0 to (2^n)-1 and then wraps around to 0 and start over.
76 Since a 32-bit counter at say 100 MHz will wrap around to zero after some 43
80 code knows when the counter will wrap around and can insert the necessary
155 drift between the CPUs on the system. The kernel can work around this by
/linux/drivers/gpu/drm/tests/
H A Ddrm_modes_test.c62 * pixel clock of 13.5 MHz, a pixel takes around 74ns, so we in drm_test_modes_analog_tv_ntsc_480i()
120 * clock of 13.5 MHz, a pixel takes around 74ns, so we need to in drm_test_modes_analog_tv_pal_576i()
178 * clock of 13.5 MHz, a pixel takes around 74ns, so we need to in drm_test_modes_analog_tv_mono_576i()
/linux/include/drm/display/
H A Ddrm_scdc_helper.h45 * Reads a single byte from SCDC. This is a convenience wrapper around the
63 * Writes a single byte to SCDC. This is a convenience wrapper around the
/linux/tools/testing/selftests/kvm/x86/
H A Dnested_tsc_scaling_test.c185 printf("real TSC frequency is around: %"PRIu64"\n", l0_tsc_freq); in main()
218 printf("L1's TSC frequency is around: %"PRIu64 in main()
226 printf("L2's TSC frequency is around: %"PRIu64 in main()
/linux/arch/sh/drivers/pci/
H A Dops-dreamcast.c22 * someone implicitly messes around with the last devfn value.. otherwise we
30 * I suppose if someone actually gets around to ripping the chip out of
/linux/Documentation/devicetree/bindings/net/
H A Dmdio.yaml72 broken-turn-around:
76 the turn around line low at end of the control phase of the
/linux/Documentation/arch/arm/
H A Dnetwinder.rst6 to run Linux. It is based around the StrongARM RISC processor,
7 DC21285 PCI bridge, with PC-type hardware glued around it.
/linux/Documentation/devicetree/bindings/iio/
H A Dmount-matrix.txt131 device on a flat surface and spin it around the z axis (such as rotating a
190 compensate by performing a -30 degrees rotation around the X axis:
196 The sensor is flipped 180 degrees (Pi radians) around the Z axis, i.e. mounted
/linux/Documentation/scsi/
H A Dscsi-changer.rst25 changer device this is a "don't care", he *only* shuffles around the
34 media transport this one shuffles around the media, i.e. the
165 I wrote this driver using the famous mailing-patches-around-the-world
/linux/tools/perf/arch/arm64/util/
H A Darm-spe.c545 * wrapped around. Otherwise, continue to detect if head might have wrapped. in arm_spe_buffer_has_wrapped()
558 * head has numerically wrapped around. To find we need to check if we have data at the in arm_spe_buffer_has_wrapped()
577 * numerically wrapped around at least once. in arm_spe_buffer_has_wrapped()
606 * Check to see if *head has wrapped around. If it hasn't only the in arm_spe_find_snapshot()
609 * wrapped around the entire size of the AUX ring buffer it taken. in arm_spe_find_snapshot()
627 * *head has wrapped around - adjust *head and *old to pickup the in arm_spe_find_snapshot()
/linux/Documentation/admin-guide/media/
H A Davermedia.rst32 The DVB-T card is based around the BT878 chip which is a very
50 I get around to this, I'll update the document with whatever I
/linux/arch/arm/mach-lpc32xx/
H A Dserial.c113 * Force a flush of the RX FIFOs to work around a in lpc32xx_serial_init()
129 /* Force a flush of the RX FIFOs to work around a HW bug */ in lpc32xx_serial_init()

12345678910>>...63