Home
last modified time | relevance | path

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

/openbmc/linux/kernel/events/
H A Dhw_breakpoint.c74 static const struct rhashtable_params task_bps_ht_params = { variable
334 head = rhltable_lookup(&task_bps_ht, &bp->hw.target, task_bps_ht_params); 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()
1010 ret = rhltable_init(&task_bps_ht, &task_bps_ht_params); in init_hw_breakpoint()