Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ocfs2/cluster/
Dheartbeat.c308 mlog(ML_HEARTBEAT, "Number of regions %d, failed regions %d\n", in o2hb_write_timeout()
328 mlog(ML_HEARTBEAT, "Queue write timeout for %u ms\n", in o2hb_arm_timeout()
417 mlog(ML_HEARTBEAT, "send NEGO_APPROVE msg to node %d\n", i); in o2hb_nego_timeout()
747 mlog(ML_HEARTBEAT, "calling funcs %p\n", f); in o2hb_fire_callbacks()
772 mlog(ML_HEARTBEAT, "Node %s event for %d\n", in o2hb_run_event_list()
805 mlog(ML_HEARTBEAT, "Queue node %s event for node %d\n", in o2hb_queue_node_event()
824 mlog(ML_HEARTBEAT, "Shutdown, node %d leaves region\n", in o2hb_shutdown_slot()
956 mlog(ML_HEARTBEAT, "Node %d changed generation (0x%llx " in o2hb_check_slot()
964 mlog(ML_HEARTBEAT, "Slot %d gen 0x%llx cksum 0x%x " in o2hb_check_slot()
979 mlog(ML_HEARTBEAT, "Node %d (id 0x%llx) joined my region\n", in o2hb_check_slot()
[all …]
Dmasklog.h74 #define ML_HEARTBEAT 0x0000000000000008ULL /* hb all heartbeat tracking */ macro