Searched refs:s_index (Results 1 – 1 of 1) sorted by relevance
2704 unsigned long s_index = 0; in slot_index() local2722 s_index += 3 * ((first_frag->fr_next->fr_address in slot_index()2743 s_index += 3 * ((1 << first_frag->fr_offset) >> 4); in slot_index()2753 s_index += 3 * (first_frag->fr_offset >> 4); in slot_index()2758 s_index += 3 * (first_frag->fr_fix >> 4); in slot_index()2760 s_index -= (3 * ((first_addr >> 4) - (start_addr >> 4)) in slot_index()2776 s_index += (3 * ((slot_addr >> 4) - (first_addr >> 4)) in slot_index()2778 return s_index; in slot_index()