OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ple_prevp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
pslist.h
46
struct pslist_entry **
ple_prevp
;
member in struct:pslist_entry
83
entry->
ple_prevp
= NULL;
90
_PSLIST_ASSERT(entry->
ple_prevp
== NULL);
105
* writing to plh_first / ple_next / *
ple_prevp
.
107
* The
ple_prevp
field is serialized by the caller's exclusive lock and
117
head->plh_first->
ple_prevp
== &head->plh_first);
119
_PSLIST_ASSERT(new->
ple_prevp
== NULL);
121
new->
ple_prevp
= &head->plh_first;
124
head->plh_first->
ple_prevp
= &new->ple_next;
134
_PSLIST_ASSERT(entry->
ple_prevp
!= NULL)
[
all
...]
/src/sys/external/bsd/common/include/linux/
list.h
380
node->
ple_prevp
= _PSLIST_POISON;
388
if (node->
ple_prevp
!= NULL)
Completed in 89 milliseconds
Indexes created Sat Oct 18 21:09:54 GMT 2025