OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FHASLOCK
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/kern/
sys_descrip.c
642
KASSERT((atomic_load_relaxed(&fp->f_flag) &
FHASLOCK
) == 0);
654
atomic_and_uint(&fp->f_flag, ~
FHASLOCK
);
668
atomic_or_uint(&fp->f_flag,
FHASLOCK
);
kern_descrip.c
856
KASSERT((fp->f_flag &
FHASLOCK
) == 0);
857
} else if (fp->f_flag &
FHASLOCK
) {
vfs_syscalls.c
330
atomic_or_uint(&fp->f_flag,
FHASLOCK
);
/src/sys/sys/
fcntl.h
146
#define
FHASLOCK
0x00004000 /* descriptor holds advisory lock */
Completed in 19 milliseconds
Indexes created Fri Feb 20 16:20:20 UTC 2026