Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/cluster/
Dheartbeat.c2561 unsigned long testing_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2hb_check_node_heartbeating() local
2563 o2hb_fill_node_map(testing_map, sizeof(testing_map)); in o2hb_check_node_heartbeating()
2564 if (!test_bit(node_num, testing_map)) { in o2hb_check_node_heartbeating()
2577 unsigned long testing_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2hb_check_node_heartbeating_no_sem() local
2581 o2hb_fill_node_map_from_callback(testing_map, sizeof(testing_map)); in o2hb_check_node_heartbeating_no_sem()
2583 if (!test_bit(node_num, testing_map)) { in o2hb_check_node_heartbeating_no_sem()
2596 unsigned long testing_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2hb_check_node_heartbeating_from_callback() local
2598 o2hb_fill_node_map_from_callback(testing_map, sizeof(testing_map)); in o2hb_check_node_heartbeating_from_callback()
2599 if (!test_bit(node_num, testing_map)) { in o2hb_check_node_heartbeating_from_callback()