Lines Matching refs:next_tsk_pinned
411 int cpu, next_tsk_pinned;
470 * Note: If !enable, next_tsk_pinned will not count the to-be-removed breakpoint.
472 next_tsk_pinned = task_bp_pinned(-1, bp, type);
474 if (next_tsk_pinned >= 0) {
477 next_tsk_pinned += hw_breakpoint_weight(bp);
478 bp_slots_histogram_add(&tsk_pinned_all[type], next_tsk_pinned, weight);
483 0, next_tsk_pinned);
487 next_tsk_pinned, weight);
489 bp_slots_histogram_add(&tsk_pinned_all[type], next_tsk_pinned,
490 -next_tsk_pinned);
494 next_tsk_pinned + hw_breakpoint_weight(bp), weight);
498 next_tsk_pinned, -next_tsk_pinned);
501 bp_slots_histogram_add(&tsk_pinned_all[type], 0, next_tsk_pinned);
507 next_tsk_pinned = task_bp_pinned(cpu, bp, type);
509 next_tsk_pinned += hw_breakpoint_weight(bp);
511 next_tsk_pinned, weight);