Home
last modified time | relevance | path

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

/linux/fs/ocfs2/cluster/
H A Dheartbeat.c2495 unsigned long testing_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2hb_check_node_heartbeating_from_callback()
2498 o2hb_fill_node_map_from_callback(testing_map, O2NM_MAX_NODES);
2500 if (!test_bit(node_num, testing_map)) {
2513 unsigned long testing_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2hb_stop_all_regions()
2515 o2hb_fill_node_map_from_callback(testing_map, O2NM_MAX_NODES);
2516 if (!test_bit(node_num, testing_map)) {
2466 unsigned long testing_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; o2hb_check_node_heartbeating_no_sem() local
2484 unsigned long testing_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; o2hb_check_node_heartbeating_from_callback() local