Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/events/
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()
1038 ret = rhltable_init(&task_bps_ht, &task_bps_ht_params); in init_hw_breakpoint()