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

/linux-master/kernel/bpf/
H A Dbtf.c7655 struct btf_module *btf_mod, *tmp; local
7667 btf_mod = kzalloc(sizeof(*btf_mod), GFP_KERNEL);
7668 if (!btf_mod) {
7674 kfree(btf_mod);
7687 kfree(btf_mod);
7693 btf_mod->module = module;
7694 btf_mod->btf = btf;
7695 list_add(&btf_mod->list, &btf_modules);
7721 btf_mod
7775 struct btf_module *btf_mod, *tmp; local
7804 struct btf_module *btf_mod, *tmp; local
[all...]
H A Dcore.c2750 struct btf_mod_pair *btf_mod; local
2754 btf_mod = &used_btfs[i];
2755 if (btf_mod->module)
2756 module_put(btf_mod->module);
2757 btf_put(btf_mod->btf);
H A Dverifier.c18144 struct btf_mod_pair *btf_mod; local
18252 btf_mod = &env->used_btfs[env->used_btf_cnt];
18253 btf_mod->btf = btf;
18254 btf_mod->module = NULL;
18258 btf_mod->module = btf_try_get_module(btf);
18259 if (!btf_mod->module) {

Completed in 340 milliseconds