Lines Matching defs:kref
138 kref_init(&priv->kref);
155 static void __j1939_priv_release(struct kref *kref)
157 struct j1939_priv *priv = container_of(kref, struct j1939_priv, kref);
172 kref_put(&priv->kref, __j1939_priv_release);
177 kref_get(&priv->kref);
210 static void __j1939_rx_release(struct kref *kref)
213 struct j1939_priv *priv = container_of(kref, struct j1939_priv,