Searched refs:unordered (Results  1 – 19 of 19) sorted by relevance
| /Linux-v5.4/arch/arm/nwfpe/ | 
| D | fpa11_cprt.c | 162 			goto unordered;  in PerformComparison()169 			goto unordered;  in PerformComparison()
 176 			goto unordered;  in PerformComparison()
 188 			goto unordered;  in PerformComparison()
 195 				goto unordered;  in PerformComparison()
 202 				goto unordered;  in PerformComparison()
 209 				goto unordered;  in PerformComparison()
 242 				goto unordered;  in PerformComparison()
 263 				goto unordered;  in PerformComparison()
 289 				goto unordered;  in PerformComparison()
 [all …]
 
 | 
| /Linux-v5.4/Documentation/ | 
| D | atomic_bitops.txt | 55  - non-RMW operations are unordered;57  - RMW operations that have no return value are unordered;
 61  - RMW operations that are conditional are unordered on FAILURE,
 
 | 
| D | atomic_t.txt | 165  - non-RMW operations are unordered;167  - RMW operations that have no return value are unordered;
 171  - RMW operations that are conditional are unordered on FAILURE,
 176  {}_relaxed: unordered
 180 Where 'unordered' is against other memory locations. Address dependencies are
 
 | 
| D | memory-barriers.txt | 1002 that the rest of the system might perceive as the unordered set of { STORE A,1003 STORE B, STORE C } all occurring before the unordered set of { STORE D, STORE E
 
 | 
| /Linux-v5.4/Documentation/core-api/ | 
| D | refcount-vs-atomic.rst | 33 In the absence of any memory ordering guarantees (i.e. fully unordered)86  * none (both fully unordered)
 99  * none (both fully unordered)
 110  * fully unordered --> RELEASE ordering
 
 | 
| /Linux-v5.4/arch/m68k/fpsp040/ | 
| D | x_bsun.S | 4 |	fpsp_bsun --- FPSP handler for branch/set on unordered exception
 | 
| D | fpsp.h | 229 	.set	bsun_bit,7	|  branch on unordered
 | 
| /Linux-v5.4/drivers/staging/nvec/ | 
| D | TODO | 1 ToDo list (incomplete, unordered)
 | 
| /Linux-v5.4/include/linux/ | 
| D | mISDNdsp.h | 36 	int	unordered; /* data is unordered (packets have index) */  member
 | 
| /Linux-v5.4/tools/memory-model/litmus-tests/ | 
| D | R+poonceonces.litmus | 6  * This is the unordered (thus lacking smp_mb()) version of one of the
 | 
| /Linux-v5.4/Documentation/admin-guide/ | 
| D | index.rst | 54 The rest of this manual consists of various unordered guides on how to
 | 
| /Linux-v5.4/Documentation/devicetree/bindings/interrupt-controller/ | 
| D | msi.txt | 67   This property is unordered, and MSIs may be allocated from any combination of
 | 
| /Linux-v5.4/drivers/isdn/mISDN/ | 
| D | dsp_cmx.c | 1208 		if (dsp->features.unordered) {  in dsp_cmx_receive()1225 	if (dsp->features.unordered) {  in dsp_cmx_receive()
 1240 		if (dsp->features.unordered) {  in dsp_cmx_receive()
 1268 			if (dsp->features.unordered) {  in dsp_cmx_receive()
 
 | 
| D | l1oip_core.c | 1187 		features->unordered = 1;  in channel_bctrl()
 | 
| /Linux-v5.4/arch/m68k/ifpsp060/src/ | 
| D | fpsp.S | 16705 # unordered or less or equal:16710 	fbule.w		fdbcc_ule_yes		# unordered or less or equal?
 16729 # unordered or less than:
 16734 	fbult.w		fdbcc_ult_yes		# unordered or less than?
 16753 # unordered or greater or equal:
 16758 	fbuge.w		fdbcc_uge_yes		# unordered or greater than?
 16777 # unordered or greater than:
 16782 	fbugt.w		fdbcc_ugt_yes		# unordered or greater than?
 16801 # unordered or equal:
 16806 	fbueq.w		fdbcc_ueq_yes		# unordered or equal?
 [all …]
 
 | 
| D | fplsp.S | 424 set bsun_bit,		7			# branch on unordered
 | 
| /Linux-v5.4/tools/memory-model/Documentation/ | 
| D | recipes.txt | 26 1.	Some aspects of the C language are unordered.  For example,
 | 
| /Linux-v5.4/Documentation/scsi/ | 
| D | ncr53c8xx.txt | 1118 	Avoids timeouts for unordered tagged commands.
 | 
| /Linux-v5.4/Documentation/trace/ | 
| D | ftrace.rst | 2454   tracing_cpu_mask file) or you might sometimes see unordered
 |