Home
last modified time | relevance | path

Searched refs:btm (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/kernel/trace/
H A Dbpf_trace.c46 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()
2203 struct bpf_trace_module *btm, *tmp; in bpf_event_notify() local
2215 btm = kzalloc(sizeof(*btm), GFP_KERNEL); in bpf_event_notify()
2216 if (btm) { in bpf_event_notify()
2217 btm in bpf_event_notify()
[all...]
/kernel/linux/linux-6.6/kernel/trace/
H A Dbpf_trace.c59 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 in bpf_event_notify()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_common.h33 ice_alloc_hw_res(struct ice_hw *hw, u16 type, u16 num, bool btm, u16 *res);
H A Dice_common.c1683 * @btm: allocate from bottom
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()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_common.h38 ice_alloc_hw_res(struct ice_hw *hw, u16 type, u16 num, bool btm, u16 *res);
H A Dice_common.c2035 * @btm: allocate from bottom
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()
H A Dice_flex_pipe.c1297 * @btm: true to allocate from bottom of table, false to allocate from top
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()

Completed in 25 milliseconds