Searched refs:ObjectQuota (Results 1 – 2 of 2) sorted by relevance
1579 POBJECT_HEADER_QUOTA_INFO ObjectQuota; in NtQueryObject() local1662 ObjectQuota = OBJECT_HEADER_TO_QUOTA_INFO(ObjectHeader); in NtQueryObject()1663 if (ObjectQuota != NULL) in NtQueryObject()1665 BasicInfo->PagedPoolCharge = ObjectQuota->PagedPoolCharge; in NtQueryObject()1666 BasicInfo->NonPagedPoolCharge = ObjectQuota->NonPagedPoolCharge; in NtQueryObject()
435 POBJECT_HEADER_QUOTA_INFO ObjectQuota; in ObpChargeQuotaForObject() local439 ObjectQuota = OBJECT_HEADER_TO_QUOTA_INFO(ObjectHeader); in ObpChargeQuotaForObject()447 if (ObjectQuota) in ObpChargeQuotaForObject()450 PagedPoolCharge = ObjectQuota->PagedPoolCharge + in ObpChargeQuotaForObject()451 ObjectQuota->SecurityDescriptorCharge; in ObpChargeQuotaForObject()452 NonPagedPoolCharge = ObjectQuota->NonPagedPoolCharge; in ObpChargeQuotaForObject()