Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ocfs2/cluster/
Dheartbeat.h65 int o2hb_check_node_heartbeating_no_sem(u8 node_num);
Dheartbeat.c2466 int o2hb_check_node_heartbeating_no_sem(u8 node_num) in o2hb_check_node_heartbeating_no_sem() function
2482 EXPORT_SYMBOL_GPL(o2hb_check_node_heartbeating_no_sem);
/linux-6.12.1/fs/ocfs2/dlm/
Ddlmdomain.c810 if (!o2hb_check_node_heartbeating_no_sem(query->node_idx)) { in dlm_query_join_handler()