Searched refs:compressor (Results 1 - 7 of 7) sorted by relevance

/xnu-2782.1.97/bsd/net/
H A Dppp_comp.h76 struct compressor { struct
79 /* Allocate space for a compressor (transmit side) */
81 /* Free space used by a compressor */
83 /* Initialize a compressor */
86 /* Reset a compressor */
/xnu-2782.1.97/osfmk/vm/
H A Dvm_resident.c579 m->compressor = FALSE;
3077 if (m->laundry || m->pageout_queue || m->private || m->fictitious || m->compressor || (VM_PAGE_WIRED(m)))
3200 if (m->laundry || m->pageout_queue || m->private || m->fictitious || m->compressor)
3272 if (m->laundry || m->pageout_queue || m->private || m->fictitious || m->compressor)
3406 if (m->laundry || m->pageout_queue || m->private || m->compressor || (VM_PAGE_WIRED(m)))
4163 } else if (!m->free && !m->active && !m->inactive && !m->speculative && !m->throttled && !m->compressor) {
4166 * or it needs to belong to the compressor pool
4511 m2->compressor = m1->compressor;
4551 if (m2->compressor) {
[all...]
H A Dvm_page.h284 compressor:1, /* page owned by compressor pool */ member in struct:vm_page
H A Dvm_kern.c585 mem->compressor = TRUE;
H A Dvm_pageout.c2263 * With the VM compressor, the cost of
2587 * Don't count this page as going into the compressor if any of these are true:
2591 (including vm_pageout_scan) has no knowledge of the compressor
2592 * 4) This page belongs to a file and hence will not be sent into the compressor
6343 if (m->compressor) {
6459 assert(!m->compressor);
7001 assert(!m->compressor);
7287 panic("iopl_valid_data: object == kernel or compressor");
7750 panic("vm_object_iopl_request: missing/bad page in compressor object\n");
7875 if (dst_page->compressor) {
[all...]
H A Dvm_fault.c2863 assert(m->compressor || m->object != compressor_object);
2864 if (m->compressor) {
3050 * compressor pager and its
3488 * in the compressor world
4039 * if the compressor is active and the page exists there
4046 * can't call into the compressor with the kernel_map
4047 * lock held, since the compressor may try to operate
/xnu-2782.1.97/bsd/kern/
H A Ddecmpfs.c211 // the compressor has already registered but the function might be null
249 // the compressor hasn't registered, so it never will unless someone manually kextloads it
586 /* give a compressor a chance to indicate that a compressed file is invalid */
970 /* fast pre-check to determine if the given compressor has checked in */
973 /* every compressor must have at least a fetch function */
988 /* get the uncompressed bytes for the specified region of vp by calling out to the registered compressor */
1102 /* compressor not registered */
1278 /* give the compressor a chance to adjust the portion of the file that we read */
1733 #pragma mark --- Type1 compressor ---
1736 The "Type1" compressor store
[all...]

Completed in 122 milliseconds