Home
last modified time | relevance | path

Searched refs:nsub_list (Results 1 – 3 of 3) sorted by relevance

/net/tipc/
Dnode_subscr.c84 void tipc_nodesub_notify(struct list_head *nsub_list) in tipc_nodesub_notify() argument
89 list_for_each_entry_safe(ns, safe, nsub_list, nodesub_list) { in tipc_nodesub_notify()
Dnode.c551 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()
Dnode_subscr.h61 void tipc_nodesub_notify(struct list_head *nsub_list);