Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/sbus/char/
Dbbc_envctrl.c455 INIT_LIST_HEAD(&tp->bp_list); in attach_one_temp()
468 list_add(&tp->bp_list, &bp->temps); in attach_one_temp()
503 INIT_LIST_HEAD(&fp->bp_list); in attach_one_fan()
515 list_add(&fp->bp_list, &bp->fans); in attach_one_fan()
542 list_for_each_entry_safe(tp, tpos, &bp->temps, bp_list) { in destroy_all_temps()
543 list_del(&tp->bp_list); in destroy_all_temps()
559 list_for_each_entry_safe(fp, fpos, &bp->fans, bp_list) { in destroy_all_fans()
560 list_del(&fp->bp_list); in destroy_all_fans()
Dbbc_i2c.h19 struct list_head bp_list; member
41 struct list_head bp_list; member
/linux-6.1.9/kernel/events/
Dhw_breakpoint.c75 .head_offset = offsetof(struct hw_perf_event, bp_list),
338 rhl_for_each_entry_rcu(iter, pos, head, hw.bp_list) { in task_bp_pinned()
464 int ret = rhltable_remove(&task_bps_ht, &bp->hw.bp_list, task_bps_ht_params); in toggle_bp_slot()
521 return rhltable_insert(&task_bps_ht, &bp->hw.bp_list, task_bps_ht_params); in toggle_bp_slot()
/linux-6.1.9/include/linux/
Dperf_event.h185 struct rhlist_head bp_list; member