Searched refs:_PSLIST_ASSERT (Results 1 – 1 of 1) sorted by relevance
51 #define _PSLIST_ASSERT KASSERT macro54 #define _PSLIST_ASSERT assert macro75 _PSLIST_ASSERT(head->plh_first == NULL); in pslist_destroy()90 _PSLIST_ASSERT(entry->ple_prevp == NULL); in pslist_entry_destroy()116 _PSLIST_ASSERT(head->plh_first == NULL || in pslist_writer_insert_head()118 _PSLIST_ASSERT(new->ple_next == NULL); in pslist_writer_insert_head()119 _PSLIST_ASSERT(new->ple_prevp == NULL); in pslist_writer_insert_head()133 _PSLIST_ASSERT(entry->ple_next != _PSLIST_POISON); in pslist_writer_insert_before()134 _PSLIST_ASSERT(entry->ple_prevp != NULL); in pslist_writer_insert_before()135 _PSLIST_ASSERT(*entry->ple_prevp == entry); in pslist_writer_insert_before()[all …]