Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/cluster/
Dheartbeat.h83 int o2hb_check_node_heartbeating_no_sem(u8 node_num);
Dheartbeat.c2423 int o2hb_check_node_heartbeating_no_sem(u8 node_num) in o2hb_check_node_heartbeating_no_sem() function
2440 EXPORT_SYMBOL_GPL(o2hb_check_node_heartbeating_no_sem);
/linux-4.4.14/fs/ocfs2/dlm/
Ddlmdomain.c828 if (!o2hb_check_node_heartbeating_no_sem(query->node_idx)) { in dlm_query_join_handler()