Searched refs:C_DONT_BLOCK (Results 1 - 6 of 6) sorted by relevance

/xnu-2782.1.97/osfmk/vm/
H A Dvm_compressor_pager.h53 #define C_DONT_BLOCK 0x01 macro
H A Dvm_compressor_pager.c599 assert(flags & C_DONT_BLOCK);
799 assert((flags & C_DONT_BLOCK));
H A Dvm_compressor.c2522 * pages and must honor the C_DONT_BLOCK case
2525 if (flags & C_DONT_BLOCK) {
2552 if (flags & C_DONT_BLOCK) {
2741 * or (flags & C_DONT_BLOCK) and we found 'c_busy' or 'c_ondisk' set
2750 * returns -2 if (flags & C_DONT_BLOCK) and we found 'c_busy' or 'c_ondisk' set
2762 assert(flags == 0 || flags == C_DONT_BLOCK);
2767 * returns -2 if (flags & C_DONT_BLOCK) and we found 'c_busy' set
H A Dvm_fault.c4030 int c_flags = C_DONT_BLOCK;
H A Dvm_object.c6672 if ( !(flags & C_DONT_BLOCK)) {
H A Dvm_pageout.c1557 if (vm_purgeable_object_purge_one(force_purge, C_DONT_BLOCK)) {

Completed in 57 milliseconds