Searched refs:segidx (Results 1 – 1 of 1) sorted by relevance
1562 unsigned int segidx = 0; in vm_swap_put() local1586 segidx = swf->swp_free_hint; in vm_swap_put()1591 while (segidx < swf->swp_nsegs) { in vm_swap_put()1592 byte_for_segidx = segidx >> 3; in vm_swap_put()1593 offset_within_byte = segidx % 8; in vm_swap_put()1596 segidx++; in vm_swap_put()1602 file_offset = segidx * compressed_swap_chunk_size; in vm_swap_put()1605 swf->swp_csegs[segidx] = c_seg; in vm_swap_put()1734 unsigned int segidx = 0; in vm_swap_free_now() local1742 segidx = (unsigned int) (file_offset / compressed_swap_chunk_size); in vm_swap_free_now()[all …]