Home
last modified time | relevance | path

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

1234

/linux/arch/ia64/mm/
A Dtlb.c113 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/arch/ia64/include/asm/
A 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/arch/powerpc/platforms/8xx/
A 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/Documentation/admin-guide/blockdev/drbd/
A Dindex.rst9 is designed to serve as a building block for high availability
A Ddata-structure-v9.rst40 counted. The peer_device objects only serve to establish the links between
/linux/Documentation/devicetree/bindings/arc/
A Dpct.txt9 counted, the HW events themselves cannot serve as a trigger for a sample.
/linux/Documentation/hwmon/
A Dmax31790.rst31 also be configured to serve as tachometer inputs.
A Dlm87.rst73 The LM87 has four pins which can serve one of two possible functions,
/linux/Documentation/ABI/testing/
A Dsysfs-bus-iio-trigger-sysfs29 into the associated file, which will serve as the id of the
/linux/Documentation/devicetree/bindings/devfreq/
A Dnvidia,tegra30-actmon.yaml17 which the external memory needs to be clocked in order to serve all requests
/linux/Documentation/process/
A 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/Documentation/PCI/endpoint/
A Dpci-test-function.rst16 used to test the endpoint functionality and serve as a sample driver
/linux/Documentation/devicetree/bindings/gpio/
A D8xxx_gpio.txt16 The GPIO module may serve as another interrupt controller (cascaded to
/linux/drivers/block/drbd/
A DKconfig20 is designed to serve as a building block for high availability
/linux/tools/testing/selftests/futex/
A DREADME11 primitives. These can be used as is in user applications or can serve as
/linux/Documentation/devicetree/bindings/remoteproc/
A Dti,omap-remoteproc.yaml144 One or more phandles to OMAP DMTimer nodes, that serve
161 serve as Watchdog timers for the processor cores. This
/linux/tools/lib/perf/Documentation/
A Dlibperf-counting.txt110 Now we create libperf's event list, which will serve as holder for the events we want:
A Dlibperf-sampling.txt107 Now we create libperf's event list, which will serve as holder for the cycles event:
/linux/Documentation/devicetree/bindings/usb/
A Damlogic,meson-g12a-usb-ctrl.yaml23 connected to the Glue to serve as OTG ID change detection.
/linux/Documentation/devicetree/bindings/sound/
A Dcs35l36.txt94 - cirrus,irq-gpio-select : Selects the pin to serve as the programmable
/linux/drivers/tty/
A DKconfig92 select the console driver that will serve as the backend for the
185 serial ports because they serve many terminals or dial-in
/linux/drivers/staging/media/atomisp/
A DTODO59 serve as a model:
/linux/Documentation/admin-guide/
A Dpnp.rst280 ISAPNP drivers. They should serve as a temporary solution only.
/linux/Documentation/virt/kvm/devices/
A Dxive.rst148 -EBUSY No CPU available to serve interrupt
/linux/Documentation/userspace-api/
A Diommu.rst28 4. Report errors to the guest and serve page requests

Completed in 34 milliseconds

1234