Home
last modified time | relevance | path

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

1234

/Linux-v5.4/arch/ia64/mm/
Dtlb.c114 unsigned long serve; member
120 ss->serve = val; in spinaphore_init()
125 unsigned long t = ia64_fetchadd(1, &ss->ticket, acq), serve; in down_spin() local
127 if (time_before(t, ss->serve)) in down_spin()
133 asm volatile ("ld8.c.nc %0=[%1]" : "=r"(serve) : "r"(&ss->serve) : "memory"); in down_spin()
134 if (time_before(t, serve)) in down_spin()
142 ia64_fetchadd(1, &ss->serve, rel); in up_spin()
/Linux-v5.4/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-v5.4/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-v5.4/Documentation/admin-guide/blockdev/drbd/
Dindex.rst9 is designed to serve as a building block for high availability
Ddata-structure-v9.rst40 counted. The peer_device objects only serve to establish the links between
/Linux-v5.4/Documentation/devicetree/bindings/arc/
Dpct.txt9 counted, the HW events themselves cannot serve as a trigger for a sample.
/Linux-v5.4/Documentation/devicetree/bindings/arm/tegra/
Dnvidia,tegra30-actmon.txt5 which the external memory needs to be clocked in order to serve all requests
/Linux-v5.4/Documentation/hwmon/
Dmax31790.rst31 also be configured to serve as tachometer inputs.
Dlm87.rst73 The LM87 has four pins which can serve one of two possible functions,
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-bus-iio-trigger-sysfs29 into the associated file, which will serve as the id of the
Dsysfs-bus-counter88 This attribute is intended to serve as a pause/unpause mechanism
/Linux-v5.4/Documentation/PCI/endpoint/
Dpci-test-function.rst16 used to test the endpoint functionality and serve as a sample driver
/Linux-v5.4/Documentation/devicetree/bindings/gpio/
D8xxx_gpio.txt16 The GPIO module may serve as another interrupt controller (cascaded to
/Linux-v5.4/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-v5.4/drivers/block/drbd/
DKconfig20 is designed to serve as a building block for high availability
/Linux-v5.4/tools/testing/selftests/futex/
DREADME11 primitives. These can be used as is in user applications or can serve as
/Linux-v5.4/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-v5.4/Documentation/devicetree/bindings/usb/
Damlogic,dwc3.txt55 connected to the Glue to serve as OTG ID change detection.
/Linux-v5.4/Documentation/devicetree/bindings/sound/
Dcs35l36.txt94 - cirrus,irq-gpio-select : Selects the pin to serve as the programmable
/Linux-v5.4/Documentation/hid/
Dhidraw.rst133 purpose, and can serve as a starting point for developing applications using
/Linux-v5.4/Documentation/admin-guide/
Dpnp.rst280 ISAPNP drivers. They should serve as a temporary solution only.
/Linux-v5.4/Documentation/virt/kvm/devices/
Dxive.txt115 -EBUSY: No CPU available to serve interrupt
/Linux-v5.4/Documentation/m68k/
Dbuddha-driver.rst107 determine what driver has to serve the INT2. Buddha and
/Linux-v5.4/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-v5.4/Documentation/translations/it_IT/process/
D5.Posting.rst171 Questa descrizione può essere lunga tanto quanto serve; dovrebbe spiegare
205 Non serve dirlo, un changelog dovrebbe essere il testo usato nel messaggio

1234