Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/cluster/
Dheartbeat.c206 u64 ds_last_time; member
698 if (!slot->ds_last_time) in o2hb_check_own_slot()
702 if (le64_to_cpu(hb_block->hb_seq) == slot->ds_last_time && in o2hb_check_own_slot()
722 (unsigned long long)slot->ds_last_time, hb_block->hb_node, in o2hb_check_own_slot()
963 if (slot->ds_last_time != cputime) in o2hb_check_slot()
967 slot->ds_last_time = cputime; in o2hb_check_slot()
990 (unsigned long long)slot->ds_last_time, slot->ds_changed_samples, in o2hb_check_slot()
1818 slot->ds_last_time = le64_to_cpu(hb_block->hb_seq); in o2hb_populate_slot_data()