Home
last modified time | relevance | path

Searched refs:btm (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/trace/
H A Dbpf_trace.c60 struct bpf_trace_module *btm; in bpf_get_raw_tracepoint_module()
64 list_for_each_entry(btm, &bpf_trace_modules, list) { in bpf_get_raw_tracepoint_module()
65 for (i = 0; i < btm->module->num_bpf_raw_events; ++i) { in bpf_get_raw_tracepoint_module()
66 btp = &btm->module->bpf_raw_events[i]; in bpf_get_raw_tracepoint_module()
68 if (try_module_get(btm->module)) in bpf_get_raw_tracepoint_module()
2279 struct bpf_trace_module *btm, *tmp; in bpf_event_init()
2291 btm = kzalloc_obj(*btm);
2292 if (btm) {
2293 btm
58 struct bpf_trace_module *btm; bpf_get_raw_tracepoint_module() local
2234 struct bpf_trace_module *btm, *tmp; bpf_event_notify() local
[all...]
/linux/arch/arm64/boot/dts/qcom/
H A Dhamoa.dtsi8966 cpu0-0-btm-thermal {
8990 cpu0-1-btm-thermal {
9014 cpu0-2-btm-thermal {
9038 cpu0-3-btm-thermal {
9062 cpuss0-btm-thermal {
9140 cpu1-0-btm-thermal {
9164 cpu1-1-btm-thermal {
9188 cpu1-2-btm-thermal {
9212 cpu1-3-btm-thermal {
9236 cpuss1-btm
[all...]
/linux/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c1305 ice_alloc_tcam_ent(struct ice_hw *hw, enum ice_block blk, bool btm, in ice_alloc_tcam_ent() argument
1313 return ice_alloc_hw_res(hw, res_type, 1, btm, tcam_idx); in ice_alloc_tcam_ent()
H A Dice_common.c2265 * @btm: allocate from bottom
2269 ice_alloc_hw_res(struct ice_hw *hw, u16 type, u16 num, bool btm, u16 *res) in ice_alloc_hw_res() argument
2284 if (btm) in ice_alloc_hw_res()