Searched refs:i_lock (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/cachefs/cfsd/ |
H A D | cfsd_cache.c | 81 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 D | cfsd_all.c | 91 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 D | cfsd_all.h | 42 mutex_t i_lock; /* synchro lock */ member
|
H A D | cfsd_cache.h | 40 mutex_t i_lock; /* synchro lock */ member
|
H A D | cfsd_fscache.c | 115 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 D | cfsd_fscache.h | 50 mutex_t i_lock; /* synchronizing lock */ member
|
/titanic_44/usr/src/lib/libtnfprobe/ |
H A D | probe_mem.c | 65 mutex_lock(&memseg_p->i_lock); in __tnf_probe_alloc() 76 mutex_unlock(&memseg_p->i_lock); in __tnf_probe_alloc()
|
H A D | prb_internals.h | 72 mutex_t i_lock; /* internal sync lock */ member
|
/titanic_44/usr/src/uts/i86pc/io/dr/ |
H A D | dr.c | 138 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 D | dr.c | 132 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()
|