/linux-6.3-rc2/arch/ia64/mm/ |
A D | tlb.c | 113 unsigned long serve; member 119 ss->serve = val; in spinaphore_init() 124 unsigned long t = ia64_fetchadd(1, &ss->ticket, acq), serve; in down_spin() local 126 if (time_before(t, ss->serve)) in down_spin() 132 asm volatile ("ld8.c.nc %0=[%1]" : "=r"(serve) : "r"(&ss->serve) : "memory"); in down_spin() 133 if (time_before(t, serve)) in down_spin() 141 ia64_fetchadd(1, &ss->serve, rel); in up_spin()
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | spinlock.h | 45 int *p = (int *)&lock->lock, ticket, serve; in __ticket_spin_lock() local 55 asm volatile ("ld4.c.nc %0=[%1]" : "=r"(serve) : "r"(p) : "memory"); in __ticket_spin_lock() 57 if (!(((serve >> TICKET_SHIFT) ^ ticket) & TICKET_MASK)) in __ticket_spin_lock()
|
/linux-6.3-rc2/arch/powerpc/platforms/8xx/ |
A D | Kconfig | 19 The MPC86xADS is meant to serve as a platform for s/w and h/w 29 The MPC885ADS is meant to serve as a platform for s/w and h/w 76 Enable FEC2 to serve as 2-nd Ethernet channel. Note that SMC2 83 Enable SCC3 to serve as 2-nd Ethernet channel. Note that SMC1
|
/linux-6.3-rc2/Documentation/driver-api/tty/ |
A D | tty_internals.rst | 12 These functions serve for opening a TTY from the kernelspace:
|
/linux-6.3-rc2/Documentation/admin-guide/blockdev/drbd/ |
A D | index.rst | 9 is designed to serve as a building block for high availability
|
A D | data-structure-v9.rst | 40 counted. The peer_device objects only serve to establish the links between
|
/linux-6.3-rc2/Documentation/devicetree/bindings/arc/ |
A D | pct.txt | 9 counted, the HW events themselves cannot serve as a trigger for a sample.
|
/linux-6.3-rc2/Documentation/hwmon/ |
A D | max31790.rst | 31 also be configured to serve as tachometer inputs.
|
A D | lm87.rst | 73 The LM87 has four pins which can serve one of two possible functions,
|
/linux-6.3-rc2/Documentation/devicetree/bindings/clock/ |
A D | qcom,gcc-apq8084.yaml | 59 /* UFS PHY on APQ8084 is not supported (yet), so these bindings just serve an example */
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-bus-iio-trigger-sysfs | 29 into the associated file, which will serve as the id of the
|
/linux-6.3-rc2/Documentation/devicetree/bindings/devfreq/ |
A D | nvidia,tegra30-actmon.yaml | 17 which the external memory needs to be clocked in order to serve all requests
|
/linux-6.3-rc2/Documentation/PCI/endpoint/ |
A D | pci-test-function.rst | 16 used to test the endpoint functionality and serve as a sample driver
|
/linux-6.3-rc2/Documentation/devicetree/bindings/gpio/ |
A D | 8xxx_gpio.txt | 16 The GPIO module may serve as another interrupt controller (cascaded to
|
/linux-6.3-rc2/Documentation/process/ |
A D | volatile-considered-harmful.rst | 26 code, volatile can only serve to slow things down. 69 hyperthreaded twin processor; it also happens to serve as a compiler
|
/linux-6.3-rc2/drivers/block/drbd/ |
A D | Kconfig | 20 is designed to serve as a building block for high availability
|
/linux-6.3-rc2/tools/testing/selftests/futex/ |
A D | README | 11 primitives. These can be used as is in user applications or can serve as
|
/linux-6.3-rc2/Documentation/networking/devlink/ |
A D | devlink-linecard.rst | 11 line cards that serve as a detachable PHY modules for modular switch
|
/linux-6.3-rc2/Documentation/devicetree/bindings/remoteproc/ |
A D | ti,omap-remoteproc.yaml | 147 One or more phandles to OMAP DMTimer nodes, that serve 166 serve as Watchdog timers for the processor cores. This
|
/linux-6.3-rc2/tools/lib/perf/Documentation/ |
A D | libperf-counting.txt | 110 Now we create libperf's event list, which will serve as holder for the events we want:
|
A D | libperf-sampling.txt | 107 Now we create libperf's event list, which will serve as holder for the cycles event:
|
/linux-6.3-rc2/Documentation/devicetree/bindings/usb/ |
A D | amlogic,meson-g12a-usb-ctrl.yaml | 23 connected to the Glue to serve as OTG ID change detection.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/ |
A D | cs35l36.txt | 94 - cirrus,irq-gpio-select : Selects the pin to serve as the programmable
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | pnp.rst | 280 ISAPNP drivers. They should serve as a temporary solution only.
|
/linux-6.3-rc2/drivers/tty/ |
A D | Kconfig | 92 select the console driver that will serve as the backend for the 204 serial ports because they serve many terminals or dial-in
|