Searched refs:KI_LOCKBLOCK (Results 1 – 3 of 3) sorted by relevance
232 #define KI_LOCKBLOCK 0x00000004 /* proc blocked on lock ki_lockname */ macro
236 #define KI_LOCKBLOCK 0x00000004 /* proc blocked on lock ki_lockname */ macro
1240 kp->ki_kiflag |= KI_LOCKBLOCK; in fill_kinfo_thread()1244 kp->ki_kiflag &= ~KI_LOCKBLOCK; in fill_kinfo_thread()