Searched refs:nsub_list (Results 1 – 3 of 3) sorted by relevance
84 void tipc_nodesub_notify(struct list_head *nsub_list) in tipc_nodesub_notify() argument89 list_for_each_entry_safe(ns, safe, nsub_list, nodesub_list) { in tipc_nodesub_notify()
551 LIST_HEAD(nsub_list); in tipc_node_unlock()571 list_replace_init(&node->nsub, &nsub_list); in tipc_node_unlock()587 if (!list_empty(&nsub_list)) in tipc_node_unlock()588 tipc_nodesub_notify(&nsub_list); in tipc_node_unlock()
61 void tipc_nodesub_notify(struct list_head *nsub_list);