Lines Matching refs:do
38 You must initialize the kref after you allocate it. To do this, call
63 refcount cannot go to zero) you may do this without a lock.
72 holding a valid pointer, it is safe to do this without
93 . do stuff with data here
117 . do stuff with data here
136 do something like::
151 bad style. Don't do it.
156 to do a get then a put::
163 Just do the enqueue. A comment about this is always welcome::
211 The kref_put() return value is useful if you do not want to hold the
214 pointless to do so). You could use kref_put() as follows::