Searched refs:nm_ptr (Results 1 – 2 of 2) sorted by relevance
74 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);
821 void tipc_nmap_add(struct tipc_node_map *nm_ptr, u32 node) in tipc_nmap_add() argument827 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() argument843 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()