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

/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor.c859 boolean_t need_unlock = TRUE; local
938 need_unlock = FALSE;
941 if (need_unlock == TRUE) {
2398 boolean_t need_unlock = TRUE; local
2569 need_unlock = FALSE;
2583 if (need_unlock == TRUE)
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsutils.c3150 int need_unlock=0, ret; local
3154 need_unlock = 1;
3163 if (need_unlock) {
H A Dhfs_readwrite.c1846 int need_unlock = 1; local
1921 need_unlock = 0;
1931 need_unlock = 0;
1935 if (need_unlock) {

Completed in 35 milliseconds