/Linux-v6.6/net/sctp/ |
D | debug.c | 129 if (id.primitive <= SCTP_EVENT_PRIMITIVE_MAX) in sctp_pname() 130 return sctp_primitive_tbl[id.primitive]; in sctp_pname()
|
D | Makefile | 13 tsnmap.o bind_addr.o socket.o primitive.o \
|
D | sm_statetable.c | 81 return DO_LOOKUP(SCTP_EVENT_PRIMITIVE_MAX, primitive, in sctp_sm_lookup_event()
|
/Linux-v6.6/include/net/sctp/ |
D | constants.h | 120 enum sctp_event_primitive primitive; member 131 SCTP_SUBTYPE_CONSTRUCTOR(PRIMITIVE, enum sctp_event_primitive, primitive)
|
/Linux-v6.6/Documentation/RCU/ |
D | checklist.rst | 10 result in the same sorts of problems that leaving out a locking primitive 139 accesses. The rcu_dereference() primitive ensures that 144 The rcu_dereference() primitive is also an excellent 149 just that. The rcu_dereference() primitive therefore also 155 The rcu_dereference() primitive is used by the 175 hlist_add_head_rcu() primitive is required. 178 primitive must be used to keep list_del()'s pointer 181 the hlist_del_rcu() primitive is required. 192 publicized. Use the rcu_assign_pointer() primitive 223 a single non-expedited primitive to cover the entire batch. [all …]
|
D | UP.rst | 6 A common misconception is that, on UP systems, the call_rcu() primitive 126 elsewhere using an _bh variant of the spinlock primitive. 142 the kfree() primitive.
|
D | rcubarrier.rst | 9 a grace period to elapse. This primitive takes a pointer to an rcu_head 54 This situation can be handled by the rcu_barrier() primitive. Rather 284 The rcu_barrier() primitive is used relatively infrequently, since most
|
D | whatisRCU.rst | 165 This temporal primitive is used by a reader to inform the 188 This temporal primitive marks the end of updater code and the 490 This primitive protects concurrent readers from the updater, 572 The container_of() primitive is a macro that, given a pointer into a 679 The rcu_read_lock() and rcu_read_unlock() primitive read-acquire 681 primitive write-acquires this same lock, then releases it. This means 735 CPU in turn. The run_on() primitive can be implemented straightforwardly 736 in terms of the sched_setaffinity() primitive. Of course, a somewhat less 1257 a synchronization primitive is a bit unexpected. ;-)
|
/Linux-v6.6/Documentation/networking/ |
D | atm.rst | 7 In order to use anything but the most primitive functions of ATM,
|
/Linux-v6.6/tools/memory-model/scripts/ |
D | cmplitmushist.sh | 124 echo "!!!" Unknown primitive: $badmacnam 1>&2
|
D | README | 110 to LKMM introduces a new primitive for which litmus tests already existed.
|
/Linux-v6.6/Documentation/ABI/removed/ |
D | sysfs-selinux-disable | 16 easier for systems with primitive bootloaders that did not allow for
|
/Linux-v6.6/Documentation/locking/ |
D | locktorture.rst | 138 primitive a second "Reads" statistics line is printed. 145 -only- be positive if there is a bug in the locking primitive's
|
D | mutex-design.rst | 12 In the Linux kernel, mutexes refer to a particular locking primitive 152 locking primitive.
|
/Linux-v6.6/Documentation/ |
D | atomic_t.txt | 184 subsequent. Therefore a fully ordered primitive is like having an smp_mb() 185 before and an smp_mb() after the primitive. 362 primitive (See Sparc64 for an example).
|
/Linux-v6.6/Documentation/staging/ |
D | speculation.rst | 64 arbitrary read primitive.
|
/Linux-v6.6/tools/memory-model/Documentation/ |
D | ordering.txt | 142 The smp_mb__after_atomic() primitive can be used instead: 149 The smp_mb__after_atomic() primitive emits code only on CPUs whose 167 It is bad practice to place code between the smp__*() primitive and the 222 The Linux kernel's compiler barrier is barrier(). This primitive 512 primitive can be helpful, as can the various ordering primitives discussed
|
/Linux-v6.6/drivers/dma-buf/ |
D | Kconfig | 27 synchronization. Useful when there is no hardware primitive backing
|
/Linux-v6.6/Documentation/arch/x86/x86_64/ |
D | fake-numa-for-cpusets.rst | 23 For the purposes of this introduction, we'll assume a very primitive NUMA
|
/Linux-v6.6/drivers/scsi/isci/ |
D | scu_task_context.h | 430 struct primitive_task_context primitive; member
|
/Linux-v6.6/Documentation/scsi/ |
D | libsas.rst | 113 received. See sas.h. Grab the lock, set the primitive, 322 - on receiving a primitive 331 - Hard Reset primitive received.
|
/Linux-v6.6/Documentation/networking/devlink/ |
D | devlink-dpipe.rst | 126 Matches are kept primitive and close to hardware operation. Match types like 142 Similar to match, the actions are kept primitive and close to hardware
|
/Linux-v6.6/drivers/scsi/mpi3mr/mpi/ |
D | mpi30_ioc.h | 429 u8 primitive; member 444 u8 primitive; member
|
/Linux-v6.6/Documentation/core-api/ |
D | librs.rst | 47 * primitive element to generate roots = 1
|
/Linux-v6.6/Documentation/translations/it_IT/process/ |
D | volatile-considered-harmful.rst | 27 Come *volatile*, le primitive del kernel che rendono sicuro l'accesso ai dati
|