Home
last modified time | relevance | path

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

12345678910

/Linux-v5.15/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.15/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.15/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.15/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.15/Documentation/devicetree/bindings/arc/
Dpct.txt9 counted, the HW events themselves cannot serve as a trigger for a sample.
/Linux-v5.15/include/linux/
Dpurgatory.h15 * These forward declarations serve two purposes:
/Linux-v5.15/tools/perf/pmu-events/arch/x86/elkhartlake/
Dvirtual-memory.json67 …page walk is outstanding from start till PMH becomes idle again (ready to serve next walk). Includ…
115 …page walk is outstanding from start till PMH becomes idle again (ready to serve next walk). Includ…
233 …e. A page walk is outstanding from start till PMH becomes idle again (ready to serve next walk).",
/Linux-v5.15/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.15/fs/udf/
Dudf_i.h19 * The i_data_sem and i_mutex serve for protection of allocation information
/Linux-v5.15/block/
Dbfq-wf2q.c198 * active children may still be the next to serve, for the parent
911 * the system virtual time. In fact, to serve the queues with in bfq_update_fin_time_enqueue()
1436 * for sd, and we need to know what is the new next entity to serve
1463 * Find the next entity to serve for the highest-priority in bfq_lookup_next_entity()
1517 * serve. Set in service all the entities visited along the in bfq_get_next_queue()
1534 * serve for sd when bfq_lookup_next_entity(sd) was in bfq_get_next_queue()
1573 * the correct next-to-serve candidate entity for each in bfq_get_next_queue()
1576 * the next-to-serve leaf entity, we can discover in bfq_get_next_queue()
1578 * becomes the next-to-serve, and so on. in bfq_get_next_queue()
1585 * We can finally update all next-to-serve entities along the in bfq_get_next_queue()
/Linux-v5.15/kernel/gcov/
Dgcc_base.c37 * These functions may be referenced by gcc-generated profiling code but serve
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-bus-iio-trigger-sysfs29 into the associated file, which will serve as the id of the
/Linux-v5.15/net/netfilter/
Dxt_repldata.h6 * they serve as the hanging-off data accessed through repl.data[].
/Linux-v5.15/Documentation/hwmon/
Dmax31790.rst31 also be configured to serve as tachometer inputs.
/Linux-v5.15/drivers/block/drbd/
DKconfig20 is designed to serve as a building block for high availability
/Linux-v5.15/Documentation/devicetree/bindings/gpio/
D8xxx_gpio.txt16 The GPIO module may serve as another interrupt controller (cascaded to
/Linux-v5.15/Documentation/devicetree/bindings/remoteproc/
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-v5.15/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.15/tools/testing/selftests/futex/
DREADME11 primitives. These can be used as is in user applications or can serve as
/Linux-v5.15/include/media/i2c/
Dtc358743.h61 * bps pr lane is 823.5 MHz, and can serve as a starting point.
/Linux-v5.15/arch/parisc/include/asm/
Dthread_info.h15 int preempt_count; /* 0=premptable, <0=BUG; will also serve as bh-counter */
/Linux-v5.15/drivers/hwtracing/stm/
Dheartbeat.c30 static const char str[] = "heartbeat stm source driver is here to serve you";
/Linux-v5.15/Documentation/devicetree/bindings/devfreq/
Dnvidia,tegra30-actmon.yaml17 which the external memory needs to be clocked in order to serve all requests

12345678910