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

/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c161 static int decompress_channel; /* channel used by decompress_file to wake up waiters */ variable
850 msleep((caddr_t)&decompress_channel, decompress_channel_mtx, PINOD, "wait_for_decompress", NULL);
1694 wakeup((caddr_t)&decompress_channel); /* wake up anyone who might have been waiting for decompression */

Completed in 70 milliseconds