Lines Matching defs:kref
142 kref_init(&priv->kref);
159 static void __j1939_priv_release(struct kref *kref)
161 struct j1939_priv *priv = container_of(kref, struct j1939_priv, kref);
176 kref_put(&priv->kref, __j1939_priv_release);
181 kref_get(&priv->kref);
214 static void __j1939_rx_release(struct kref *kref)
217 struct j1939_priv *priv = container_of(kref, struct j1939_priv,