Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/cluster/
Dheartbeat.c309 mlog(ML_HEARTBEAT, "Number of regions %d, failed regions %d\n", in o2hb_write_timeout()
329 mlog(ML_HEARTBEAT, "Queue write timeout for %u ms\n", in o2hb_arm_write_timeout()
626 mlog(ML_HEARTBEAT, "calling funcs %p\n", f); in o2hb_fire_callbacks()
651 mlog(ML_HEARTBEAT, "Node %s event for %d\n", in o2hb_run_event_list()
684 mlog(ML_HEARTBEAT, "Queue node %s event for node %d\n", in o2hb_queue_node_event()
703 mlog(ML_HEARTBEAT, "Shutdown, node %d leaves region\n", in o2hb_shutdown_slot()
835 mlog(ML_HEARTBEAT, "Node %d changed generation (0x%llx " in o2hb_check_slot()
843 mlog(ML_HEARTBEAT, "Slot %d gen 0x%llx cksum 0x%x " in o2hb_check_slot()
858 mlog(ML_HEARTBEAT, "Node %d (id 0x%llx) joined my region\n", in o2hb_check_slot()
865 mlog(ML_HEARTBEAT, "o2hb: Add node %d to live nodes " in o2hb_check_slot()
[all …]
Dmasklog.h88 #define ML_HEARTBEAT 0x0000000000000008ULL /* hb all heartbeat tracking */ macro