Home
last modified time | relevance | path

Searched refs:serve (Results 1 – 25 of 62) sorted by relevance

123

/Linux-v4.19/arch/ia64/mm/
Dtlb.c105 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/
Dspinlock.h45 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/
DKconfig19 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/
Dpct.txt9 counted, the HW events themselves cannot serve as a trigger for a sample.
/Linux-v4.19/Documentation/blockdev/drbd/
DREADME.txt4 is designed to serve as a building block for high availability
Ddata-structure-v9.txt36 counted. The peer_device objects only serve to establish the links between
/Linux-v4.19/Documentation/devicetree/bindings/arm/tegra/
Dnvidia,tegra30-actmon.txt5 which the external memory needs to be clocked in order to serve all requests
/Linux-v4.19/Documentation/hwmon/
Dmax3179027 also be configured to serve as tachometer inputs.
Dlm8764 The LM87 has four pins which can serve one of two possible functions,
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-bus-iio-trigger-sysfs29 into the associated file, which will serve as the id of the
/Linux-v4.19/Documentation/PCI/endpoint/
Dpci-test-function.txt11 used to test the endpoint functionality and serve as a sample driver
/Linux-v4.19/Documentation/devicetree/bindings/gpio/
D8xxx_gpio.txt16 The GPIO module may serve as another interrupt controller (cascaded to
/Linux-v4.19/Documentation/process/
Dvolatile-considered-harmful.rst26 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/
DKconfig21 is designed to serve as a building block for high availability
/Linux-v4.19/tools/testing/selftests/futex/
DREADME11 primitives. These can be used as is in user applications or can serve as
/Linux-v4.19/Documentation/devicetree/bindings/dma/
Drenesas,rcar-dmac.txt9 an 8-bit port number called the MID/RID. A DMA controller can thus serve up to
/Linux-v4.19/Documentation/hid/
Dhidraw.txt115 purpose, and can serve as a starting point for developing applications using
/Linux-v4.19/Documentation/
Dpnp.txt280 ISAPNP drivers. They should serve as a temporary solution only.
/Linux-v4.19/drivers/tty/
DKconfig93 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/
DREADME.buddha102 determine what driver has to serve the INT2. Buddha and
/Linux-v4.19/Documentation/riscv/
Dpmu.txt182 Consider perf as a state machine, then you will find that these functions serve
/Linux-v4.19/Documentation/power/
Dpower_supply_class.txt225 should be factored out, and in fact, apm_power, the driver to serve
/Linux-v4.19/Documentation/usb/
Dgadget_configfs.txt167 All the above steps serve the purpose of composing the gadget of
/Linux-v4.19/Documentation/driver-api/
Dclk.rst34 serve as a convenient shorthand for the implementation of the
/Linux-v4.19/Documentation/networking/
Dudplite.txt99 For testing purposes, the following can serve as a `mini' header file:

123