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

  /src/sys/sys/
pslist.h 57 #define _PSLIST_POISON ((void *)1ul)
97 atomic_store_relaxed(&entry->ple_next, _PSLIST_POISON);
133 _PSLIST_ASSERT(entry->ple_next != _PSLIST_POISON);
156 _PSLIST_ASSERT(entry->ple_next != _PSLIST_POISON);
175 _PSLIST_ASSERT(entry->ple_next != _PSLIST_POISON);
211 _PSLIST_ASSERT(entry->ple_next != _PSLIST_POISON);
230 _PSLIST_ASSERT(next != _PSLIST_POISON);
260 _PSLIST_ASSERT(next != _PSLIST_POISON);
  /src/sys/external/bsd/common/include/linux/
list.h 380 node->ple_prevp = _PSLIST_POISON;

Completed in 11 milliseconds