Lines Matching full:pinned
54 /* Number of pinned CPU breakpoints in a CPU. */
56 /* Histogram of pinned task breakpoints in a CPU. */
67 /* Number of pinned CPU breakpoints globally. */
69 /* Number of pinned CPU-independent task breakpoints. */
300 * Return the maximum number of pinned breakpoints a task has in this CPU.
366 * Returns the max pinned breakpoint slots in a given
418 * Update the pinned CPU slots, in per-CPU bp_cpuinfo and in the in toggle_bp_slot()
439 * Update the pinned task slots, in per-CPU bp_cpuinfo and in the global in toggle_bp_slot()
485 /* Add this first CPU-pinned task breakpoint. */ in toggle_bp_slot()
488 /* Rebalance global task pinned histogram. */ in toggle_bp_slot()
492 /* Remove this last CPU-pinned task breakpoint. */ in toggle_bp_slot()
500 /* Rebalance global task pinned histogram. */ in toggle_bp_slot()
531 * pinned due to no guarantee that we currently always schedule flexible events
532 * before a pinned event in a same CPU.
534 * == Non-pinned counter == (Considered as pinned for now)
541 * -> If there are already non-pinned counters in this cpu, it means
557 * == Pinned counter ==
919 * Warn, because if there are CPU pinned counters, in hw_breakpoint_is_used()