Searched refs:btm (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/kernel/trace/ |
| H A D | bpf_trace.c | 59 struct bpf_trace_module *btm; in bpf_get_raw_tracepoint_module() local 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() 2509 struct bpf_trace_module *btm, *tmp; in bpf_event_notify() local 2521 btm = kzalloc(sizeof(*btm), GFP_KERNEL); in bpf_event_notify() 2522 if (btm) { in bpf_event_notify() 2523 btm->module = module; in bpf_event_notify() 2524 list_add(&btm->list, &bpf_trace_modules); in bpf_event_notify() 2531 if (btm->module == module) { in bpf_event_notify() 2532 list_del(&btm->list); in bpf_event_notify() [all …]
|
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_common.h | 61 ice_alloc_hw_res(struct ice_hw *hw, u16 type, u16 num, bool btm, u16 *res);
|
| H A D | ice_flex_pipe.c | 1309 ice_alloc_tcam_ent(struct ice_hw *hw, enum ice_block blk, bool btm, in ice_alloc_tcam_ent() argument 1317 return ice_alloc_hw_res(hw, res_type, 1, btm, tcam_idx); in ice_alloc_tcam_ent()
|
| H A D | ice_common.c | 1982 ice_alloc_hw_res(struct ice_hw *hw, u16 type, u16 num, bool btm, u16 *res) in ice_alloc_hw_res() argument 1997 if (btm) in ice_alloc_hw_res()
|
| /linux-6.15/arch/arm64/boot/dts/qcom/ |
| H A D | x1e80100.dtsi | 8493 cpu0-0-btm-thermal { 8545 cpu0-1-btm-thermal { 8597 cpu0-2-btm-thermal { 8649 cpu0-3-btm-thermal { 8693 cpuss0-btm-thermal { 8787 cpu1-0-btm-thermal { 8839 cpu1-1-btm-thermal { 8891 cpu1-2-btm-thermal { 8943 cpu1-3-btm-thermal { 8987 cpuss1-btm-thermal { [all …]
|