Searched refs:nm_ptr (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/net/tipc/
H A Dbcast.c52 static void tipc_nmap_add(struct tipc_node_map *nm_ptr, u32 node);
53 static void tipc_nmap_remove(struct tipc_node_map *nm_ptr, u32 node);
663 void tipc_bcbearer_sort(struct net *net, struct tipc_node_map *nm_ptr, tipc_bcbearer_sort() argument
677 tipc_nmap_add(nm_ptr, node); tipc_bcbearer_sort()
679 tipc_nmap_remove(nm_ptr, node); tipc_bcbearer_sort()
933 static void tipc_nmap_add(struct tipc_node_map *nm_ptr, u32 node) tipc_nmap_add() argument
939 if ((nm_ptr->map[w] & mask) == 0) { tipc_nmap_add()
940 nm_ptr->count++; tipc_nmap_add()
941 nm_ptr->map[w] |= mask; tipc_nmap_add()
948 static void tipc_nmap_remove(struct tipc_node_map *nm_ptr, u32 node) tipc_nmap_remove() argument
954 if ((nm_ptr->map[w] & mask) != 0) { tipc_nmap_remove()
955 nm_ptr->map[w] &= ~mask; tipc_nmap_remove()
956 nm_ptr->count--; tipc_nmap_remove()
H A Dbcast.h128 void tipc_bcbearer_sort(struct net *net, struct tipc_node_map *nm_ptr,

Completed in 116 milliseconds