Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/cluster/
Dheartbeat.c302 mlog(ML_HEARTBEAT, "Number of regions %d, failed regions %d\n", in o2hb_write_timeout()
322 mlog(ML_HEARTBEAT, "Queue write timeout for %u ms\n", in o2hb_arm_timeout()
411 mlog(ML_HEARTBEAT, "send NEGO_APPROVE msg to node %d\n", i); in o2hb_nego_timeout()
738 mlog(ML_HEARTBEAT, "calling funcs %p\n", f); in o2hb_fire_callbacks()
763 mlog(ML_HEARTBEAT, "Node %s event for %d\n", in o2hb_run_event_list()
796 mlog(ML_HEARTBEAT, "Queue node %s event for node %d\n", in o2hb_queue_node_event()
815 mlog(ML_HEARTBEAT, "Shutdown, node %d leaves region\n", in o2hb_shutdown_slot()
947 mlog(ML_HEARTBEAT, "Node %d changed generation (0x%llx " in o2hb_check_slot()
955 mlog(ML_HEARTBEAT, "Slot %d gen 0x%llx cksum 0x%x " in o2hb_check_slot()
970 mlog(ML_HEARTBEAT, "Node %d (id 0x%llx) joined my region\n", in o2hb_check_slot()
[all …]
Dmasklog.h72 #define ML_HEARTBEAT 0x0000000000000008ULL /* hb all heartbeat tracking */ macro