Searched refs:byte_for_segidx (Results 1 – 1 of 1) sorted by relevance
1566 unsigned int byte_for_segidx = 0; in vm_swap_put() local1592 byte_for_segidx = segidx >> 3; in vm_swap_put()1595 if ((swf->swp_bitmap)[byte_for_segidx] & (1 << offset_within_byte)) { in vm_swap_put()1600 (swf->swp_bitmap)[byte_for_segidx] |= (1 << offset_within_byte); in vm_swap_put()1738 unsigned int byte_for_segidx = 0; in vm_swap_free_now() local1744 byte_for_segidx = segidx >> 3; in vm_swap_free_now()1747 if ((swf->swp_bitmap)[byte_for_segidx] & (1 << offset_within_byte)) { in vm_swap_free_now()1748 (swf->swp_bitmap)[byte_for_segidx] &= ~(1 << offset_within_byte); in vm_swap_free_now()1919 unsigned int byte_for_segidx = 0; in vm_swap_do_delayed_trim() local1926 byte_for_segidx = segidx >> 3; in vm_swap_do_delayed_trim()[all …]