Home
last modified time | relevance | path

Searched refs:kmod_unref (Results 1 – 22 of 22) sorted by relevance

/external/kmod/testsuite/
Dtest-init.c41 kmod_unref(ctx); in test_initlib()
70 kmod_unref(ctx); in test_insert()
118 kmod_unref(ctx); in test_remove()
Dtest-dependencies.c49 kmod_unref(ctx); in test_dependencies()
77 kmod_unref(ctx); in test_dependencies()
Dtest-loaded.c44 kmod_unref(ctx); in loaded_1()
77 kmod_unref(ctx); in loaded_1()
Dtest-blacklist.c86 kmod_unref(ctx); in blacklist_1()
93 kmod_unref(ctx); in blacklist_1()
Dtest-new-module.c59 kmod_unref(ctx); in from_name()
104 kmod_unref(ctx); in from_alias()
Dtest-initstate.c69 kmod_unref(ctx); in test_initstate_from_lookup()
111 kmod_unref(ctx); in test_initstate_from_name()
Dinit_module.c402 kmod_unref(ctx); in free_resources()
/external/kmod/tools/
Dlsmod.c53 kmod_unref(ctx); in do_lsmod()
87 kmod_unref(ctx); in do_lsmod()
Dinsert.c120 kmod_unref(ctx); in do_insert()
Dremove.c138 kmod_unref(ctx); in do_remove()
Dinsmod.c157 kmod_unref(ctx); in do_insmod()
Drmmod.c188 kmod_unref(ctx); in do_rmmod()
Dmodinfo.c459 kmod_unref(ctx); in do_modinfo()
Dmodprobe.c938 kmod_unref(ctx); in do_modprobe()
Ddepmod.c990 kmod_unref(depmod->ctx); in depmod_shutdown()
2966 kmod_unref(ctx); in do_depmod()
/external/kmod/libkmod/
Dlibkmod.sym10 kmod_unref;
DREADME20 kmod_unref(ctx);
Dlibkmod.h42 struct kmod_ctx *kmod_unref(struct kmod_ctx *ctx);
Dlibkmod.c323 KMOD_EXPORT struct kmod_ctx *kmod_unref(struct kmod_ctx *ctx) in kmod_unref() function
Dlibkmod-module.c476 kmod_unref(mod->ctx); in kmod_module_unref()
/external/kmod/libkmod/docs/
Dlibkmod-sections.txt6 kmod_unref
/external/kmod/libkmod/python/kmod/
D_libkmod_h.pxd40 kmod_ctx *kmod_unref(kmod_ctx *ctx)