Searched refs:C_DONT_BLOCK (Results 1 – 6 of 6) sorted by relevance
53 #define C_DONT_BLOCK 0x01 macro
603 assert(flags & C_DONT_BLOCK); in compressor_pager_slots_chunk_free()861 assert((flags & C_DONT_BLOCK)); in vm_compressor_pager_get()
4899 assert((flags & C_DONT_BLOCK) == C_DONT_BLOCK); in c_decompress_page()4901 if ((flags & (C_DONT_BLOCK | C_KEEP)) != (C_DONT_BLOCK | C_KEEP)) { in c_decompress_page()4929 if (flags & C_DONT_BLOCK) { in c_decompress_page()4982 if (flags & C_DONT_BLOCK) { in c_decompress_page()5508 assert(flags == 0 || flags == C_DONT_BLOCK); in vm_compressor_free()
5054 uint8_t c_flags = C_DONT_BLOCK; in vm_fault_internal()7329 int compressor_flags = (C_DONT_BLOCK | C_KEEP | C_KDP); in kdp_lightweight_fault()
5562 if (!(flags & C_DONT_BLOCK)) { in vm_object_purge()
1973 if (vm_purgeable_object_purge_one(force_purge, C_DONT_BLOCK)) { in vps_purge_object()