Lines Matching full:pinned
41 /* Number of pinned cpu breakpoints in a cpu */
45 /* Number of non-pinned cpu/task breakpoints in a cpu */
62 /* Gather the number of total pinned and un-pinned bp in a cpuset */
64 unsigned int pinned; member
85 * Report the maximum number of pinned breakpoints a task
129 * Report the number of pinned/un-pinned breakpoints we have in
149 if (nr > slots->pinned) in fetch_bp_busy_slots()
150 slots->pinned = nr; in fetch_bp_busy_slots()
159 * For now, continue to consider flexible as pinned, until we can
160 * ensure no flexible event can ever be scheduled before a pinned event
166 slots->pinned += weight; in fetch_this_slot()
170 * Add a pinned breakpoint for the given task in our constraint table
200 /* Pinned counter cpu profiling */ in toggle_bp_slot()
206 /* Pinned counter task profiling */ in toggle_bp_slot()
239 * == Non-pinned counter == (Considered as pinned for now)
246 * -> If there are already non-pinned counters in this cpu, it means
262 * == Pinned counter ==
304 if (slots.pinned + (!!slots.flexible) > nr_slots[type]) in __reserve_bp_slot()