Searched refs:nr_node (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/netrom/
H A Dnr_route.c44 static struct nr_node *nr_node_get(ax25_address *callsign)
46 struct nr_node *found = NULL;
47 struct nr_node *nr_node; local
50 nr_node_for_each(nr_node, &nr_node_list)
51 if (ax25cmp(callsign, &nr_node->callsign) == 0) {
52 nr_node_hold(nr_node);
53 found = nr_node;
81 static void re_sort_routes(struct nr_node *nr_node, in argument
101 struct nr_node *nr_node; local
288 __nr_remove_node(struct nr_node *nr_node) argument
297 nr_remove_node(struct nr_node *nr_node) argument
326 struct nr_node *nr_node; local
713 struct nr_node *nr_node = NULL; local
755 struct nr_node *nr_node; local
871 struct nr_node *nr_node = hlist_entry(v, struct nr_node, local
[all...]
/linux-master/include/net/
H A Dnetrom.h109 struct nr_node { struct
121 * nr_node & nr_neigh lists, refcounting and locking
127 static __inline__ void nr_node_put(struct nr_node *nr_node) argument
129 if (refcount_dec_and_test(&nr_node->refcount)) {
130 kfree(nr_node);
149 static __inline__ void nr_node_lock(struct nr_node *nr_node) argument
151 nr_node_hold(nr_node);
152 spin_lock_bh(&nr_node
155 nr_node_unlock(struct nr_node *nr_node) argument
[all...]
/linux-master/drivers/dma/
H A Duniphier-xdmac.c80 unsigned int nr_node; member in struct:uniphier_xdmac_desc
83 struct uniphier_xdmac_desc_node nodes[] __counted_by(nr_node);
250 if (xc->xd->cur_node >= xc->xd->nr_node) {
298 xd->nr_node = nr;
354 xd->nr_node = sg_len;

Completed in 135 milliseconds