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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dprofile.c21 if (!prof_buffer)
46 prof_buffer, (u8 *)(prof_buffer + prof_len) - 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dprofile.c42 static atomic_t *prof_buffer; variable
120 prof_buffer = kzalloc(buffer_bytes, GFP_KERNEL|__GFP_NOWARN);
121 if (prof_buffer)
124 prof_buffer = alloc_pages_exact(buffer_bytes,
126 if (prof_buffer)
129 prof_buffer = vmalloc(buffer_bytes);
130 if (prof_buffer) {
131 memset(prof_buffer, 0, buffer_bytes);
235 * to flip buffers and flushes their contents to prof_buffer itself.
286 atomic_add(hits[i].hits, &prof_buffer[hit
[all...]

Completed in 54 milliseconds