Searched refs:btm (Results 1 – 4 of 4) sorted by relevance
/linux/kernel/trace/ |
A D | bpf_trace.c | 49 struct bpf_trace_module *btm; in bpf_get_raw_tracepoint_module() local 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() 2079 struct bpf_trace_module *btm, *tmp; in bpf_event_notify() local 2091 btm = kzalloc(sizeof(*btm), GFP_KERNEL); in bpf_event_notify() 2092 if (btm) { in bpf_event_notify() 2093 btm->module = module; in bpf_event_notify() 2094 list_add(&btm->list, &bpf_trace_modules); in bpf_event_notify() 2101 if (btm->module == module) { in bpf_event_notify() 2102 list_del(&btm->list); in bpf_event_notify() [all …]
|
/linux/drivers/net/ethernet/intel/ice/ |
A D | ice_common.h | 36 ice_alloc_hw_res(struct ice_hw *hw, u16 type, u16 num, bool btm, u16 *res);
|
A D | ice_common.c | 1886 ice_alloc_hw_res(struct ice_hw *hw, u16 type, u16 num, bool btm, u16 *res) in ice_alloc_hw_res() argument 1901 if (btm) in ice_alloc_hw_res()
|
A D | ice_flex_pipe.c | 2825 ice_alloc_tcam_ent(struct ice_hw *hw, enum ice_block blk, bool btm, in ice_alloc_tcam_ent() argument 2833 return ice_alloc_hw_res(hw, res_type, 1, btm, tcam_idx); in ice_alloc_tcam_ent()
|
Completed in 25 milliseconds