Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Duser.h232 #define KI_LOCKBLOCK 0x00000004 /* proc blocked on lock ki_lockname */ macro
/f-stack/freebsd/sys/
H A Duser.h236 #define KI_LOCKBLOCK 0x00000004 /* proc blocked on lock ki_lockname */ macro
/f-stack/freebsd/kern/
H A Dkern_proc.c1240 kp->ki_kiflag |= KI_LOCKBLOCK; in fill_kinfo_thread()
1244 kp->ki_kiflag &= ~KI_LOCKBLOCK; in fill_kinfo_thread()