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

/xnu-2422.115.4/osfmk/kern/
H A Dhibernate.c48 boolean_t need_to_unlock_decompressor = FALSE; variable
116 need_to_unlock_decompressor = TRUE;
137 if (retval != KERN_SUCCESS && need_to_unlock_decompressor == TRUE) {
138 need_to_unlock_decompressor = FALSE;
159 if (need_to_unlock_decompressor == TRUE) {
160 need_to_unlock_decompressor = FALSE;

Completed in 18 milliseconds