Searched refs:byte_for_segidx (Results 1 – 1 of 1) sorted by relevance
1561 unsigned int byte_for_segidx = 0; in vm_swap_put() local1587 byte_for_segidx = segidx >> 3; in vm_swap_put()1590 if ((swf->swp_bitmap)[byte_for_segidx] & (1 << offset_within_byte)) { in vm_swap_put()1595 (swf->swp_bitmap)[byte_for_segidx] |= (1 << offset_within_byte); in vm_swap_put()1733 unsigned int byte_for_segidx = 0; in vm_swap_free_now() local1739 byte_for_segidx = segidx >> 3; in vm_swap_free_now()1742 if ((swf->swp_bitmap)[byte_for_segidx] & (1 << offset_within_byte)) { in vm_swap_free_now()1743 (swf->swp_bitmap)[byte_for_segidx] &= ~(1 << offset_within_byte); in vm_swap_free_now()1914 unsigned int byte_for_segidx = 0; in vm_swap_do_delayed_trim() local1921 byte_for_segidx = segidx >> 3; in vm_swap_do_delayed_trim()[all …]