Searched refs:btm (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | bpf_trace.c | 46 struct bpf_trace_module *btm; in bpf_get_raw_tracepoint_module() local 50 list_for_each_entry(btm, &bpf_trace_modules, list) { in bpf_get_raw_tracepoint_module() 51 for (i = 0; i < btm->module->num_bpf_raw_events; ++i) { in bpf_get_raw_tracepoint_module() 52 btp = &btm->module->bpf_raw_events[i]; in bpf_get_raw_tracepoint_module() 54 if (try_module_get(btm->module)) in bpf_get_raw_tracepoint_module() 2185 struct bpf_trace_module *btm, *tmp; in bpf_event_notify() local 2197 btm = kzalloc(sizeof(*btm), GFP_KERNEL); in bpf_event_notify() 2198 if (btm) { in bpf_event_notify() 2199 btm->module = module; in bpf_event_notify() 2200 list_add(&btm->list, &bpf_trace_modules); in bpf_event_notify() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | atlas7-evb.dts | 72 btm {
|
| H A D | atlas7.dtsi | 1788 btm { 1834 btm@11010000 { 1835 compatible = "sirf,nocfw-btm";
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_common.h | 33 ice_alloc_hw_res(struct ice_hw *hw, u16 type, u16 num, bool btm, u16 *res);
|
| H A D | ice_common.c | 1687 ice_alloc_hw_res(struct ice_hw *hw, u16 type, u16 num, bool btm, u16 *res) in ice_alloc_hw_res() argument 1702 if (btm) in ice_alloc_hw_res()
|