Searched defs:cc_lock (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h50 * 2. cc_lock in order by CPU ID
270 kmutex_t cc_lock; /* protects this cpu's local cache */ member in struct:kmem_cpu_cache
/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_impl.h238 mutex_t cc_lock; /* protects this cpu's local cache */ member in struct:umem_cpu_cache
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.h186 * "cc_lock" must be held when changing dirty/valid bits.
191 * "cc_iostatus" is set by flusher without holding cc_lock,
443 #define cc_lock cc_sync->_cc_lock macro
663 mutex_enter(&(centry)->cc_lock); \
665 mutex_exit(&(centry)->cc_lock); \
689 mutex_enter(&(centry)->cc_lock); \
691 mutex_exit(&(centry)->cc_lock); \

Completed in 79 milliseconds