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

/linux-master/drivers/sbus/char/
H A Dbbc_i2c.h18 struct list_head bp_list; member in struct:bbc_cpu_temperature
40 struct list_head bp_list; member in struct:bbc_fan_control
H A Dbbc_envctrl.c455 INIT_LIST_HEAD(&tp->bp_list);
468 list_add(&tp->bp_list, &bp->temps);
503 INIT_LIST_HEAD(&fp->bp_list);
515 list_add(&fp->bp_list, &bp->fans);
542 list_for_each_entry_safe(tp, tpos, &bp->temps, bp_list) {
543 list_del(&tp->bp_list);
559 list_for_each_entry_safe(fp, fpos, &bp->fans, bp_list) {
560 list_del(&fp->bp_list);
/linux-master/kernel/events/
H A Dhw_breakpoint.c75 .head_offset = offsetof(struct hw_perf_event, bp_list),
338 rhl_for_each_entry_rcu(iter, pos, head, hw.bp_list) {
464 int ret = rhltable_remove(&task_bps_ht, &bp->hw.bp_list, task_bps_ht_params);
521 return rhltable_insert(&task_bps_ht, &bp->hw.bp_list, task_bps_ht_params);
/linux-master/include/linux/
H A Dperf_event.h190 struct rhlist_head bp_list; member in struct:hw_perf_event::__anon300::__anon305

Completed in 167 milliseconds