Home
last modified time | relevance | path

Searched full:serve (Results 1 – 25 of 238) sorted by relevance

12345678910

/Linux-v5.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
/Linux-v5.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()
/Linux-v5.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()
/Linux-v5.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
/Linux-v5.10/Documentation/devicetree/bindings/arc/
Dpct.txt9 counted, the HW events themselves cannot serve as a trigger for a sample.
/Linux-v5.10/include/linux/
Dpurgatory.h15 * These forward declarations serve two purposes:
/Linux-v5.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
/Linux-v5.10/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.10/fs/udf/
Dudf_i.h19 * The i_data_sem and i_mutex serve for protection of allocation information
/Linux-v5.10/block/
Dbfq-wf2q.c201 * active children may still be the next to serve, for the parent
914 * the system virtual time. In fact, to serve the queues with in bfq_update_fin_time_enqueue()
1439 * for sd, and we need to know what is the new next entity to serve
1466 * Find the next entity to serve for the highest-priority in bfq_lookup_next_entity()
1520 * serve. Set in service all the entities visited along the in bfq_get_next_queue()
1537 * serve for sd when bfq_lookup_next_entity(sd) was in bfq_get_next_queue()
1576 * the correct next-to-serve candidate entity for each in bfq_get_next_queue()
1579 * the next-to-serve leaf entity, we can discover in bfq_get_next_queue()
1581 * becomes the next-to-serve, and so on. in bfq_get_next_queue()
1588 * We can finally update all next-to-serve entities along the in bfq_get_next_queue()
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-bus-iio-trigger-sysfs29 into the associated file, which will serve as the id of the
/Linux-v5.10/kernel/gcov/
Dgcc_base.c37 * These functions may be referenced by gcc-generated profiling code but serve
/Linux-v5.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,
/Linux-v5.10/net/netfilter/
Dxt_repldata.h6 * they serve as the hanging-off data accessed through repl.data[].
/Linux-v5.10/drivers/block/drbd/
DKconfig20 is designed to serve as a building block for high availability
/Linux-v5.10/Documentation/devicetree/bindings/gpio/
D8xxx_gpio.txt16 The GPIO module may serve as another interrupt controller (cascaded to
/Linux-v5.10/Documentation/devicetree/bindings/remoteproc/
Dti,omap-remoteproc.yaml142 One or more phandles to OMAP DMTimer nodes, that serve
159 serve as Watchdog timers for the processor cores. This
/Linux-v5.10/samples/seccomp/
Ddropper.c9 * and can serve as a starting point for developing
Dbpf-helper.c9 * and can serve as a starting point for developing
/Linux-v5.10/tools/testing/selftests/futex/
DREADME11 primitives. These can be used as is in user applications or can serve as
/Linux-v5.10/arch/parisc/include/asm/
Dthread_info.h16 int preempt_count; /* 0=premptable, <0=BUG; will also serve as bh-counter */
/Linux-v5.10/include/media/i2c/
Dtc358743.h61 * bps pr lane is 823.5 MHz, and can serve as a starting point.
/Linux-v5.10/drivers/hwtracing/stm/
Dheartbeat.c30 static const char str[] = "heartbeat stm source driver is here to serve you";

12345678910