Searched refs:segidx (Results 1 – 1 of 1) sorted by relevance
1557 unsigned int segidx = 0; in vm_swap_put() local1581 segidx = swf->swp_free_hint; in vm_swap_put()1586 while (segidx < swf->swp_nsegs) { in vm_swap_put()1587 byte_for_segidx = segidx >> 3; in vm_swap_put()1588 offset_within_byte = segidx % 8; in vm_swap_put()1591 segidx++; in vm_swap_put()1597 file_offset = segidx * compressed_swap_chunk_size; in vm_swap_put()1600 swf->swp_csegs[segidx] = c_seg; in vm_swap_put()1729 unsigned int segidx = 0; in vm_swap_free_now() local1737 segidx = (unsigned int) (file_offset / compressed_swap_chunk_size); in vm_swap_free_now()[all …]