Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/cluster/
Dheartbeat.c184 u64 ds_last_time; member
668 if (!slot->ds_last_time) in o2hb_check_own_slot()
672 if (le64_to_cpu(hb_block->hb_seq) == slot->ds_last_time && in o2hb_check_own_slot()
692 (unsigned long long)slot->ds_last_time, hb_block->hb_node, in o2hb_check_own_slot()
933 if (slot->ds_last_time != cputime) in o2hb_check_slot()
937 slot->ds_last_time = cputime; in o2hb_check_slot()
960 (unsigned long long)slot->ds_last_time, slot->ds_changed_samples, in o2hb_check_slot()
1742 slot->ds_last_time = le64_to_cpu(hb_block->hb_seq); in o2hb_populate_slot_data()