Home
last modified time | relevance | path

Searched refs:kmod_elf_unref (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/kmod/testsuite/
H A Dinit_module.c255 kmod_elf_unref(elf); in init_module()
/aosp_15_r20/external/kmod/libkmod/
H A Dlibkmod-internal.h179 void kmod_elf_unref(struct kmod_elf *elf) __attribute__((nonnull(1)));
H A Dlibkmod-file.c533 kmod_elf_unref(file->elf); in kmod_file_unref()
H A Dlibkmod-elf.c367 void kmod_elf_unref(struct kmod_elf *elf) in kmod_elf_unref() function