Lines Matching +full:acquisition +full:- +full:time
11 work a surprising amount of the time, it is a very bad idea in general.
16 --------------------------
18 Suppose that an RCU-based algorithm scans a linked list containing
20 this same list in softirq context. Suppose that the process-context scan
33 Example 2: Function-Call Fatality
34 ---------------------------------
40 Suppose that an RCU-based algorithm again scans a linked list containing
49 all RCU read-side critical sections currently executing have completed.
57 ----------------------------
62 be self-deadlock.
89 -------
108 Because the calling function is scanning an RCU-protected linked
109 list, and is therefore within an RCU read-side critical section.
111 read-side critical section, and is not permitted to block.
119 a process-context acquisition of this lock must use something
124 If the process-context code were to simply use spin_lock(),
127 the process-context critical section. This would result in
128 self-deadlock.
140 of an RCU read-side critical section. If synchronize_rcu()