Lines Matching refs:n_ptr
113 void tipc_node_delete(struct tipc_node *n_ptr);
114 void tipc_node_attach_link(struct tipc_node *n_ptr, struct link *l_ptr);
115 void tipc_node_detach_link(struct tipc_node *n_ptr, struct link *l_ptr);
116 void tipc_node_link_down(struct tipc_node *n_ptr, struct link *l_ptr);
117 void tipc_node_link_up(struct tipc_node *n_ptr, struct link *l_ptr);
118 int tipc_node_active_links(struct tipc_node *n_ptr);
119 int tipc_node_redundant_links(struct tipc_node *n_ptr);
120 int tipc_node_is_up(struct tipc_node *n_ptr);
124 static inline void tipc_node_lock(struct tipc_node *n_ptr) in tipc_node_lock() argument
126 spin_lock_bh(&n_ptr->lock); in tipc_node_lock()
129 static inline void tipc_node_unlock(struct tipc_node *n_ptr) in tipc_node_unlock() argument
131 spin_unlock_bh(&n_ptr->lock); in tipc_node_unlock()