Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_cache.c81 xx = mutex_init(&cache_object_p->i_lock, USYNC_THREAD, NULL); in cfsd_cache_create()
119 xx = mutex_destroy(&cache_object_p->i_lock); in cfsd_cache_destroy()
184 mutex_lock(&cache_object_p->i_lock); in cache_lock()
203 mutex_unlock(&cache_object_p->i_lock); in cache_unlock()
H A Dcfsd_all.c91 xx = mutex_init(&all_object_p->i_lock, USYNC_THREAD, NULL); in cfsd_all_create()
138 xx = mutex_destroy(&all_object_p->i_lock); in cfsd_all_destroy()
158 mutex_lock(&all_object_p->i_lock); in all_lock()
176 mutex_unlock(&all_object_p->i_lock); in all_unlock()
H A Dcfsd_all.h42 mutex_t i_lock; /* synchro lock */ member
H A Dcfsd_cache.h40 mutex_t i_lock; /* synchro lock */ member
H A Dcfsd_fscache.c115 xx = mutex_init(&fscache_object_p->i_lock, USYNC_THREAD, NULL); in cfsd_fscache_create()
153 xx = mutex_destroy(&fscache_object_p->i_lock); in cfsd_fscache_destroy()
180 mutex_lock(&fscache_object_p->i_lock); in fscache_lock()
199 mutex_unlock(&fscache_object_p->i_lock); in fscache_unlock()
734 &fscache_object_p->i_lock); in fscache_unmount()
805 &fscache_object_p->i_lock); in fscache_server_alive()
H A Dcfsd_fscache.h50 mutex_t i_lock; /* synchronizing lock */ member
/titanic_44/usr/src/lib/libtnfprobe/
H A Dprobe_mem.c65 mutex_lock(&memseg_p->i_lock); in __tnf_probe_alloc()
76 mutex_unlock(&memseg_p->i_lock); in __tnf_probe_alloc()
H A Dprb_internals.h72 mutex_t i_lock; /* internal sync lock */ member
/titanic_44/usr/src/uts/i86pc/io/dr/
H A Ddr.c138 kmutex_t i_lock; member
500 mutex_enter(&softsp->i_lock); in dr_open()
522 mutex_exit(&softsp->i_lock); in dr_open()
526 mutex_exit(&softsp->i_lock); in dr_open()
728 mutex_init(&softsp->i_lock, NULL, MUTEX_DRIVER, NULL); in dr_attach()
832 mutex_destroy(&softsp->i_lock); in dr_detach()
/titanic_44/usr/src/uts/sun4u/ngdr/io/
H A Ddr.c132 kmutex_t i_lock; member
501 mutex_enter(&softsp->i_lock); in dr_open()
524 mutex_exit(&softsp->i_lock); in dr_open()
528 mutex_exit(&softsp->i_lock); in dr_open()
732 mutex_init(&softsp->i_lock, NULL, MUTEX_DRIVER, NULL); in dr_attach()
836 mutex_destroy(&softsp->i_lock); in dr_detach()