Home
last modified time | relevance | path

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

12345678910>>...18

/kernel/linux/linux-4.19/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/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-4.19/arch/ia64/mm/
Dtlb.c105 unsigned long serve; member
111 ss->serve = val; in spinaphore_init()
116 unsigned long t = ia64_fetchadd(1, &ss->ticket, acq), serve; in down_spin() local
118 if (time_before(t, ss->serve)) in down_spin()
124 asm volatile ("ld8.c.nc %0=[%1]" : "=r"(serve) : "r"(&ss->serve) : "memory"); in down_spin()
125 if (time_before(t, serve)) in down_spin()
133 ia64_fetchadd(1, &ss->serve, rel); in up_spin()
/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-4.19/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/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-4.19/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/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-4.19/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/arc/
Dpct.txt9 counted, the HW events themselves cannot serve as a trigger for a sample.
/kernel/linux/linux-4.19/arch/x86/include/asm/
Dpurgatory.h10 * These forward declarations serve two purposes:
/kernel/linux/linux-4.19/include/linux/
Dpurgatory.h15 * These forward declarations serve two purposes:
/kernel/linux/linux-5.10/include/linux/
Dpurgatory.h15 * These forward declarations serve two purposes:
/kernel/linux/linux-4.19/Documentation/blockdev/drbd/
DREADME.txt4 is designed to serve as a building block for high availability
/kernel/linux/linux-5.10/Documentation/admin-guide/blockdev/drbd/
Dindex.rst9 is designed to serve as a building block for high availability
/kernel/linux/linux-4.19/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/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-4.19/block/
Dbfq-wf2q.c204 * active children may still be the next to serve, for the parent
920 * the system virtual time. In fact, to serve the queues with in bfq_update_fin_time_enqueue()
1440 * for sd, and we need to know what is the new next entity to serve
1467 * Find the next entity to serve for the highest-priority in bfq_lookup_next_entity()
1521 * serve. Set in service all the entities visited along the in bfq_get_next_queue()
1538 * serve for sd when bfq_lookup_next_entity(sd) was in bfq_get_next_queue()
1577 * the correct next-to-serve candidate entity for each in bfq_get_next_queue()
1580 * the next-to-serve leaf entity, we can discover in bfq_get_next_queue()
1582 * becomes the next-to-serve, and so on. in bfq_get_next_queue()
1589 * We can finally update all next-to-serve entities along the in bfq_get_next_queue()
/kernel/linux/linux-4.19/Documentation/hwmon/
Dmax3179027 also be configured to serve as tachometer inputs.
/kernel/linux/linux-4.19/fs/udf/
Dudf_i.h19 * The i_data_sem and i_mutex serve for protection of allocation information
/kernel/linux/linux-5.10/fs/udf/
Dudf_i.h19 * The i_data_sem and i_mutex serve for protection of allocation information
/kernel/linux/linux-5.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()
/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
/kernel/linux/linux-5.10/kernel/gcov/
Dgcc_base.c37 * These functions may be referenced by gcc-generated profiling code but serve
/kernel/linux/linux-4.19/Documentation/ABI/testing/
Dsysfs-bus-iio-trigger-sysfs29 into the associated file, which will serve as the id of the

12345678910>>...18