Searched refs:primitive (Results 1 – 25 of 47) sorted by relevance
12
/Linux-v4.19/net/sctp/ |
D | debug.c | 144 if (id.primitive <= SCTP_EVENT_PRIMITIVE_MAX) in sctp_pname() 145 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 | 96 return DO_LOOKUP(SCTP_EVENT_PRIMITIVE_MAX, primitive, in sctp_sm_lookup_event()
|
/Linux-v4.19/Documentation/RCU/ |
D | checklist.txt | 6 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 185 5. If call_rcu(), or a related primitive such as call_rcu_bh(), [all …]
|
D | UP.txt | 4 A common misconception is that, on UP systems, the call_rcu() primitive 111 primitive. For example, if "mylock" is acquired by an 125 the kfree() primitive.
|
D | rcubarrier.txt | 21 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 274 The rcu_barrier() primitive has seen relatively little use, since most
|
D | whatisRCU.txt | 433 This primitive protects concurrent readers from the updater, 514 The container_of() primitive is a macro that, given a pointer into a 611 The rcu_read_lock() and rcu_read_unlock() primitive read-acquire 613 primitive write-acquires this same lock, then releases it. This means 662 CPU in turn. The run_on() primitive can be implemented straightforwardly 663 in terms of the sched_setaffinity() primitive. Of course, a somewhat less 1024 a synchronization primitive is a bit unexpected. ;-)
|
/Linux-v4.19/include/net/sctp/ |
D | constants.h | 134 enum sctp_event_primitive primitive; member 145 SCTP_SUBTYPE_CONSTRUCTOR(PRIMITIVE, enum sctp_event_primitive, primitive)
|
/Linux-v4.19/Documentation/networking/ |
D | atm.txt | 1 In order to use anything but the most primitive functions of ATM,
|
/Linux-v4.19/drivers/isdn/hisax/ |
D | isdnl3.h | 22 int primitive; member
|
D | l3_1tr6.c | 826 if ((mt == datastln1[i].primitive) && in up1tr6() 875 if ((pr == downstl[i].primitive) && in down1tr6() 903 if ((pr == manstatelist[i].primitive) && in man1tr6()
|
/Linux-v4.19/drivers/dma-buf/ |
D | Kconfig | 27 synchronization. Useful when there is no hardware primitive backing
|
/Linux-v4.19/Documentation/devicetree/bindings/devfreq/event/ |
D | exynos-nocp.txt | 5 NoC provides the primitive values to get the performance data. The packets
|
D | exynos-ppmu.txt | 5 each IP. PPMU provides the primitive values to get performance data. These
|
/Linux-v4.19/Documentation/ |
D | atomic_t.txt | 165 subsequent. Therefore a fully ordered primitive is like having an smp_mb() 166 before and an smp_mb() after the primitive.
|
D | speculation.txt | 62 arbitrary read primitive.
|
/Linux-v4.19/Documentation/locking/ |
D | locktorture.txt | 114 (B): Number of writer lock acquisitions. If dealing with a read/write primitive 122 -only- be positive if there is a bug in the locking primitive's
|
D | mutex-design.txt | 9 In the Linux kernel, mutexes refer to a particular locking primitive 142 locking primitive.
|
D | spinlocks.txt | 3 The most basic primitive for locking is spinlock.
|
/Linux-v4.19/Documentation/x86/x86_64/ |
D | fake-numa-for-cpusets | 16 For the purposes of this introduction, we'll assume a very primitive NUMA
|
/Linux-v4.19/drivers/scsi/isci/ |
D | scu_task_context.h | 430 struct primitive_task_context primitive; member
|
/Linux-v4.19/Documentation/scsi/ |
D | libsas.txt | 94 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-v4.19/Documentation/core-api/ |
D | librs.rst | 47 * primitive element to generate roots = 1
|
/Linux-v4.19/drivers/thermal/ |
D | Kconfig | 443 Enable the Tango thermal driver, which supports the primitive 481 the primitive temperature sensor embedded in zx2967 SoCs.
|
/Linux-v4.19/sound/drivers/ |
D | Kconfig | 55 driver for the PC speaker which allows it to act like a primitive
|
12