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

/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c162 static lck_mtx_t *decompress_channel_mtx; variable
842 lck_mtx_lock(decompress_channel_mtx);
847 lck_mtx_unlock(decompress_channel_mtx);
850 msleep((caddr_t)&decompress_channel, decompress_channel_mtx, PINOD, "wait_for_decompress", NULL);
1692 lck_mtx_lock(decompress_channel_mtx);
1695 lck_mtx_unlock(decompress_channel_mtx);
1779 decompress_channel_mtx = lck_mtx_alloc_init(decmpfs_lockgrp, NULL);

Completed in 10 milliseconds