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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/oprofile/
H A Dcpu_buffer.h35 volatile unsigned long head_pos; member in struct:oprofile_cpu_buffer
H A Dcpu_buffer.c64 b->head_pos = 0;
123 unsigned long head = b->head_pos;
134 unsigned long new_head = b->head_pos + 1;
141 b->head_pos = new_head;
143 b->head_pos = 0;
150 struct op_sample * entry = &cpu_buf->buffer[cpu_buf->head_pos];
H A Dbuffer_sync.c392 unsigned long head = b->head_pos;
399 * head_pos, and this call, that means samples

Completed in 51 milliseconds