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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 72 milliseconds