Home
last modified time | relevance | path

Searched refs:PopXList (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rostests/kmtests/ntos_ex/
H A DExXList.h16 Ret = PopXList(ListHead, pSpinLock); in TestXListFunctional()
33 Ret = PopXList(ListHead, pSpinLock); in TestXListFunctional()
39 Ret = PopXList(ListHead, pSpinLock); in TestXListFunctional()
45 Ret = PopXList(ListHead, pSpinLock); in TestXListFunctional()
65 Ret = PopXList(ListHead, pSpinLock); in TestXListFunctional()
H A DExSingleList.c62 #define PopXList ExInterlockedPopEntryList macro
76 #undef PopXList
77 #define PopXList(h, s) PopEntryList(h) macro
H A DExSequencedList.c31 #define PopXList ExInterlockedPopEntrySList macro