Searched refs:PointerCount2 (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/kmtests/ntos_mm/ |
H A D | MmSection.c | 97 ULONG PointerCount1, PointerCount2; in TestCreateSection() local 200 PointerCount2 = 3; in TestCreateSection() 202 CheckObject(FileHandle2, PointerCount2, 1L); in TestCreateSection() 212 CheckObject(FileHandle2, PointerCount2, 1L); in TestCreateSection() 219 CheckObject(FileHandle2, PointerCount2, 1L); in TestCreateSection() 229 ++PointerCount2; in TestCreateSection() 230 CheckObject(FileHandle2, PointerCount2, 1L); in TestCreateSection() 238 CheckObject(FileHandle2, PointerCount2, 1L); in TestCreateSection() 248 CheckObject(FileHandle2, PointerCount2, 1L); in TestCreateSection() 318 CheckObject(FileHandle2, PointerCount2, 1L); in TestCreateSection() [all …]
|