Lines Matching refs:pointer
35 1) If you make a non-temporary copy of a pointer, especially if
39 If you already have a valid pointer to a kref-ed structure (the
42 2) When you are done with a pointer, you must call kref_put():
44 If this is the last reference to the pointer, the release
46 a valid pointer to a kref-ed structure without already
47 holding a valid pointer, it is safe to do this without
51 without already holding a valid pointer, it must serialize access
101 since we already have a valid pointer that we own a refcount for. The
103 already holding a pointer.
143 holding a valid pointer. You must add a mutex (or some other lock).
253 return value. If you are sure (by already having a valid pointer) that