/linux-4.1.27/net/sctp/ |
D | debug.c | 135 if (id.primitive <= SCTP_EVENT_PRIMITIVE_MAX) in sctp_pname() 136 return sctp_primitive_tbl[id.primitive]; in sctp_pname()
|
D | Makefile | 12 tsnmap.o bind_addr.o socket.o primitive.o \
|
D | sm_statetable.c | 94 return DO_LOOKUP(SCTP_EVENT_PRIMITIVE_MAX, primitive, in sctp_sm_lookup_event()
|
D | sm_statefuns.c | 5188 type.primitive); in sctp_sf_ignore_primitive()
|
/linux-4.1.27/Documentation/RCU/ |
D | checklist.txt | 6 result in the same sorts of problems that leaving out a locking primitive 109 accesses. The rcu_dereference() primitive ensures that 116 The rcu_dereference() primitive is also an excellent 121 just that. The rcu_dereference() primitive therefore also 128 The rcu_dereference() primitive is used by the 148 hlist_add_head_rcu() primitive is required. 151 primitive must be used to keep list_del()'s pointer 154 the hlist_del_rcu() primitive is required. 165 publicized. Use the rcu_assign_pointer() primitive 169 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 269 The rcu_barrier() primitive has seen relatively little use, since most
|
D | whatisRCU.txt | 426 This primitive protects concurrent readers from the updater, 507 The container_of() primitive is a macro that, given a pointer into a 601 The rcu_read_lock() and rcu_read_unlock() primitive read-acquire 603 primitive write-acquires this same lock, then immediately releases 649 CPU in turn. The run_on() primitive can be implemented straightforwardly 650 in terms of the sched_setaffinity() primitive. Of course, a somewhat less 999 a synchronization primitive is a bit unexpected. ;-)
|
D | listRCU.txt | 151 primitive omits the pointer poisoning debug-assist code that would
|
D | torture.txt | 51 choose the primitive so that about 50% are normal and
|
D | RTFP.txt | 1729 LWN article introducing the rcu_barrier() primitive.
|
/linux-4.1.27/include/net/sctp/ |
D | constants.h | 131 sctp_event_primitive_t primitive; member 142 SCTP_SUBTYPE_CONSTRUCTOR(PRIMITIVE, sctp_event_primitive_t, primitive)
|
/linux-4.1.27/Documentation/networking/ |
D | atm.txt | 1 In order to use anything but the most primitive functions of ATM,
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | isdnl3.h | 22 int primitive; member
|
D | l3_1tr6.c | 825 if ((mt == datastln1[i].primitive) && in up1tr6() 874 if ((pr == downstl[i].primitive) && in down1tr6() 902 if ((pr == manstatelist[i].primitive) && in man1tr6()
|
D | l3ni1.c | 2857 if ((mt == globalmes_list[i].primitive) && in global_handler() 3046 if ((mt == datastatelist[i].primitive) && in ni1up() 3105 if ((pr == downstatelist[i].primitive) && in ni1down() 3133 if ((pr == manstatelist[i].primitive) && in ni1man()
|
D | l3dss1.c | 2913 if ((mt == globalmes_list[i].primitive) && in global_handler() 3090 if ((mt == datastatelist[i].primitive) && in dss1up() 3149 if ((pr == downstatelist[i].primitive) && in dss1down() 3177 if ((pr == manstatelist[i].primitive) && in dss1man()
|
/linux-4.1.27/drivers/staging/android/ |
D | Kconfig | 47 syncrhronization. Useful when there is no hardware primitive backing
|
/linux-4.1.27/Documentation/locking/ |
D | locktorture.txt | 116 (B): Number of writer lock acquisitions. If dealing with a read/write primitive 124 -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 157 locking primitive.
|
D | spinlocks.txt | 3 The most basic primitive for locking is spinlock.
|
/linux-4.1.27/Documentation/devicetree/bindings/devfreq/event/ |
D | exynos-ppmu.txt | 5 each IP. PPMU provides the primitive values to get performance data. These
|
/linux-4.1.27/arch/metag/ |
D | Kconfig | 143 prompt "Atomicity primitive" 168 provided as a debugging aid if the lnkget/lnkset atomicity primitive
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | fake-numa-for-cpusets | 16 For the purposes of this introduction, we'll assume a very primitive NUMA
|
/linux-4.1.27/drivers/scsi/isci/ |
D | scu_task_context.h | 430 struct primitive_task_context primitive; member
|
/linux-4.1.27/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-4.1.27/sound/drivers/ |
D | Kconfig | 42 driver for the PC speaker which allows it to act like a primitive
|
/linux-4.1.27/Documentation/filesystems/ |
D | afs.txt | 181 very primitive klog program is available at:
|
/linux-4.1.27/Documentation/ |
D | atomic_ops.txt | 242 decrement is given instead of the implicit "1". This primitive must 249 This primitive must provide explicit memory barrier semantics around
|
D | robust-futexes.txt | 131 lightweight primitive - so they dont force the application designer
|
D | unshare.txt | 41 unshare system call adds a primitive to the Linux thread model that
|
D | DMA-API.txt | 245 the driver. Once this primitive is used, memory covered by this 246 primitive should be treated as read-only by the device. If the device
|
D | cpu-hotplug.txt | 76 [More on cpumaps and primitive to manipulate, please check
|
D | memory-barriers.txt | 1790 smp_mb__before_spinlock() primitive is free on many architectures. 1847 The smp_mb__after_unlock_lock() primitive is free on many architectures. 1884 a sleep-unlock race, but the locking primitive needs to resolve 2430 do need memory barriers as a lock primitive generally has to do things in a
|
D | kernel-parameters.txt | 1854 This tests the locking primitive's ability to
|
/linux-4.1.27/Documentation/fb/ |
D | fbcon.txt | 14 high resolutions, varying font types, display rotation, primitive multihead,
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 722 primative||primitive
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_state.c | 1498 static int bad_prim_vertex_nr(int primitive, int nr) in bad_prim_vertex_nr() argument 1500 switch (primitive & RADEON_PRIM_TYPE_MASK) { in bad_prim_vertex_nr()
|
/linux-4.1.27/Documentation/isdn/ |
D | README | 282 Last but not least a (at the moment fairly primitive) device to request
|
/linux-4.1.27/Documentation/spi/ |
D | spi-summary | 414 - The basic I/O primitive is spi_async(). Async requests may be
|
/linux-4.1.27/init/ |
D | Kconfig | 925 The mechanism is quite primitive and is based on migrating memory when 2006 Need stop_machine() primitive.
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 1079 Say Y here if you want kernel locking-primitive torture tests
|