| /Linux-v5.15/arch/arm/kernel/ | 
| D | fiqasm.S | 29 	mov	r0, r0		@ avoid hazard prior to ARMv434 	mov	r0, r0		@ avoid hazard prior to ARMv4
 42 	mov	r0, r0		@ avoid hazard prior to ARMv4
 47 	mov	r0, r0		@ avoid hazard prior to ARMv4
 
 | 
| /Linux-v5.15/tools/memory-model/Documentation/ | 
| D | control-dependencies.txt | 219   (*) Control dependencies can order prior loads against later stores.221       Not prior loads against later loads, nor prior stores against
 223       smp_load_acquire(), smp_store_release(), or, in the case of prior
 236       between the prior load and the subsequent store, and this
 237       conditional must involve the prior load.  If the compiler is able
 
 | 
| D | ordering.txt | 12 	all of the CPU's prior operations against some or all of its16 	against some or all of the CPU's prior accesses or some or all
 67 First, the smp_mb() full memory barrier orders all of the CPU's prior
 91 1.	All code that executed prior to the RMW atomic operation.
 154 o	smp_mb__before_atomic(), which provides full ordering prior
 264 of the CPU's prior memory accesses.  Release operations often provide
 
 | 
| /Linux-v5.15/lib/math/ | 
| D | rational.c | 43 	 * dp is the value of d from the prior iteration.  in rational_best_approximation()47 	 * the current, previous, and two prior iterations of it.  in rational_best_approximation()
 72 		 * the two prior approximations.  in rational_best_approximation()
 
 | 
| /Linux-v5.15/include/linux/phy/ | 
| D | phy-mipi-dphy.h | 42 	 * the transmitter prior to any associated Data Lane beginning98 	 * state prior to starting the Clock.
 186 	 * state prior to transmitting the Sync sequence.
 248 	 * state prior to a Stop state in order to initiate an exit
 
 | 
| /Linux-v5.15/include/linux/ | 
| D | rtnetlink.h | 55  * @p: The pointer to read, prior to dereferencing65  * @p: The pointer to read, prior to dereference
 75  * @p: The pointer to read, prior to dereferencing
 
 | 
| D | arm-smccc.h | 268  * structure to registers prior to the HVC instruction. The return values282  * structure to registers prior to the SMC instruction. The return values
 319  * The content of the supplied param are copied to registers 0 to 7 prior
 347  * to 7 prior to the HVC instruction. The return values are updated with
 493  * The content of the supplied param are copied to registers 0 to 7 prior
 509  * The content of the supplied param are copied to registers 0 to 7 prior
 
 | 
| D | irqbypass.h | 38  * @stop: Perform any quiesce operations necessary prior to add/del (optional)63  * @stop: Perform any quiesce operations necessary prior to add/del (optional)
 
 | 
| D | refcount.h | 76  * The decrements will provide release order, such that all the prior loads and297  * Provides release memory ordering, such that prior loads and stores are done
 325  * Provides release memory ordering, such that prior loads and stores are done
 354  * Provides release memory ordering, such that prior loads and stores are done
 
 | 
| /Linux-v5.15/Documentation/input/devices/ | 
| D | sentelic.rst | 746 					*only supported by H/W prior to Cx754 					*only supported by H/W prior to Cx
 763 	enabled prior to write: 05 06 07 08 09 0c 0f 10 11 12 16 17 18 23 2e
 773 					*only supported by H/W prior to Cx
 779 					*only supported by H/W prior to Cx
 784 					*only supported by H/W prior to Cx
 788 					*only supported by H/W prior to Cx
 793 					*only supported by H/W prior to Cx
 798 					*only supported by H/W prior to Cx
 803 					*only supported by H/W prior to Cx
 [all …]
 
 | 
| /Linux-v5.15/arch/mips/include/asm/ | 
| D | sync.h | 34  *      than a barrier are observed prior to stores that are younger than a49  * A full completion barrier; all memory accesses appearing prior to this sync
 120  * 1) A memory access appearing prior to the LL in program order may actually
 124  *    instruction) prior to every LL instruction, in between it and any earlier
 
 | 
