Searched refs:gpwlCache (Results 1 – 3 of 3) sorted by relevance
184 if (gpwlCache) in UserProcessDestroy()186 ExFreePoolWithTag(gpwlCache, USERTAG_WINDOWLIST); in UserProcessDestroy()187 gpwlCache = NULL; in UserProcessDestroy()
95 extern PWINDOWLIST gpwlCache;
19 PWINDOWLIST gpwlCache = NULL; variable1432 if (gpwlCache) in IntBuildHwndList()1434 pwl = gpwlCache; in IntBuildHwndList()1435 gpwlCache = NULL; in IntBuildHwndList()1484 if (gpwlCache) in IntFreeHwndList()1486 if (WL_CAPACITY(pwlTarget) > WL_CAPACITY(gpwlCache)) in IntFreeHwndList()1488 pwl = gpwlCache; in IntFreeHwndList()1489 gpwlCache = pwlTarget; in IntFreeHwndList()1499 gpwlCache = pwlTarget; in IntFreeHwndList()