| /linux/net/sctp/ |
| H A D | debug.c | 129 if (id.primitive <= SCTP_EVENT_PRIMITIVE_MAX) in sctp_pname() 130 return sctp_primitive_tbl[id.primitive]; in sctp_pname()
|
| H A D | Makefile | 13 tsnmap.o bind_addr.o socket.o primitive.o \
|
| /linux/rust/syn/ |
| H A D | export.rs | 30 pub type bool = std::primitive::bool; 32 pub type str = std::primitive::str;
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | design.rst | 130 * **filesystem mapping lock**: This synchronization primitive is 413 * The **upper** level primitive is provided by the filesystem to 415 The exact primitive is specific to the filesystem and operation, 423 * The **lower** level primitive is taken by the filesystem in the 427 this primitive. 428 The upper level synchronization primitive, if any, remains held 429 while acquiring the lower level synchronization primitive. 435 * The **operation** primitive is taken by an iomap operation to 437 The upper level synchronization primitive, if any, remains held 438 while acquiring this primitive. [all …]
|
| /linux/Documentation/RCU/ |
| H A D | checklist.rst | 10 result in the same sorts of problems that leaving out a locking primitive 146 accesses. The rcu_dereference() primitive ensures that 151 The rcu_dereference() primitive is also an excellent 156 just that. The rcu_dereference() primitive therefore also 162 The rcu_dereference() primitive is used by the 182 hlist_add_head_rcu() primitive is required. 185 primitive must be used to keep list_del()'s pointer 188 the hlist_del_rcu() primitive is required. 199 publicized. Use the rcu_assign_pointer() primitive 229 a single non-expedited primitive to cover the entire batch. [all …]
|
| H A 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.
|
| H A D | whatisRCU.rst | 168 This temporal primitive is used by a reader to inform the 202 This temporal primitive marks the end of updater code and the 512 This primitive protects concurrent readers from the updater, 594 The container_of() primitive is a macro that, given a pointer into a 701 The rcu_read_lock() and rcu_read_unlock() primitive read-acquire 703 primitive write-acquires this same lock, then releases it. This means 757 CPU in turn. The run_on() primitive can be implemented straightforwardly 758 in terms of the sched_setaffinity() primitive. Of course, a somewhat less 1161 RCU-sync primitive:: 1378 a synchronization primitive is a bit unexpected. ;-)
|
| /linux/Documentation/networking/ |
| H A D | atm.rst | 7 In order to use anything but the most primitive functions of ATM,
|
| /linux/Documentation/translations/zh_CN/scsi/ |
| H A D | libsas.rst | 108 - 用于存放接收到的原语(primitive)。参见 sas.h。操作流程同 109 样是:获取锁 → 设置 primitive → 释放锁 → 通知事件。
|
| /linux/tools/memory-model/scripts/ |
| H A D | cmplitmushist.sh | 124 echo "!!!" Unknown primitive: $badmacnam 1>&2
|
| H A D | README | 110 to LKMM introduces a new primitive for which litmus tests already existed.
|
| /linux/Documentation/translations/it_IT/locking/ |
| H A D | locktypes.rst | 14 Il kernel fornisce un certo numero di primitive di blocco che possiamo dividere 36 di queste primitive. Insomma, non usate i blocchi ad attesa con sospensioni in 60 Su kernel non-PREEMPT_RT, le funzioni local_lock gestiscono le primitive di 179 Gli ambiti di visibilità con nome hanno due vantaggi rispetto alle primitive di 184 classiche primitive in quanto sono opache e senza alcun ambito di 191 questo, lockdep_assert_held(&llock) funziona come tutte le altre primitive
|
| H A D | locktorture.rst | 13 modulo kernel che esegue delle verifiche che *torturano* le primitive di 157 nell'implementazione delle primitive di sincronizzazione. Altrimenti un
|
| /linux/Documentation/ABI/removed/ |
| H A D | sysfs-selinux-disable | 16 easier for systems with primitive bootloaders that did not allow for
|
| /linux/Documentation/locking/ |
| H A 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
|
| H A D | mutex-design.rst | 12 In the Linux kernel, mutexes refer to a particular locking primitive 170 locking primitive.
|
| /linux/Documentation/ |
| H A 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/Documentation/staging/ |
| H A D | speculation.rst | 64 arbitrary read primitive.
|
| /linux/tools/memory-model/Documentation/ |
| H A 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/drivers/scsi/isci/ |
| H A D | scu_task_context.h | 430 struct primitive_task_context primitive; member
|
| /linux/Documentation/scsi/ |
| H A 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/Documentation/networking/devlink/ |
| H A 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/drivers/scsi/mpi3mr/mpi/ |
| H A D | mpi30_ioc.h | 456 u8 primitive; member 471 u8 primitive; member
|
| /linux/Documentation/core-api/ |
| H A D | librs.rst | 47 * primitive element to generate roots = 1
|
| /linux/Documentation/translations/it_IT/process/ |
| H A D | volatile-considered-harmful.rst | 27 Come *volatile*, le primitive del kernel che rendono sicuro l'accesso ai dati
|