| /Linux-v5.15/Documentation/ABI/testing/ | 
| D | sysfs-firmware-acpi | 13 			bootloader_load_ns: Timer value logged just prior to16 			bootloader_launch_ns: Timer value logged just prior to
 24 				just prior to the OS loader gaining control
 41 				platform runtime firmware S3 resume, just prior to
 
 | 
| /Linux-v5.15/Documentation/admin-guide/cgroup-v1/ | 
| D | net_prio.rst | 48 Priorities are set immediately prior to queueing a frame to the device49 queueing discipline (qdisc) so priorities will be assigned prior to the hardware
 
 | 
| /Linux-v5.15/include/uapi/linux/ | 
| D | membarrier.h | 83  *                          prior to using it, otherwise this command109  *                          core command prior to using it, otherwise
 129  *                          command prior to using it, otherwise
 
 | 
| D | wireguard.h | 82  *                      peers should be removed prior to adding the list below.93  *                            IPs of this peer should be removed prior to adding
 121  * filling in information not contained in the prior. Note that if
 
 | 
| D | dma-buf.h | 34  * Prior to accessing the map, the client must call DMA_BUF_IOCTL_SYNC49  * synchronization, waiting for prior work to complete can be done via
 
 | 
| /Linux-v5.15/sound/core/seq/ | 
| D | seq_prioq.c | 137 	int prior;  in snd_seq_prioq_cell_in()  local143 	prior = (cell->event.flags & SNDRV_SEQ_PRIORITY_MASK);  in snd_seq_prioq_cell_in()
 150 	if (f->tail && !prior) {  in snd_seq_prioq_cell_in()
 174 		else if (rel == 0 && prior)  in snd_seq_prioq_cell_in()
 175 			/* equal schedule time and prior to others */  in snd_seq_prioq_cell_in()
 
 | 
| /Linux-v5.15/Documentation/driver-api/ | 
| D | io_ordering.rst | 10 driver would usually use this technique immediately prior to the exit of a12 subsequent writes to I/O space arrived only after all prior writes (much like a
 
 | 
| /Linux-v5.15/drivers/media/pci/bt8xx/ | 
| D | bttv-if.c | 79 /* prior setting BT848_GPIO_REG_INP is (probably) not needed  in bttv_read_gpio()97 /* prior setting BT848_GPIO_REG_INP is (probably) not needed  in bttv_write_gpio()
 
 | 
| /Linux-v5.15/fs/xfs/libxfs/ | 
| D | xfs_bit.c | 50 		/* set to one first offset bits prior to start */  in xfs_contig_bits()90 		/* set to zero first offset bits prior to start */  in xfs_next_bit()
 
 | 
| /Linux-v5.15/include/rdma/ | 
| D | iw_cm.h | 160  * delivered to the specified IW CM identifier prior and may occur prior to189  * Events may be delivered to the specified IW CM identifier prior to the
 
 | 
| /Linux-v5.15/Documentation/ia64/ | 
| D | serial.rst | 14     Prior to 2.6.10, there were confusing exceptions to this:68 	  (This works only in 2.6.6 or later; prior to that you had
 140 	- Turn on CONFIG_PNP and CONFIG_PNPACPI.  Prior to 2.6.17, ACPI
 
 | 
| /Linux-v5.15/tools/testing/selftests/sync/ | 
| D | sync_stress_parallelism.c | 53 		/* Wait on the prior thread to complete */  in test_stress_two_threads_shared_timeline_thread()55 		ASSERT(ret > 0, "Problem occurred on prior thread\n");  in test_stress_two_threads_shared_timeline_thread()
 
 | 
| /Linux-v5.15/lib/ | 
| D | cpumask.c | 12  * @n: the cpu prior to the place to search (ie. return will be > @n)28  * @n: the cpu prior to the place to search (ie. return will be > @n)
 67  * @n: the cpu prior to the place to search
 
 | 
| /Linux-v5.15/net/rxrpc/ | 
| D | call_event.c | 51 	s8 prior = rxrpc_ack_priority[ack_reason];  in __rxrpc_propose_ACK()  local64 	_debug("prior %u %u vs %u %u",  in __rxrpc_propose_ACK()
 65 	       ack_reason, prior,  in __rxrpc_propose_ACK()
 74 	} else if (prior > rxrpc_ack_priority[call->ackr_reason]) {  in __rxrpc_propose_ACK()
 
 |