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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Dheartbeat.c1719 unsigned long testing_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; local
1721 o2hb_fill_node_map(testing_map, sizeof(testing_map));
1722 if (!test_bit(node_num, testing_map)) {
1735 unsigned long testing_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; local
1737 o2hb_fill_node_map_from_callback(testing_map, sizeof(testing_map));
1738 if (!test_bit(node_num, testing_map)) {

Completed in 91 milliseconds