/Linux-v4.19/arch/ia64/mm/ |
D | tlb.c | 105 unsigned long serve; member 111 ss->serve = val; in spinaphore_init() 116 unsigned long t = ia64_fetchadd(1, &ss->ticket, acq), serve; in down_spin() local 118 if (time_before(t, ss->serve)) in down_spin() 124 asm volatile ("ld8.c.nc %0=[%1]" : "=r"(serve) : "r"(&ss->serve) : "memory"); in down_spin() 125 if (time_before(t, serve)) in down_spin() 133 ia64_fetchadd(1, &ss->serve, rel); in up_spin()
|
/Linux-v4.19/arch/ia64/include/asm/ |
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-v4.19/arch/powerpc/platforms/8xx/ |
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-v4.19/Documentation/devicetree/bindings/arc/ |
D | pct.txt | 9 counted, the HW events themselves cannot serve as a trigger for a sample.
|
/Linux-v4.19/Documentation/blockdev/drbd/ |
D | README.txt | 4 is designed to serve as a building block for high availability
|
D | data-structure-v9.txt | 36 counted. The peer_device objects only serve to establish the links between
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra30-actmon.txt | 5 which the external memory needs to be clocked in order to serve all requests
|
/Linux-v4.19/Documentation/hwmon/ |
D | max31790 | 27 also be configured to serve as tachometer inputs.
|
D | lm87 | 64 The LM87 has four pins which can serve one of two possible functions,
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-iio-trigger-sysfs | 29 into the associated file, which will serve as the id of the
|
/Linux-v4.19/Documentation/PCI/endpoint/ |
D | pci-test-function.txt | 11 used to test the endpoint functionality and serve as a sample driver
|
/Linux-v4.19/Documentation/devicetree/bindings/gpio/ |
D | 8xxx_gpio.txt | 16 The GPIO module may serve as another interrupt controller (cascaded to
|
/Linux-v4.19/Documentation/process/ |
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-v4.19/drivers/block/drbd/ |
D | Kconfig | 21 is designed to serve as a building block for high availability
|
/Linux-v4.19/tools/testing/selftests/futex/ |
D | README | 11 primitives. These can be used as is in user applications or can serve as
|
/Linux-v4.19/Documentation/devicetree/bindings/dma/ |
D | renesas,rcar-dmac.txt | 9 an 8-bit port number called the MID/RID. A DMA controller can thus serve up to
|
/Linux-v4.19/Documentation/hid/ |
D | hidraw.txt | 115 purpose, and can serve as a starting point for developing applications using
|
/Linux-v4.19/Documentation/ |
D | pnp.txt | 280 ISAPNP drivers. They should serve as a temporary solution only.
|
/Linux-v4.19/drivers/tty/ |
D | Kconfig | 93 select the console driver that will serve as the backend for the 162 serial ports because they serve many terminals or dial-in
|
/Linux-v4.19/Documentation/m68k/ |
D | README.buddha | 102 determine what driver has to serve the INT2. Buddha and
|
/Linux-v4.19/Documentation/riscv/ |
D | pmu.txt | 182 Consider perf as a state machine, then you will find that these functions serve
|
/Linux-v4.19/Documentation/power/ |
D | power_supply_class.txt | 225 should be factored out, and in fact, apm_power, the driver to serve
|
/Linux-v4.19/Documentation/usb/ |
D | gadget_configfs.txt | 167 All the above steps serve the purpose of composing the gadget of
|
/Linux-v4.19/Documentation/driver-api/ |
D | clk.rst | 34 serve as a convenient shorthand for the implementation of the
|
/Linux-v4.19/Documentation/networking/ |
D | udplite.txt | 99 For testing purposes, the following can serve as a `mini' header file:
|