Home
last modified time | relevance | path

Searched refs:primitive (Results 1 – 25 of 44) sorted by relevance

12

/Linux-v5.4/net/sctp/
Ddebug.c129 if (id.primitive <= SCTP_EVENT_PRIMITIVE_MAX) in sctp_pname()
130 return sctp_primitive_tbl[id.primitive]; in sctp_pname()
DMakefile13 tsnmap.o bind_addr.o socket.o primitive.o \
Dsm_statetable.c81 return DO_LOOKUP(SCTP_EVENT_PRIMITIVE_MAX, primitive, in sctp_sm_lookup_event()
/Linux-v5.4/Documentation/RCU/
Dchecklist.txt6 result in the same sorts of problems that leaving out a locking primitive
125 accesses. The rcu_dereference() primitive ensures that
132 The rcu_dereference() primitive is also an excellent
137 just that. The rcu_dereference() primitive therefore also
144 The rcu_dereference() primitive is used by the
164 hlist_add_head_rcu() primitive is required.
167 primitive must be used to keep list_del()'s pointer
170 the hlist_del_rcu() primitive is required.
181 publicized. Use the rcu_assign_pointer() primitive
206 a single non-expedited primitive to cover the entire batch.
[all …]
DUP.rst6 A common misconception is that, on UP systems, the call_rcu() primitive
117 elsewhere using an _bh variant of the spinlock primitive.
133 the kfree() primitive.
Drcubarrier.txt21 presence? There is a synchronize_rcu() primitive that blocks until all
31 primitive must be used instead. This primitive takes a pointer to an
73 We instead need the rcu_barrier() primitive. Rather than waiting for
273 The rcu_barrier() primitive has seen relatively little use, since most
DwhatisRCU.txt445 This primitive protects concurrent readers from the updater,
526 The container_of() primitive is a macro that, given a pointer into a
623 The rcu_read_lock() and rcu_read_unlock() primitive read-acquire
625 primitive write-acquires this same lock, then releases it. This means
674 CPU in turn. The run_on() primitive can be implemented straightforwardly
675 in terms of the sched_setaffinity() primitive. Of course, a somewhat less
1039 a synchronization primitive is a bit unexpected. ;-)
/Linux-v5.4/include/net/sctp/
Dconstants.h119 enum sctp_event_primitive primitive; member
130 SCTP_SUBTYPE_CONSTRUCTOR(PRIMITIVE, enum sctp_event_primitive, primitive)
/Linux-v5.4/Documentation/networking/
Datm.txt1 In order to use anything but the most primitive functions of ATM,
/Linux-v5.4/Documentation/devicetree/bindings/devfreq/event/
Dexynos-nocp.txt5 NoC provides the primitive values to get the performance data. The packets
Dexynos-ppmu.txt5 each IP. PPMU provides the primitive values to get performance data. These
/Linux-v5.4/drivers/dma-buf/
DKconfig27 synchronization. Useful when there is no hardware primitive backing
/Linux-v5.4/Documentation/locking/
Dlocktorture.rst139 primitive a second "Reads" statistics line is printed.
146 -only- be positive if there is a bug in the locking primitive's
Dmutex-design.rst12 In the Linux kernel, mutexes refer to a particular locking primitive
152 locking primitive.
Dspinlocks.rst8 The most basic primitive for locking is spinlock::
/Linux-v5.4/Documentation/
Datomic_t.txt184 subsequent. Therefore a fully ordered primitive is like having an smp_mb()
185 before and an smp_mb() after the primitive.
Dspeculation.txt62 arbitrary read primitive.
/Linux-v5.4/Documentation/x86/x86_64/
Dfake-numa-for-cpusets.rst23 For the purposes of this introduction, we'll assume a very primitive NUMA
/Linux-v5.4/drivers/scsi/isci/
Dscu_task_context.h430 struct primitive_task_context primitive; member
/Linux-v5.4/Documentation/scsi/
Dlibsas.txt94 received. See sas.h. Grab the lock, set the primitive,
285 PORTE_BROADCAST_RCVD -- on receiving a primitive
289 PORTE_HARD_RESET -- Hard Reset primitive received.
/Linux-v5.4/Documentation/core-api/
Dlibrs.rst47 * primitive element to generate roots = 1
/Linux-v5.4/drivers/thermal/
DKconfig382 Enable the Tango thermal driver, which supports the primitive
409 the primitive temperature sensor embedded in zx2967 SoCs.
/Linux-v5.4/Documentation/translations/it_IT/process/
Dvolatile-considered-harmful.rst27 Come *volatile*, le primitive del kernel che rendono sicuro l'accesso ai dati
/Linux-v5.4/sound/drivers/
DKconfig56 driver for the PC speaker which allows it to act like a primitive
/Linux-v5.4/Documentation/filesystems/nfs/
Dexporting.rst75 b. A primitive for creation of secondary roots - d_obtain_root(inode).

12