Lines Matching refs:next_tsk_pinned
411 int cpu, next_tsk_pinned; in toggle_bp_slot() local
472 next_tsk_pinned = task_bp_pinned(-1, bp, type); in toggle_bp_slot()
474 if (next_tsk_pinned >= 0) { in toggle_bp_slot()
477 next_tsk_pinned += hw_breakpoint_weight(bp); in toggle_bp_slot()
478 bp_slots_histogram_add(&tsk_pinned_all[type], next_tsk_pinned, weight); in toggle_bp_slot()
483 0, next_tsk_pinned); in toggle_bp_slot()
487 next_tsk_pinned, weight); in toggle_bp_slot()
489 bp_slots_histogram_add(&tsk_pinned_all[type], next_tsk_pinned, in toggle_bp_slot()
490 -next_tsk_pinned); in toggle_bp_slot()
494 next_tsk_pinned + hw_breakpoint_weight(bp), weight); in toggle_bp_slot()
498 next_tsk_pinned, -next_tsk_pinned); in toggle_bp_slot()
501 bp_slots_histogram_add(&tsk_pinned_all[type], 0, next_tsk_pinned); in toggle_bp_slot()
507 next_tsk_pinned = task_bp_pinned(cpu, bp, type); in toggle_bp_slot()
509 next_tsk_pinned += hw_breakpoint_weight(bp); in toggle_bp_slot()
511 next_tsk_pinned, weight); in toggle_bp_slot()