Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-5.10/arch/ia64/mm/
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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arc/
Dpct.txt9 counted, the HW events themselves cannot serve as a trigger for a sample.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/tegra/
Dnvidia,tegra30-actmon.txt5 which the external memory needs to be clocked in order to serve all requests
/kernel/linux/linux-5.10/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,
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/gpio/
D8xxx_gpio.txt16 The GPIO module may serve as another interrupt controller (cascaded to
/kernel/linux/linux-5.10/Documentation/PCI/endpoint/
Dpci-test-function.rst16 used to test the endpoint functionality and serve as a sample driver
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/block/drbd/
DKconfig20 is designed to serve as a building block for high availability
/kernel/linux/linux-5.10/tools/testing/selftests/futex/
DREADME11 primitives. These can be used as is in user applications or can serve as
/kernel/linux/linux-5.10/tools/lib/perf/Documentation/
Dlibperf-counting.txt110 Now we create libperf's event list, which will serve as holder for the events we want:
Dlibperf-sampling.txt107 Now we create libperf's event list, which will serve as holder for the cycles event:
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dcs35l36.txt94 - cirrus,irq-gpio-select : Selects the pin to serve as the programmable
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/
DTODO59 serve as a model:
/kernel/linux/linux-5.10/Documentation/hid/
Dhidraw.rst133 purpose, and can serve as a starting point for developing applications using
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dpnp.rst280 ISAPNP drivers. They should serve as a temporary solution only.
/kernel/linux/linux-5.10/Documentation/virt/kvm/devices/
Dxive.rst148 -EBUSY No CPU available to serve interrupt
/kernel/linux/linux-5.10/Documentation/userspace-api/
Diommu.rst28 4. Report errors to the guest and serve page requests
/kernel/linux/linux-5.10/Documentation/m68k/
Dbuddha-driver.rst107 determine what driver has to serve the INT2. Buddha and

1234