OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RC_LOCKED
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/nfs/server/
nfs_nfsdcache.c
388
if ((rp->rc_flag &
RC_LOCKED
) != 0) {
396
rp->rc_flag |=
RC_LOCKED
;
569
if (rp->rc_refcnt == 0 && !(rp->rc_flag &
RC_LOCKED
))
584
KASSERT(rp->rc_flag &
RC_LOCKED
, ("nfsrvd_sentcache not locked"));
672
if ((rp->rc_flag &
RC_LOCKED
) != 0) {
680
rp->rc_flag |=
RC_LOCKED
;
744
while ((rp->rc_flag &
RC_LOCKED
) != 0) {
748
rp->rc_flag |=
RC_LOCKED
;
761
rp->rc_flag &= ~
RC_LOCKED
;
873
if (!(rp->rc_flag & (RC_INPROG|
RC_LOCKED
|RC_WANTED)
[
all
...]
/src/sys/fs/nfs/common/
nfsrvcache.h
102
#define
RC_LOCKED
0x0001
Completed in 32 milliseconds
Indexes created Mon Oct 20 05:10:11 GMT 2025