Home
last modified time | relevance | path

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

/linux-3.4.99/net/tipc/
Dbcast.h74 void tipc_nmap_add(struct tipc_node_map *nm_ptr, u32 node);
75 void tipc_nmap_remove(struct tipc_node_map *nm_ptr, u32 node);
Dbcast.c821 void tipc_nmap_add(struct tipc_node_map *nm_ptr, u32 node) in tipc_nmap_add() argument
827 if ((nm_ptr->map[w] & mask) == 0) { in tipc_nmap_add()
828 nm_ptr->count++; in tipc_nmap_add()
829 nm_ptr->map[w] |= mask; in tipc_nmap_add()
837 void tipc_nmap_remove(struct tipc_node_map *nm_ptr, u32 node) in tipc_nmap_remove() argument
843 if ((nm_ptr->map[w] & mask) != 0) { in tipc_nmap_remove()
844 nm_ptr->map[w] &= ~mask; in tipc_nmap_remove()
845 nm_ptr->count--; in tipc_nmap_remove()