Home
last modified time | relevance | path

Searched refs:target_count (Results 1 – 3 of 3) sorted by relevance

/src/contrib/unbound/iterator/
H A Diterator.c150 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 …]
H A Diterator.h363 int* target_count; member
/src/usr.sbin/bhyvectl/amd64/
H A Dbhyvectl_machdep.c824 uint64_t target_count, target_addr; in get_misc_vmcs() local
826 &target_count); in get_misc_vmcs()
829 vcpuid, target_count); in get_misc_vmcs()