Searched refs:nr_node (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/netrom/ |
H A D | nr_route.c | 44 static struct nr_node *nr_node_get(ax25_address *callsign) in nr_node_get() 46 struct nr_node *found = NULL; in nr_node_get() 47 struct nr_node *nr_node; in nr_node_get() local 50 nr_node_for_each(nr_node, &nr_node_list) in nr_node_get() 51 if (ax25cmp(callsign, &nr_node->callsign) == 0) { in nr_node_get() 52 nr_node_hold(nr_node); in nr_node_get() 53 found = nr_node; in nr_node_get() 81 static void re_sort_routes(struct nr_node *nr_node, in argument 101 struct nr_node *nr_node; nr_add_node() local 287 __nr_remove_node(struct nr_node *nr_node) __nr_remove_node() argument 296 nr_remove_node(struct nr_node *nr_node) nr_remove_node() argument 325 struct nr_node *nr_node; nr_del_node() local 710 struct nr_node *nr_node = NULL; nr_link_failed() local 752 struct nr_node *nr_node; nr_route_frame() local 868 struct nr_node *nr_node = hlist_entry(v, struct nr_node, nr_node_show() local [all...] |
/kernel/linux/linux-6.6/net/netrom/ |
H A D | nr_route.c | 44 static struct nr_node *nr_node_get(ax25_address *callsign) in nr_node_get() 46 struct nr_node *found = NULL; in nr_node_get() 47 struct nr_node *nr_node; in nr_node_get() local 50 nr_node_for_each(nr_node, &nr_node_list) in nr_node_get() 51 if (ax25cmp(callsign, &nr_node->callsign) == 0) { in nr_node_get() 52 nr_node_hold(nr_node); in nr_node_get() 53 found = nr_node; in nr_node_get() 81 static void re_sort_routes(struct nr_node *nr_node, in argument 101 struct nr_node *nr_node; nr_add_node() local 288 __nr_remove_node(struct nr_node *nr_node) __nr_remove_node() argument 297 nr_remove_node(struct nr_node *nr_node) nr_remove_node() argument 326 struct nr_node *nr_node; nr_del_node() local 713 struct nr_node *nr_node = NULL; nr_link_failed() local 755 struct nr_node *nr_node; nr_route_frame() local 871 struct nr_node *nr_node = hlist_entry(v, struct nr_node, nr_node_show() local [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | netrom.h | 108 struct nr_node { struct 120 * nr_node & nr_neigh lists, refcounting and locking 126 static __inline__ void nr_node_put(struct nr_node *nr_node) in nr_node_put() argument 128 if (refcount_dec_and_test(&nr_node->refcount)) { in nr_node_put() 129 kfree(nr_node); in nr_node_put() 148 static __inline__ void nr_node_lock(struct nr_node *nr_node) in nr_node_lock() argument 150 nr_node_hold(nr_node); in nr_node_lock() 151 spin_lock_bh(&nr_node in nr_node_lock() 154 nr_node_unlock(struct nr_node *nr_node) nr_node_unlock() argument [all...] |
/kernel/linux/linux-6.6/include/net/ |
H A D | netrom.h | 109 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) in nr_node_put() argument 129 if (refcount_dec_and_test(&nr_node->refcount)) { in nr_node_put() 130 kfree(nr_node); in nr_node_put() 149 static __inline__ void nr_node_lock(struct nr_node *nr_node) in nr_node_lock() argument 151 nr_node_hold(nr_node); in nr_node_lock() 152 spin_lock_bh(&nr_node in nr_node_lock() 155 nr_node_unlock(struct nr_node *nr_node) nr_node_unlock() argument [all...] |
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | uniphier-xdmac.c | 80 unsigned int nr_node; member 250 if (xc->xd->cur_node >= xc->xd->nr_node) { in uniphier_xdmac_chan_irq() 312 xd->nr_node = nr; in uniphier_xdmac_prep_dma_memcpy() 388 xd->nr_node = sg_len; in uniphier_xdmac_prep_slave_sg()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | uniphier-xdmac.c | 80 unsigned int nr_node; member 250 if (xc->xd->cur_node >= xc->xd->nr_node) { in uniphier_xdmac_chan_irq() 312 xd->nr_node = nr; in uniphier_xdmac_prep_dma_memcpy() 388 xd->nr_node = sg_len; in uniphier_xdmac_prep_slave_sg()
|
Completed in 5 milliseconds