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

  /src/sys/sys/
pslist.h 47 struct pslist_entry *ple_next; member in struct:pslist_entry
82 entry->ple_next = NULL;
97 atomic_store_relaxed(&entry->ple_next, _PSLIST_POISON);
105 * writing to plh_first / ple_next / *ple_prevp.
118 _PSLIST_ASSERT(new->ple_next == NULL);
122 new->ple_next = head->plh_first; /* not yet published, so no atomic */
124 head->plh_first->ple_prevp = &new->ple_next;
133 _PSLIST_ASSERT(entry->ple_next != _PSLIST_POISON);
136 _PSLIST_ASSERT(new->ple_next == NULL);
140 new->ple_next = entry; /* not yet published, so no atomic *
    [all...]
pslist.h 47 struct pslist_entry *ple_next; member in struct:pslist_entry
82 entry->ple_next = NULL;
97 atomic_store_relaxed(&entry->ple_next, _PSLIST_POISON);
105 * writing to plh_first / ple_next / *ple_prevp.
118 _PSLIST_ASSERT(new->ple_next == NULL);
122 new->ple_next = head->plh_first; /* not yet published, so no atomic */
124 head->plh_first->ple_prevp = &new->ple_next;
133 _PSLIST_ASSERT(entry->ple_next != _PSLIST_POISON);
136 _PSLIST_ASSERT(new->ple_next == NULL);
140 new->ple_next = entry; /* not yet published, so no atomic *
    [all...]

Completed in 22 milliseconds