OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nid_lock
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/nfs/
nfs_iod.c
82
* nfs_iodlist_lock ->
nid_lock
-> nm_lock
104
mutex_init(&myiod->
nid_lock
, MUTEX_DEFAULT, IPL_NONE);
117
mutex_enter(&myiod->
nid_lock
);
126
* drop
nid_lock
to preserve locking order.
128
mutex_exit(&myiod->
nid_lock
);
130
mutex_enter(&myiod->
nid_lock
);
144
cv_wait(&myiod->nid_cv, &myiod->
nid_lock
);
146
mutex_exit(&myiod->
nid_lock
);
176
mutex_exit(&myiod->
nid_lock
);
179
mutex_destroy(&myiod->
nid_lock
);
[
all
...]
nfsnode.h
225
kmutex_t
nid_lock
;
member in struct:nfs_iod
nfs_bio.c
767
mutex_enter(&iod->
nid_lock
);
773
mutex_exit(&iod->
nid_lock
);
Completed in 13 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025