Home
last modified time | relevance | path

Searched refs:segidx (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.41.9/osfmk/vm/
H A Dvm_compressor_backing_store.c1701 unsigned int segidx = 0; in vm_swap_put() local
1725 segidx = swf->swp_free_hint; in vm_swap_put()
1730 while (segidx < swf->swp_nsegs) { in vm_swap_put()
1731 byte_for_segidx = segidx >> 3; in vm_swap_put()
1732 offset_within_byte = segidx % 8; in vm_swap_put()
1735 segidx++; in vm_swap_put()
1741 file_offset = segidx * compressed_swap_chunk_size; in vm_swap_put()
1744 swf->swp_csegs[segidx] = c_seg; in vm_swap_put()
1873 unsigned int segidx = 0; in vm_swap_free_now() local
1881 segidx = (unsigned int) (file_offset / compressed_swap_chunk_size); in vm_swap_free_now()
[all …]