OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PK_ADVLOCK
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/kern/
sys_descrip.c
269
if ((p->p_flag &
PK_ADVLOCK
) == 0) {
271
p->p_flag |=
PK_ADVLOCK
;
282
if ((p->p_flag &
PK_ADVLOCK
) == 0) {
284
p->p_flag |=
PK_ADVLOCK
;
kern_descrip.c
725
if (__predict_false((p->p_flag &
PK_ADVLOCK
) != 0) &&
1572
const bool noadvlock = (l->l_proc->p_flag &
PK_ADVLOCK
) == 0;
kern_proc.c
1991
PK_ADVLOCK
, P_ADVLOCK,
/src/sys/sys/
proc.h
376
#define
PK_ADVLOCK
0x00000001 /* Process may hold a POSIX advisory lock */
Completed in 46 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025