Lines Matching full:reference
1 Reference-count design for elements of lists/arrays protected by RCU.
5 stop if you need to combine reference counts and RCU. Please see
12 Reference counting on elements of lists which are protected by traditional
45 search_and_reference() could potentially hold reference to an element which
75 Sometimes, a reference to the element needs to be obtained in the
112 The key point is that the initial reference added by add() is not removed
116 readers that can or ever will be able to reference the element. The
118 any reader finds the element, that reader may safely acquire a reference
119 without checking the value of the reference counter.
123 a given object will succeed in obtaining a reference to that object,
150 reference counting of struct pid, while the pattern in listing B is used by