Home
last modified time | relevance | path

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

/fs/ocfs2/cluster/
Dheartbeat.c1672 unsigned int last_slot; in o2hb_map_slot_data() local
1711 last_slot = i * spp; in o2hb_map_slot_data()
1714 (j < spp) && ((j + last_slot) < reg->hr_blocks); in o2hb_map_slot_data()
1716 BUG_ON((j + last_slot) >= reg->hr_blocks); in o2hb_map_slot_data()
1718 slot = &reg->hr_slots[j + last_slot]; in o2hb_map_slot_data()