Searched refs:segidx (Results 1 – 1 of 1) sorted by relevance
1734 unsigned int segidx = 0; in vm_swap_put() local1757 segidx = swf->swp_free_hint; in vm_swap_put()1762 while (segidx < swf->swp_nsegs) { in vm_swap_put()1763 byte_for_segidx = segidx >> 3; in vm_swap_put()1764 offset_within_byte = segidx % 8; in vm_swap_put()1767 segidx++; in vm_swap_put()1773 file_offset = segidx * compressed_swap_chunk_size; in vm_swap_put()1776 swf->swp_csegs[segidx] = c_seg; in vm_swap_put()1906 unsigned int segidx = 0; in vm_swap_free_now() local1914 segidx = (unsigned int) (file_offset / compressed_swap_chunk_size); in vm_swap_free_now()[all …]