Searched refs:COMPRESSOR_SLOTS_CHUNK_SIZE (Results 1 – 1 of 1) sorted by relevance
201 #define COMPRESSOR_SLOTS_CHUNK_SIZE (512) macro202 #define COMPRESSOR_SLOTS_PER_CHUNK (COMPRESSOR_SLOTS_CHUNK_SIZE / sizeof (compressor_slot_t))224 COMPRESSOR_SLOTS_CHUNK_SIZE412 zfree_slot_array(chunk, COMPRESSOR_SLOTS_CHUNK_SIZE); in compressor_memory_object_deallocate()684 t_chunk = zalloc_slot_array(COMPRESSOR_SLOTS_CHUNK_SIZE, in compressor_pager_slot_lookup()707 zfree_slot_array(t_chunk, COMPRESSOR_SLOTS_CHUNK_SIZE); in compressor_pager_slot_lookup()746 assert(size <= COMPRESSOR_SLOTS_CHUNK_SIZE); in zalloc_slot_array()764 assert(size <= COMPRESSOR_SLOTS_CHUNK_SIZE); in zfree_slot_array()1025 zfree_slot_array(chunk, COMPRESSOR_SLOTS_CHUNK_SIZE); in vm_compressor_pager_reap_pages()