Searched refs:btm (Results 1 – 1 of 1) sorted by relevance
49 struct bpf_trace_module *btm; in bpf_get_raw_tracepoint_module() local53 list_for_each_entry(btm, &bpf_trace_modules, list) { in bpf_get_raw_tracepoint_module()54 for (i = 0; i < btm->module->num_bpf_raw_events; ++i) { in bpf_get_raw_tracepoint_module()55 btp = &btm->module->bpf_raw_events[i]; in bpf_get_raw_tracepoint_module()57 if (try_module_get(btm->module)) in bpf_get_raw_tracepoint_module()2025 struct bpf_trace_module *btm, *tmp; in bpf_event_notify() local2037 btm = kzalloc(sizeof(*btm), GFP_KERNEL); in bpf_event_notify()2038 if (btm) { in bpf_event_notify()2039 btm->module = module; in bpf_event_notify()2040 list_add(&btm->list, &bpf_trace_modules); in bpf_event_notify()[all …]