Lines Matching full:process
26 variable by a different process? This litmus test is forbidden
34 variable by a different process?
38 litmus test is visible to an external process whose accesses are
39 separated by smp_mb(). This addition of an external process to
52 load-buffering litmus test, where each process reads from one
57 litmus test, where each process reads from one of two variables then
69 in one process, and use an acquire load followed by a pair of
70 spin_is_locked() calls in the other process.
73 Protect the access with a lock in one process, and use an
75 in the other process.
78 As below, but with the second access of the writer process
79 and the first access of reader process protected by a lock.
88 As below, but with the first access of the writer process
89 and the second access of reader process protected by a lock.
94 process writes data and then a flag, and the other process reads
133 class in which the first write is moved to a separate process.
140 by a process not holding the lock?
148 to make ordering apparent to accesses by a process that does