Searched refs:btf_mod (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/bpf/
H A Dbtf.c7634 struct btf_module *btf_mod, *tmp; local
7646 btf_mod = kzalloc(sizeof(*btf_mod), GFP_KERNEL);
7647 if (!btf_mod) {
7653 kfree(btf_mod);
7666 kfree(btf_mod);
7672 btf_mod->module = module;
7673 btf_mod->btf = btf;
7674 list_add(&btf_mod->list, &btf_modules);
7700 btf_mod
7754 struct btf_module *btf_mod, *tmp; local
7783 struct btf_module *btf_mod, *tmp; local
[all...]
H A Dcore.c2730 struct btf_mod_pair *btf_mod; local
2734 btf_mod = &used_btfs[i];
2735 if (btf_mod->module)
2736 module_put(btf_mod->module);
2737 btf_put(btf_mod->btf);
H A Dverifier.c17975 struct btf_mod_pair *btf_mod; local
18083 btf_mod = &env->used_btfs[env->used_btf_cnt];
18084 btf_mod->btf = btf;
18085 btf_mod->module = NULL;
18089 btf_mod->module = btf_try_get_module(btf);
18090 if (!btf_mod->module) {

Completed in 301 milliseconds