Home
last modified time | relevance | path

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

/kernel/events/
Dhw_breakpoint.c73 unsigned int pinned; member
142 slots->pinned = per_cpu(nr_cpu_bp_pinned[type], cpu); in fetch_bp_busy_slots()
144 slots->pinned += max_task_bp_pinned(cpu, type); in fetch_bp_busy_slots()
146 slots->pinned += task_bp_pinned(cpu, bp, type); in fetch_bp_busy_slots()
161 if (nr > slots->pinned) in fetch_bp_busy_slots()
162 slots->pinned = nr; in fetch_bp_busy_slots()
179 slots->pinned += weight; in fetch_this_slot()
324 if (slots.pinned + (!!slots.flexible) > nr_slots[type]) in __reserve_bp_slot()
Dcore.c973 if (event->attr.pinned) in ctx_group_list()
1898 if (leader->attr.pinned) { in __perf_event_enable()
6893 if (attr.exclusive || attr.pinned) in SYSCALL_DEFINE5()
/kernel/
Dhrtimer.c174 static int hrtimer_get_target(int this_cpu, int pinned) in hrtimer_get_target() argument
177 if (!pinned && get_sysctl_timer_migration() && idle_cpu(this_cpu)) in hrtimer_get_target()
211 int pinned) in switch_hrtimer_base() argument
216 int cpu = hrtimer_get_target(this_cpu, pinned); in switch_hrtimer_base()
Dwatchdog.c287 .pinned = 1,
Dtimer.c723 bool pending_only, int pinned) in __mod_timer() argument
743 if (!pinned && get_sysctl_timer_migration() && idle_cpu(cpu)) in __mod_timer()