Home
last modified time | relevance | path

Searched refs:i_threadid (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_fscache.c109 fscache_object_p->i_threadid = 0; in cfsd_fscache_create()
646 thr_self(), fscache_object_p->i_threadid)); in fscache_simdisconnect()
647 xx = thr_kill(fscache_object_p->i_threadid, SIGUSR1); in fscache_simdisconnect()
650 xx, fscache_object_p->i_threadid)); in fscache_simdisconnect()
723 xx = thr_kill(fscache_object_p->i_threadid, SIGUSR1); in fscache_unmount()
726 xx, fscache_object_p->i_threadid)); in fscache_unmount()
H A Dcfsd_fscache.h67 thread_t i_threadid; /* id of thread, if running */ member
H A Dcfsd_subr.c180 fscache_object_p->i_threadid = new_thread; in subr_add_mount()