Searched refs:target_count (Results 1 – 3 of 3) sorted by relevance
150 iq->target_count = NULL; in iter_new()738 if(!iq->target_count) { in target_count_create()739 iq->target_count = (int*)calloc(TARGET_COUNT_MAX, sizeof(int)); in target_count_create()741 if(iq->target_count) { in target_count_create()742 iq->target_count[TARGET_COUNT_REF] = 1; in target_count_create()752 if(iq->target_count) in target_count_increase()753 iq->target_count[TARGET_COUNT_QUERIES] += num; in target_count_increase()761 if(iq->target_count) in target_count_increase_nx()762 iq->target_count[TARGET_COUNT_NX] += num; in target_count_increase_nx()769 if(iq->target_count) in target_count_increase_global_quota()[all …]
363 int* target_count; member
824 uint64_t target_count, target_addr; in get_misc_vmcs() local826 &target_count); in get_misc_vmcs()829 vcpuid, target_count); in get_misc_vmcs()