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

/linux-master/kernel/bpf/
H A Dbtf.c7603 BTF_MODULE_F_LIVE = (1 << 0), enumerator in enum:__anon2853
7710 btf_mod->flags |= BTF_MODULE_F_LIVE;
7762 * finished, hence we must check for BTF_MODULE_F_LIVE flag,
7766 if ((btf_mod->flags & BTF_MODULE_F_LIVE) && try_module_get(btf_mod->module))

Completed in 213 milliseconds