Searched refs:num_kmod_refs (Results 1 – 1 of 1) sorted by relevance
7158 uint32_t num_kmod_refs = 0; in loadExecutable() local7438 num_kmod_refs = getNumDependencies(); in loadExecutable()7439 if (num_kmod_refs) { in loadExecutable()7441 num_kmod_refs, Z_WAITOK_ZERO, VM_KERN_MEMORY_OSKEXT); in loadExecutable()7446 for (uint32_t refIndex = 0; refIndex < num_kmod_refs; refIndex++) { in loadExecutable()7452 if (refIndex + 1 < num_kmod_refs) { in loadExecutable()7562 kfree_type(kmod_reference_t, num_kmod_refs, in loadExecutable()8625 uint32_t num_kmod_refs = 0; local8781 num_kmod_refs = getNumDependencies();8782 if (num_kmod_refs && kmod_info && kmod_info->reference_list) {[all …]