Searched refs:swp_bitmap (Results 1 – 1 of 1) sorted by relevance
95 …uint8_t *swp_bitmap; /* bitmap showing the alloced/freed slots in the swap file… member1569 swf->swp_bitmap = kalloc_data(num_bytes_for_bitmap, in vm_swap_create_file()1737 if ((swf->swp_bitmap)[byte_for_segidx] & (1 << offset_within_byte)) { in vm_swap_put()1742 (swf->swp_bitmap)[byte_for_segidx] |= (uint8_t)(1 << offset_within_byte); in vm_swap_put()1890 if ((swf->swp_bitmap)[byte_for_segidx] & (1 << offset_within_byte)) { in vm_swap_free_now()1891 (swf->swp_bitmap)[byte_for_segidx] &= ~(1 << offset_within_byte); in vm_swap_free_now()2072 if ((swf->swp_bitmap)[byte_for_segidx] & (1 << offset_within_byte)) { in vm_swap_do_delayed_trim()2073 (swf->swp_bitmap)[byte_for_segidx] &= ~(1 << offset_within_byte); in vm_swap_do_delayed_trim()2189 if (((swf->swp_bitmap)[byte_for_segidx] & (1 << offset_within_byte)) == 0) { in vm_swap_reclaim()2222 (swf->swp_bitmap)[byte_for_segidx] &= ~(1 << offset_within_byte); in vm_swap_reclaim()[all …]