Searched refs:task_bp_pinned (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dhw_breakpoint.c114 static int task_bp_pinned(struct perf_event *bp, enum bp_type_idx type) function
144 slots->pinned += task_bp_pinned(bp, type);
157 nr += task_bp_pinned(bp, type);
191 old_count = task_bp_pinned(bp, type);
571 unsigned int **task_bp_pinned; local
580 task_bp_pinned = &per_cpu(nr_task_bp_pinned[i], cpu);
581 *task_bp_pinned = kzalloc(sizeof(int) * nr_slots[i],
583 if (!*task_bp_pinned)

Completed in 109 milliseconds