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

/opensolaris-onvv-gate/usr/src/lib/libtnfprobe/
H A Dprb_internals.h72 mutex_t i_lock; /* internal sync lock */ member in struct:tnf_memseg
H A Dprobe_mem.c65 mutex_lock(&memseg_p->i_lock);
76 mutex_unlock(&memseg_p->i_lock);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_all.h42 mutex_t i_lock; /* synchro lock */ member in struct:cfsd_all_object
H A Dcfsd_cache.c81 xx = mutex_init(&cache_object_p->i_lock, USYNC_THREAD, NULL);
119 xx = mutex_destroy(&cache_object_p->i_lock);
184 mutex_lock(&cache_object_p->i_lock);
203 mutex_unlock(&cache_object_p->i_lock);
H A Dcfsd_cache.h40 mutex_t i_lock; /* synchro lock */ member in struct:cfsd_cache_object
H A Dcfsd_all.c91 xx = mutex_init(&all_object_p->i_lock, USYNC_THREAD, NULL);
138 xx = mutex_destroy(&all_object_p->i_lock);
158 mutex_lock(&all_object_p->i_lock);
176 mutex_unlock(&all_object_p->i_lock);
H A Dcfsd_fscache.h50 mutex_t i_lock; /* synchronizing lock */ member in struct:cfsd_fscache_object
H A Dcfsd_fscache.c115 xx = mutex_init(&fscache_object_p->i_lock, USYNC_THREAD, NULL);
153 xx = mutex_destroy(&fscache_object_p->i_lock);
180 mutex_lock(&fscache_object_p->i_lock);
199 mutex_unlock(&fscache_object_p->i_lock);
734 &fscache_object_p->i_lock);
805 &fscache_object_p->i_lock);
/opensolaris-onvv-gate/usr/src/uts/i86pc/io/dr/
H A Ddr.c136 kmutex_t i_lock; member in struct:dr_softstate
498 mutex_enter(&softsp->i_lock);
520 mutex_exit(&softsp->i_lock);
524 mutex_exit(&softsp->i_lock);
728 mutex_init(&softsp->i_lock, NULL, MUTEX_DRIVER, NULL);
832 mutex_destroy(&softsp->i_lock);
/opensolaris-onvv-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr.c132 kmutex_t i_lock; member in struct:dr_softstate
499 mutex_enter(&softsp->i_lock);
522 mutex_exit(&softsp->i_lock);
526 mutex_exit(&softsp->i_lock);
732 mutex_init(&softsp->i_lock, NULL, MUTEX_DRIVER, NULL);
836 mutex_destroy(&softsp->i_lock);

Completed in 95 milliseconds