HomeSort by: relevance | last modified time | path
    Searched defs:plh_first (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/sys/
pslist.h 42 struct pslist_entry *plh_first; member in struct:pslist_head
68 head->plh_first = NULL; /* not yet published, so no atomic */
75 _PSLIST_ASSERT(head->plh_first == NULL);
105 * writing to plh_first / ple_next / *ple_prevp.
116 _PSLIST_ASSERT(head->plh_first == NULL ||
117 head->plh_first->ple_prevp == &head->plh_first);
121 new->ple_prevp = &head->plh_first;
122 new->ple_next = head->plh_first; /* not yet published, so no atomic */
123 if (head->plh_first != NULL
    [all...]

Completed in 10 milliseconds