Lines Matching full:pointer
56 1) If you make a non-temporary copy of a pointer, especially if
62 If you already have a valid pointer to a kref-ed structure (the
65 2) When you are done with a pointer, you must call kref_put()::
69 If this is the last reference to the pointer, the release
71 a valid pointer to a kref-ed structure without already
72 holding a valid pointer, it is safe to do this without
76 without already holding a valid pointer, it must serialize access
127 since we already have a valid pointer that we own a refcount for. The
129 already holding a pointer.
173 holding a valid pointer. You must add a mutex (or some other lock).
273 return value. If you are sure (by already having a valid pointer) that