Searched refs:btm (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/kernel/trace/ |
D | bpf_trace.c | 59 struct bpf_trace_module *btm; in bpf_get_raw_tracepoint_module() local 63 list_for_each_entry(btm, &bpf_trace_modules, list) { in bpf_get_raw_tracepoint_module() 64 for (i = 0; i < btm->module->num_bpf_raw_events; ++i) { in bpf_get_raw_tracepoint_module() 65 btp = &btm->module->bpf_raw_events[i]; in bpf_get_raw_tracepoint_module() 67 if (try_module_get(btm->module)) in bpf_get_raw_tracepoint_module() 2457 struct bpf_trace_module *btm, *tmp; in bpf_event_notify() local 2469 btm = kzalloc(sizeof(*btm), GFP_KERNEL); in bpf_event_notify() 2470 if (btm) { in bpf_event_notify() 2471 btm->module = module; in bpf_event_notify() 2472 list_add(&btm->list, &bpf_trace_modules); in bpf_event_notify() [all …]
|
/linux-6.6.21/drivers/net/ethernet/intel/ice/ |
D | ice_common.h | 38 ice_alloc_hw_res(struct ice_hw *hw, u16 type, u16 num, bool btm, u16 *res);
|
D | ice_flex_pipe.c | 1304 ice_alloc_tcam_ent(struct ice_hw *hw, enum ice_block blk, bool btm, in ice_alloc_tcam_ent() argument 1312 return ice_alloc_hw_res(hw, res_type, 1, btm, tcam_idx); in ice_alloc_tcam_ent()
|
D | ice_common.c | 2039 ice_alloc_hw_res(struct ice_hw *hw, u16 type, u16 num, bool btm, u16 *res) in ice_alloc_hw_res() argument 2054 if (btm) in ice_alloc_hw_res()
|