Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/cluster/
Dheartbeat.c98 } o2hb_callbacks[O2HB_NUM_CB]; variable
1434 for (i = 0; i < ARRAY_SIZE(o2hb_callbacks); i++) in o2hb_init()
1435 INIT_LIST_HEAD(&o2hb_callbacks[i].list); in o2hb_init()
2233 return &o2hb_callbacks[type]; in hbcall_from_type()