Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ocfs2/cluster/
Dheartbeat.c188 u64 ds_last_time; member
677 if (!slot->ds_last_time) in o2hb_check_own_slot()
681 if (le64_to_cpu(hb_block->hb_seq) == slot->ds_last_time && in o2hb_check_own_slot()
701 (unsigned long long)slot->ds_last_time, hb_block->hb_node, in o2hb_check_own_slot()
942 if (slot->ds_last_time != cputime) in o2hb_check_slot()
946 slot->ds_last_time = cputime; in o2hb_check_slot()
969 (unsigned long long)slot->ds_last_time, slot->ds_changed_samples, in o2hb_check_slot()
1752 slot->ds_last_time = le64_to_cpu(hb_block->hb_seq); in o2hb_populate_slot_data()