Searched refs:BTF_MODULE_F_LIVE (Results 1 – 1 of 1) sorted by relevance
7059 BTF_MODULE_F_LIVE = (1 << 0), enumerator7163 btf_mod->flags |= BTF_MODULE_F_LIVE; in btf_module_notify()7219 if ((btf_mod->flags & BTF_MODULE_F_LIVE) && try_module_get(btf_mod->module)) in btf_try_get_module()