Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/ramster/cluster/
Dheartbeat.c429 unsigned long testing_map[BITS_TO_LONGS(R2NM_MAX_NODES)]; in r2hb_check_node_heartbeating_from_callback() local
431 r2hb_fill_node_map_from_callback(testing_map, sizeof(testing_map)); in r2hb_check_node_heartbeating_from_callback()
432 if (!test_bit(node_num, testing_map)) { in r2hb_check_node_heartbeating_from_callback()
/linux-3.4.99/fs/ocfs2/cluster/
Dheartbeat.c2583 unsigned long testing_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2hb_check_node_heartbeating() local
2585 o2hb_fill_node_map(testing_map, sizeof(testing_map)); in o2hb_check_node_heartbeating()
2586 if (!test_bit(node_num, testing_map)) { in o2hb_check_node_heartbeating()
2599 unsigned long testing_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2hb_check_node_heartbeating_from_callback() local
2601 o2hb_fill_node_map_from_callback(testing_map, sizeof(testing_map)); in o2hb_check_node_heartbeating_from_callback()
2602 if (!test_bit(node_num, testing_map)) { in o2hb_check_node_heartbeating_from_callback()