OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:l_pflag
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/sys/
lwp.h
199
int
l_pflag
; /* !: LWP private flags */
member in struct:lwp
274
* The second set of flags is kept in
l_pflag
, and they are modified only by
510
bound = curlwp->
l_pflag
& LP_BOUND;
511
curlwp->
l_pflag
|= LP_BOUND;
521
KASSERT(curlwp->
l_pflag
& LP_BOUND);
523
curlwp->
l_pflag
^= bound ^ LP_BOUND;
Completed in 12 milliseconds
Indexes created Mon Oct 13 14:09:54 GMT 2025