Lines Matching refs:NonPagedPool
302 kq_queues = ExAllocatePoolWithTag(NonPagedPool,
312 wq_queues = ExAllocatePoolWithTag(NonPagedPool,
363 e = ExAllocatePoolWithTag(NonPagedPool,
622 dest->as_buf = ExAllocatePoolWithTag(NonPagedPool,
647 dest->us_buf = ExAllocatePoolWithTag(NonPagedPool,
703 ce = ExAllocatePoolWithTag(NonPagedPool, sizeof(custom_extension)
752 dev = ExAllocatePoolWithTag(NonPagedPool, sizeof(device_object), 0);
762 dev->do_devext = ExAllocatePoolWithTag(NonPagedPool,
791 dev->do_devobj_ext = ExAllocatePoolWithTag(NonPagedPool,
924 ExAllocatePoolWithTag(NonPagedPool, len, 0);
1000 ExAllocatePoolWithTag(NonPagedPool, buflen, 0);
1018 ExAllocatePoolWithTag(NonPagedPool, ilen, 0);
1056 i = ExAllocatePoolWithTag(NonPagedPool, IoSizeOfIrp(stsize), 0);
1326 *iobj = ExAllocatePoolWithTag(NonPagedPool, sizeof(kinterrupt), 0);
2171 lookaside->nll_l.gl_type = NonPagedPool;
2216 lookaside->nll_l.gl_type = NonPagedPool;
2400 m = ExAllocatePoolWithTag(NonPagedPool,
2459 addr = ExAllocatePoolWithTag(NonPagedPool, pagelength, 0);