Lines Matching defs:kref
85 * @kref: reference counter to node object
119 struct kref kref;
311 static void tipc_node_kref_release(struct kref *kref)
313 struct tipc_node *n = container_of(kref, struct tipc_node, kref);
321 kref_put(&node->kref, tipc_node_kref_release);
326 kref_get(&node->kref);
342 if (!kref_get_unless_zero(&node->kref))
364 kref_get_unless_zero(&n->kref))
563 kref_init(&n->kref);